aboutsummaryrefslogtreecommitdiff
path: root/deskutils
Commit message (Collapse)AuthorAgeFilesLines
* all: Bump after lang/go121 updateAshish SHUKLA2024-06-154-4/+4
| | | | | MFH: 2024Q2 (cherry picked from commit 746fa696a12ef1ca798e36baf087f579375b8cd1)
* all: Bump after lang/go121 updateAshish SHUKLA2024-05-134-4/+4
| | | | | MFH: 2024Q2 (cherry picked from commit fce0cc32720e61042bc675152b116f9e61532e92)
* deskutils/plasma6-xdg-desktop-portal-kde: Fix build on 13.2Jason E. Hale2024-05-041-0/+19
| | | | | | | | src/session.h:186:10: error: no template named 'unordered_map' in namespace 'std' PR: 278658 MFH: 2024Q2 (cherry picked from commit 574f1d78b9432abc5e0e46befa91958417c80648)
* deskutils/health: unbreak build on i386Jan Beich2024-04-251-0/+6
| | | | | | | | | | | fatal runtime error: Rust cannot catch foreign exceptions thread 'coordinator' panicked at compiler/rustc_middle/src/util/bug.rs:36:26: /wrkdirs/usr/ports/lang/rust/work/rustc-1.77.0-src/compiler/rustc_codegen_ssa/src/back/write.rs:1588:29: worker thread panicked (signal: 6, SIGABRT: process abort signal) Reported by: pkg-fallout (cherry picked from commit b74febdcf13b52b2e168a75c49549229fa7f283a)
* deskutils/py-paperless-ngx: Fix pkg-messageMichael Gmelin2024-04-241-5/+5
| | | | | MFH: 2024Q2 (cherry picked from commit 958270c5c9e6f54403962595eef2e6740a14be03)
* deskutils/py-paperless-ngx: Fixes and improvementsMichael Gmelin2024-04-2410-39/+93
| | | | | | | | | | | | | | | | - Fix NLTK configuration in paperless.conf.sample - Mention snowball_data in NLTK instructions - Fix sad defect that prevented rc scripts from picking up configuration data from rc.conf - Improve startup script documentation - Document required ACL when using a remote redis instance - Document how to enable JBIG2 and its potential pitfalls PR: 278424, 278425, 278426 Reported by: anonymous bugzilla user, netchild MFH: 2024Q2 (cherry picked from commit d716cbc8e98a9410782bbad8139f7b6457920e5b)
* deskutils/py-paperless-ngx: Update to 2.7.2Michael Gmelin2024-04-244-17/+59
| | | | | | | Also, improve paperless-webui rc script to automatically generate PAPERLESS_SECRET_KEY if not configured. (cherry picked from commit 9b805ead545890c572cff44fee8e53ffa78ce980)
* KDE: Update KDE Plasma Desktop 6 to 6.0.4Tobias C. Berner2024-04-164-9/+10
| | | | | | | | | | | | | | | | | | | | KDE Plasma 6.0.4, Bugfix Release for April Tuesday, 16 April 2024. Today KDE releases a bugfix update to KDE Plasma 6, versioned 6.0.4. This release adds three weeks' worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * Foldermodel: Export urls to the Desktop Portal on drag and copy. * System Monitor: Fix the column configuration dialog being too small on the overview page. * Applets/battery: Check actual battery for charge state workaround. View full changelog: https://kde.org/announcements/changelogs/plasma/6/6.0.3-6.0.4 (cherry picked from commit d884176ae44f127b15fdcb03ade69de0c6fea5e3)
* deskutils/xdg-desktop-portal: delist non-leaf from wayland after 47aa6d895f70Jan Beich2024-04-161-1/+1
| | | | (cherry picked from commit 76d642138a66f0383ba823826273f415d1a425fa)
* all: Bump after lang/go121 updateAshish SHUKLA2024-04-154-4/+4
| | | | | MFH: 2024Q2 (cherry picked from commit 32b284679a1954ef1e0c0d52c4741d00e36dc6e0)
* KDE: Update KDE Plasma Desktop 6 to 6.0.3Tobias C. Berner2024-04-103-9/+9
| | | | | | | | | | | | | | | | | | | | | | KDE Plasma 6.0.3, Bugfix Release for March Tuesday, 26 March 2024. Today KDE releases a bugfix update to KDE Plasma 6, versioned 6.0.3. This release adds two weeks' worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * System Monitor: Colorgrid: Use the same background color as pie/bar charts. * Plasma SDK: Fix desktop file name for icon explorer. * Startplasma: Use the sound theme setting for startup sound. View full changelog: https://kde.org/announcements/changelogs/plasma/6/6.0.2-6.0.3 Announcement: https://kde.org/announcements/plasma/6/6.0.3/ Reminder: Plasma6 Desktop will require applications and kf5 from the overlay to be usable without conflicts. (cherry picked from commit b587911e40249ece074182faf234c643709260df)
* */*: convert to USES=cmake:indirectMax Brazhnikov2024-04-081-4/+5
| | | | Convert several ports to use cmake:indirect
* deskutils/fet: update to 6.19.2Zsolt Udvari2024-04-082-4/+4
| | | | | | Changelog: https://lalescu.ro/liviu/fet/news.html Approved by: bofh (implicit), diizzy (implicit)
* deskutils/py-send2trash: Update to 1.8.3Po-Chuan Hsieh2024-04-083-8/+7
| | | | | | | - Remove PY_SETUPTOOLS: py-setuptools should be used rather than PY_SETUPTOOLS Changes: https://github.com/arsenetar/send2trash/releases https://github.com/arsenetar/send2trash/blob/master/CHANGES.rst
* databases/p5-DBD-mysql: Fix for MariaDB usersFlorian Smeets2024-04-071-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new variable DBD_MYSQL, use that in *_DEPENDS and add mysql to USES where required. DBD_MYSQL will automatically set the correct DBD dependency. In cd16748194e2 databases/p5-DBD-mysql was updated to 5.x, in 5.x the support for MariaDB was removed and only MySQL >= 8.0 is supported. In the 4.x releases MariaDB is still supported, according to upstream 4.x will still be supported for a while [1], so use that for now when we detect that MYSQL_FLAVOUR is set to mariadb. databases/p5-DBD-mysql4 was added in d95f49cb3b54. DBD:MariaDB would be another alternative, but migrating to it might need more analysis than just staying with the 4.x releases of p5-DBD-mysql. This thread on the amavis-users mailing list has a very good summary [2] from the author of DBD:MariaDB. This includes ideas and suggestions from vvd and mat. Thanks! [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277889#c17 [2] https://lists.amavis.org/pipermail/amavis-users/2024-March/006823.html PR: 275100, 277889 Reviewed by: vvd, mat Fixes: cd16748194e2 Differential Revision: https://reviews.freebsd.org/D44662
* deskutils/py-khard: Update to 0.19.1MANTANI Nobutaka2024-04-072-10/+10
| | | | | PR: 276470 Reported by: Andreas Bilke <andreas@bilke.org> (maintainer)
* deskutils/calibre: Update to 7.8.0Guido Falsi2024-04-055-65/+64
|
* deskutils/xdg-desktop-portal: Update to 1.18.3Gleb Popov2024-04-052-5/+4
| | | | Reported by: portscout!
* deskutils/rednotebook: Clean up USES=pythonPo-Chuan Hsieh2024-04-051-1/+3
| | | | | | | | | - While I'm here, add NO_ARCH USES=python means USES=python:3.8+ now. Approved by: portmgr (blanket) With hat: python
* deskutils/nextcloudclient: Update to 3.12.3Michael Reifenberger2024-04-043-10/+204
|
* deskutils/qownnotes: update QOwnNotes to version 24.3.5.Alexey Dokuchaev2024-03-312-4/+4
|
* deskutils/py-py3status: Update to 3.57Po-Chuan Hsieh2024-03-312-4/+4
| | | | Changes: https://github.com/ultrabug/py3status/blob/master/CHANGELOG
* deskutils/py-paperless-ngx: Update to 2.6.3Michael Gmelin2024-03-307-29/+50
|
* deskutils/aspostit: Mark DEPRECATEDMuhammad Moinur Rahman2024-03-291-1/+4
| | | | | | | | - Last upstream release was in 2001 - Set EXPIRATION_DATE 2024-04-29 If someone needs this port feel free to undeprecate and takeover maintainership.
* deskutils/cherrytree: update the port to version 1.1.1Alexey Dokuchaev2024-03-293-4/+7
| | | | Reported by: portscout
* deskutils/py-vorta: Add new portNicola Vitale2024-03-284-0/+57
| | | | | | | | Vorta is a backup client for MacOS, Linux and FreeBSD desktops. It integrates the mighty BorgBackup with your desktop environment to protect your data from disk failure, ransomware and theft. https://vorta.borgbase.com/
* deskutils/fet: update to 6.19.0Zsolt Udvari2024-03-282-4/+4
| | | | | | Changelog: https://lalescu.ro/liviu/fet/news.html Approved by: bofh (implicit), dizzy (implicit)
* deskutils/treesheets: Update to 20240324 snapshotNuno Teixeira2024-03-283-11/+22
| | | | | ChangeLog: https://github.com/aardappel/treesheets/compare/7861249636...8406978550
* deskutils/remind: update to 04.03.04Robert Clausecker2024-03-283-4/+5
| | | | Changelog: https://git.skoll.ca/Skollsoft-Public/Remind/src/branch/master/docs/WHATSNEW
* Chase editors/emacs updateJoseph Mingrone2024-03-261-1/+1
| | | | | | | | | | | | | - Bump Emacs version in Mk/Uses/emacs.mk to update version-specific paths - Bump PORTREVISION of ports with USES=emacs. This is required for two reasons. Emacs lisp files need to be byte compiled for the new Emacs version, and files installed under, e.g., EMACS_VERSION_SITE_LISPDIR need to be relocated. Reviewed by: ashish Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D44492
* deskutils/simpleagenda: unbreak the port and update to version 0.46Alexey Dokuchaev2024-03-262-20/+16
| | | | Add TEST_TARGET and chase HTTP/1.1 301 redirection in the WWW line.
* deskutils/nextcloudclient: Update to version 3.12.2Michael Reifenberger2024-03-242-4/+4
| | | | | PR: 277640 Reported by: madpilot@
* deskutils/simpleagenda: Mark BROKENMuhammad Moinur Rahman2024-03-241-1/+3
| | | | | - Fails to build with unknown type name 'APPKIT_EXPORT_CLASS' - Return to pool
* lang/go: Change DEFAULT to 1.21Muhammad Moinur Rahman2024-03-244-4/+4
| | | | | PR: 277776 Approved by: portmgr (exp-run)
* deskutils/lumina-textedit: Move man pages to share/manNuno Teixeira2024-03-242-1/+4
| | | | Approved by: portmgr (blanket)
* deskutils/lumina-screenshot: Move man pages to share/manNuno Teixeira2024-03-242-1/+4
| | | | Approved by: portmgr (blanket)
* deskutils/lumina-mediaplayer: Move man pages to share/manNuno Teixeira2024-03-242-1/+4
| | | | Approved by: portmgr (blanket)
* deskutils/lumina-fm: Move man pages to share/manNuno Teixeira2024-03-242-1/+4
| | | | Approved by: portmgr (blanket)
* deskutils/lumina-fileinfo: Move man pages to share/manNuno Teixeira2024-03-242-1/+4
| | | | Approved by: portmgr (blanket)
* deskutils/lumina-calculator: Move man pages to share/manNuno Teixeira2024-03-242-1/+4
| | | | Approved by: portmgr (blanket)
* deskutils/lumina-archiver: Move man pages to share/manNuno Teixeira2024-03-242-1/+4
| | | | Approved by: portmgr (blanket)
* deskutils/lumina-photo: Move man pages to share/manNuno Teixeira2024-03-242-1/+4
| | | | Approved by: portmgr (blanket)
* */*: Bump consumers of textproc/libunibreakDaniel Engberg2024-03-242-1/+2
| | | | | | Chase update of textproc/libunibreak Reported by: vvd
* LXQt: update to 1.4.0Jesper Schmitz Mouridsen2024-03-233-4/+6
| | | | | | | Changelog: https://lxqt-project.org/release/2023/11/05/release-lxqt-1-4-0/ PR: 277376
* deskutils/countdown: Remove unnecessary substitutionPo-Chuan Hsieh2024-03-231-1/+1
|
* KDE: Update KDE Plasma to 5.27.11Tobias C. Berner2024-03-233-9/+9
| | | | | | | | | | | | | | | | | | | | | KDE Plasma 5.27.11, Bugfix Release for March Wednesday, 6 March 2024. Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.27.11. Plasma 5.27 was released in February 2023 with many feature refinements and new modules to complete the desktop experience. The bugfixes are typically small but important and include: * Plasma Browser Integration: 🍒🍒Download Job: Truncate excessively long URLs. * KWin: Tabbox: match Shift+Backtab against Shift+Tab. * Powerdevil: Kbd backlight: Fix double brightness restore on LidOpen-resume. Announcement: https://kde.org/announcements/plasma/5/5.27.11/ Full Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.10-5.27.11
* KDE: Update KDE Plasma Desktop 6 to 6.0.2Tobias C. Berner2024-03-233-9/+9
| | | | | | | | | | | | | | | Changes in 6.0.1: * KWin: Fix confined pointer being able to escape the surface. * Fix kicker close on click away. * Show panels on entering edit mode and "add widgets". Changes in 6.0.2: * Fix sending window to all desktops. * Folder Model: Handle invalid URL in desktop file. * Fix panels being set to floating by upgrades. Announcement for 6.0.1: https://kde.org/announcements/plasma/6/6.0.1/ Announcement for 6.0.2: https://kde.org/announcements/plasma/6/6.0.2/
* lang/rust: Bump revisions after 1.77.0Mikael Urankar2024-03-2311-9/+11
| | | | PR: 277786
* deskutils/kdeconnect-kde: fix broken patch for the sftp_mounterLars Herschke2024-03-222-6/+6
| | | | PR: 277765
* deskutils/sowon: Move man pages to share/manChristian Weisgerber2024-03-201-1/+7
| | | | Approved by: portmgr (blanket)