aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
Commit message (Collapse)AuthorAgeFilesLines
* x11-clocks/xfce4-timer-plugin: Update to 1.8.0Guido Falsi2025-05-222-15/+11
| | | | - Move build to meson
* x11-clocks/xfce4-time-out-plugin: Update to 1.2.0Guido Falsi2025-05-222-15/+14
| | | | - Move build to meson
* x11-clocks/xfce4-stopwatch-plugin: Update to 0.6.0Guido Falsi2025-05-223-17/+12
| | | | - Move build to meson
* KDE: Update KDE Gear to 25.04.1Max Brazhnikov2025-05-082-6/+6
| | | | Announcement: https://kde.org/announcements/gear/25.04.1/
* KDE: Update KDE Gear to 25.04.0Max Brazhnikov2025-04-174-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announcement: https://kde.org/announcements/gear/25.04.0/ Ports changes: kde.mk: - Simplify KDE_APPS_BASED_PATCHLEVEL definition and generalize it for unstable branch. devel/kopeninghours: - Use custom PLIST_SUB to reduce churn on updates. editors/ghostwriter: - Drop upstreamed patch. games/khangman: - Drop upstreamed patch. math/kcalc: - Depend on math/mpc. multimedia/kdenlive: - Prevent fetching during build. - Depends on KF6 Purpose unconditionally and remove no-op OPTIONS_SUB. - Depend on OpenTimelineIO. net/krdc: - Switch to freerdp3. x11-fm/dolphin: - Fix abuse of PLIST_SUB. */*: - Add missing and update KF6 dependencies and Qt components.
* x11-clocks/cairo-clock: Fix build with newer versions of librsvg2-rustDaniel Engberg2025-03-301-0/+2
| | | | | | | Add -lm to LDFLAGS PR: 284977 Approved by: portmgr (blanket)
* gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port moveCharlie Li2025-03-178-8/+8
| | | | | | The GTK 1-based gdk-pixbuf has not existed for some time. No functional or package changes.
* KDE: Update KDE Gear to 24.12.3Max Brazhnikov2025-03-072-6/+6
| | | | Announcement: https://kde.org/announcements/gear/24.12.3/
* KDE: Update KDE Gear to 24.12.2Max Brazhnikov2025-02-092-6/+6
| | | | Announcement: https://kde.org/announcements/gear/24.12.2/
* KDE: It goes to 6!Tobias C. Berner2025-02-036-14/+15
| | | | | | | | | | | | | | | | | | | | This megacommit merges all the work from https://github.com/freebsd/freebsd-ports-kde/tree/kde-it_goes_to_6 Specifically: - KDE Plasma 6 ports updated to 6.2.5 - KDE Applications ports updated to 24.12.0 - Development ports of KDE Applications removed - A lot of various ports switched to Qt 6 by default - Some KDE Frameworks 5 and Plasma 5 ports are adapted to be coinstallable with their 6 counterparts PR: 284351 Exp-run by: antoine Pull Request: https://github.com/freebsd/freebsd-ports/pull/341 Co-authored-by: Max Brazhnikov <makc@FreeBSD.org> Co-authored-by: Kenneth Raplee <kenrap@kennethraplee.com> Co-authored-by: Jason E. Hale <jhale@FreeBSD.org> Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>
* x11-clocks/xfce4-timer-plugin: Update to 1.7.3Guido Falsi2024-12-273-7/+8
| | | | - Update WWW
* x11-clocks/xfce4-time-out-plugin: Update to 1.1.4Guido Falsi2024-12-273-7/+7
| | | | - Update WWW
* x11-clocks/xfce4-stopwatch-plugin: Update to 0.5.2Guido Falsi2024-12-273-7/+7
| | | | - Update WWW
* x11-clocks/asclock: set PORTSCOUTDirk Meyer2024-11-071-0/+1
|
* x11-clocks/asclock-xlib: update to 2.0.12Dirk Meyer2024-11-065-99/+108
| | | | | | | | - take maintainership - reset default theme - use DATADIR - rename files - remove CONFLICTS
* x11-clocks/asclock: update to 1.3Dirk Meyer2024-11-063-100/+93
| | | | | - more language options - add clock options
* x11-clocks/tclock: Refresh MASTER_SITESDaniel Engberg2024-10-131-3/+2
| | | | Remove dead mirror
* x11-clocks/wlclock: unbreak long optionsJan Beich2024-08-032-1/+14
| | | | | | | $ wlclock --corner-radius 90 ERROR: Radius configuration requires one or four arguments. Reported by: S. R. Gal (private mail)
* */*: Remove GNU_CONFIGURE_MANPREFIX after move man pages to share/manNuno Teixeira2024-04-141-1/+0
| | | | Approved by: portmgr (blanket)
* x11-clocks/wmcalclock: Move man pages to share/manNuno Teixeira2024-03-232-4/+4
| | | | Approved by: portmgr (blanket)
* Mk/bsd.port.mk: Add __MAKE_CONF=${NONEXISTENT} to WRK_ENVTijl Coosemans2024-03-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | And remove it from individual ports. Use WRK_ENV in custom build commands where necessary. FreeBSD make(1) includes /usr/share/mk/sys.mk and that includes /etc/make.conf if it exists. This happens when you run make in a port directory but it also happens when the upstream build system uses make. This commit disables make.conf inclusion in the latter case because users can define variables like CFLAGS in make.conf that override ports framework variables and this can cause problems that are difficult to diagnose. If there are any build customisations made through make.conf that stop working because of this commit then they should be made available by the ports tree through some mechanism, e.g. an option in a port. Some ports were picking up variables from Poudriere make.conf and required fixes: - astro/wmspaceweather x11-clocks/wmcalclock: Add OPSYS to MAKE_ENV. - games/zhlt: Add ARCH to MAKE_ENV. - graphics/tachyon: Upstream ARCH is not ports tree ARCH. Set ALL_TARGET=bsd so upstream ARCH is defined correctly. Enable multi-threading support while here. PR: 277455 Exp-run by: antoine
* x11-clocks/wmbday: Move man pages to share/manChristian Weisgerber2024-03-142-3/+7
| | | | Approved by: portmgr (blanket)
* *: Move manpages to share/manGleb Popov2024-03-102-4/+6
| | | | Approved by: portmgr (blanket)
* x11-clocks/wmitime: Moved man to share/manMuhammad Moinur Rahman2024-02-262-2/+3
| | | | Approved by: portmgr (blanket)
* x11-clocks/wmfishtime: Moved man to share/manMuhammad Moinur Rahman2024-02-261-3/+3
| | | | Approved by: portmgr (blanket)
* x11-clocks/wmclockmon: Moved man to share/manMuhammad Moinur Rahman2024-02-262-4/+5
| | | | Approved by: portmgr (blanket)
* x11-clocks/wmclock: Moved man to share/manMuhammad Moinur Rahman2024-02-262-1/+3
| | | | Approved by: portmgr (blanket)
* x11-clocks/rclock: Moved man to share/manMuhammad Moinur Rahman2024-02-261-2/+3
| | | | Approved by: portmgr (blanket)
* KDE: Update KDE Gear to 23.08.5Tobias C. Berner2024-02-162-6/+6
| | | | | | | | | | | | | | Thursday, 15 February 2024 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * knavalbattle: Fix test for placing a ship vertically * konsole: Show wallpaper on non-translucent top-levels * neochat: Fix saving images
* *: Move manpages to share/man for imake ports.Gleb Popov2024-02-0410-15/+16
| | | | Approved by: portmgr (blanket)
* x11/*: Move manpages to share/manHelge Oldach2024-01-294-2/+8
| | | | Approved by: portmgr (blanket)
* *: Autotools manpages fixNuno Teixeira2024-01-271-2/+3
| | | | Approved by: portmgr (blanket)
* x11-clocks/intclock: Remove expired portMuhammad Moinur Rahman2024-01-176-80/+0
| | | | 2024-01-16 x11-clocks/intclock: Upstream website vaporized
* */*: Sanitize MANPREFIX for meson portsMuhammad Moinur Rahman2024-01-121-1/+2
| | | | Approved by: portmgr
* x11-clocks/asclock: use ${PREFIX}/share/manDirk Meyer2024-01-111-2/+3
|
* MANPREFIX: eliminate the use of MANPREFIX for x11*Baptiste Daroussin2024-01-112-6/+6
| | | | While here move some manpages to share/man
* MANPREFIX: eleminate its usage and move man to share/manBaptiste Daroussin2024-01-094-9/+9
|
* */*: Bump consumers of x11-toolkits/gtk30Nuno Teixeira2023-12-235-4/+5
| | | | New version of gtk3 in tree
* x11-clocks/intclock: Mark DEPRECATEDMuhammad Moinur Rahman2023-12-162-4/+10
| | | | | | | - Add LICENSE GPLv2 - Refresh patches - Upstream website vaporized and DISTFILE no longer available - Set EXPIRATION_DATE 2024-01-16
* KDE: Update KDE Gear to 23.08.4Tobias C. Berner2023-12-072-6/+6
| | | | | | | | | | | | | | | | | Thursday, 07 December 2023. Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * dolphin-plugins: Mountisoaction: add preferred raw disk mimetypes * falkon: Fix StartPage search engine default configuration * kdepim-runtime: Correctly reload configuration The full changelog can be found at https://kde.org/announcements/changelogs/gear/23.08.4/
* KDE: Update KDE Gear to 23.08.3Tobias C. Berner2023-11-092-6/+6
| | | | | | | | | | | | | | | | | | | KDE Gear 23.08.3 Thursday, 9 November 2023 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * ark: Compatibility with shared-mime-info >= 2.3 * kate: No longer crash when dropping a file into the project panel * akonadi: Don't keep huge MySQL logs from past sessions Announcement: https://kde.org/announcements/gear/23.08.3/ Full changelog: https://kde.org/announcements/changelogs/gear/23.08.3/
* */*: Update WWW to use HTTPS for sourceforge.net projectsRodrigo Osorio2023-11-011-1/+1
| | | | Homepage link is permanent redirected to its HTTPS counterpart
* KDE: Update KDE Gear to 23.08.2Tobias C. Berner2023-10-132-6/+6
| | | | | | | | | | | | | | | | | | | | | KDE Gear 23.08.2 Thursday, 12 October 2023 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * kdeconnect: Avoid adding duplicate devices to Dolphin's side panel (Commit, fixes bug #461872) * merkuro: Fix shifting of date by one day/month (Commit, fixes bug #473866) * kdenlive: Fix multiple audio streams broken by MLT's new astream property (Commit, fixes bug #474895) Full changelog: https://kde.org/announcements/changelogs/gear/23.08.2/
* XFCE: Cleanup dependenciesGuido Falsi2023-10-024-7/+11
| | | | | | | | | | | | | | | | | - Update xfce.mk to avid forcing too many dependencies on consumers - Change dependency on garcon to reference libgarcon-1.so (main library) - Explicitly add USE_XFCE components to the ports actually needing them. - Cleanup dependencies, adding/removing missing/extra dependencies - Change the referenced library in some LIB_DEPENDS to the actually linked one (avoids false positives in poudriere Q/A tests) - Bump PORTREVISION on all touched ports, even indirectly due to the effect of removing forced dependencies on certain components - Remove USES=fuse from gigolo. I could not find any kind f reference to fuse in the code. - xfce4-bsdcpufreq-plugin: Also remove empty comment at the top of the Makefile
* KDE: Update KDE Gear to 23.08.1Tobias C. Berner2023-09-142-6/+6
| | | | | | | | | | | | | | | Thursday, 14 September 2023. Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations, including: * gwenview: Fix navigation with side mouse buttons * kio-extras: Thumbnail: Fix heap-use-after-free in AudioCreator::create * akonadi-calendar: Use correct identity when sending iTIP counter-proposal Changelog: https://kde.org/announcements/changelogs/gear/23.08.1/
* x11-clocks/xdaliclock: Update to 0.48Nuno Teixeira2023-09-092-5/+4
| | | | | | | | | ChangeLog: 2.48 25-Aug-2023 Android: - Updated to latest API level. OSX: - Apple Silicon. Requires macOS 10.13.
* KDE: Update KDE Gear to 23.08Tobias C. Berner2023-08-282-6/+6
| | | | | | | | | | | | | | | Thursday, 24 August 2023 We create software for people, and the KDE Gear releases are the result of that. Every four months we publish new updates of a large number of KDE apps and software libraries. We create new programs to meet more of your needs, implement more features so you can adapt to an ever-changing digital world, and make our software faster, more efficient, more reliable. We also port it to more platforms so you can run it on more devices: your laptop, your game console, your phone, anywhere. Read on to find out what's new in KDE Gear 23.08 https://kde.org/announcements/gear/23.08.0
* x11-clocks/wlclock: unbreak fetch due to recompressionJan Beich2023-08-091-2/+2
| | | | | | | | | => Fetched file size mismatch (expected 34332, actual 34225) $ gzip -l wlclock-v1.0.1.tar.gz compressed uncompressed ratio uncompressed_name - 34332 143360 76.0% wlclock-v1.0.1.tar + 34225 143360 76.1% wlclock-v1.0.1.tar
* x11-clocks/bbdate: Fix build with llvm16Muhammad Moinur Rahman2023-08-061-0/+1
| | | | | Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
* x11-clocks/buici-clock: Fix build with llvm16Muhammad Moinur Rahman2023-07-201-8/+9
| | | | | | | | - Pet port{clippy|fmt} - Remove patched REIMNPLACE_CMD Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation