aboutsummaryrefslogtreecommitdiff
path: root/deskutils
Commit message (Collapse)AuthorAgeFilesLines
* deskutils/xfce4-notifyd: fix build on GCC architecturesPiotr Kubaj2019-10-011-2/+2
| | | | | | | | | | | | | Use C11 compiler: In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33, from xfce-notify-log.c:32: /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk' /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was here Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=513451
* Qt5 update to 5.13.0Tobias C. Berner2019-10-011-1/+1
| | | | | | | | | | | | For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13 Thanks to adridg who helped to fix a lot of packages. Exp-run by: antoine PR: 238782 Notes: svn path=/head/; revision=513447
* deskutils/latte-dock: update to 0.9.3Tobias C. Berner2019-09-303-10/+6
| | | | Notes: svn path=/head/; revision=513398
* Drop OPTIONS_SUB in ports that have no optionsTobias Kortkamp2019-09-301-2/+0
| | | | Notes: svn path=/head/; revision=513282
* Go ports: cleanup, finish transition to USES=go started with r505321 (cat. ↵Dmitri Goutnik2019-09-293-21/+9
| | | | | | | | | | | | | | | audio-mail) - Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 - Switch to go:modules when upstream already uses them Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21741 Notes: svn path=/head/; revision=513274
* Remove libXp dependency from imake/motif portsNiclas Zeising2019-09-291-4/+2
| | | | | | | | | | | | | | | | | Remove the libXp dependency from a number of ports using imake and/or motif. libXp is being deprecated. The list of ports: audio/xmcd audio/xmmix deskutils/xmdiary ftp/llnlxdir ftp/llnlxftp graphics/SciPlot misc/xtar multimedia/mpeg2play Notes: svn path=/head/; revision=513269
* deskutils/syncthingtray: fix build with Qt5 5.13Tobias C. Berner2019-09-291-0/+19
| | | | | | | | | | | | - syncthingtray uses the QT_VERSION to decide on QtWebengine features, instead of QTWEBENGINEWIDGETS_VERSION - when WebEngine and Core are out of sync as they tend to be for us, this leads to compilation errors. PR: 238782 Notes: svn path=/head/; revision=513244
* graphics/poppler: update to 0.81.0Tobias C. Berner2019-09-293-0/+3
| | | | | | | | | | | | | | | | | Release 0.81.0: core: * Splash: Always enable support for CMYK rasterization * CairoOutputDev: Check scaled dimensions for 0. Issue #737 * BaseCryptStream: Fix potential uninitialized memory read * SplashBitmap: Fix wrong width condition for splashModeDeviceN8 * Fix crashes in malformed files PR: 240781 Exp-run by: antoine Approved by: gnome (kwm, implicit) Notes: svn path=/head/; revision=513196
* Deprecate x11/libXp, it is deprecated upstreamNiclas Zeising2019-09-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Deprecate x11/libXp, since it is about to be deprecated upstream. Do *not* yet set a removal date for x11/libXp, this will be decided later, once most dependencies are fixed. Deprecate all ports depending on x11/libXp. * astro/xephem * audio/xmcd * audio/xmmix * biology/ncbi-toolkit * deskutils/xmdiary * ftp/llnlxdir * ftp/llnlxftp * graphics/SciPlot * misc/xtar * multimedia/mpeg2play * science/afni * textproc/mgdiff Sprinkle USES=xorg as needed. Discussed with: bapt Notes: svn path=/head/; revision=513046
* deskutils/go-for-it: Update to 1.7.3Steve Wills2019-09-242-4/+4
| | | | | | | | PR: 240338 Submitted by: Neel Chauhan <neel@neelc.org> (maintainer) Notes: svn path=/head/; revision=512738
* deskutils/sysctlview: Update to 1.5.1Kai Knoblich2019-09-242-7/+17
| | | | | | | | | | | | | | | | | | | | | | * The sysctlinfo interface (sysutils/sysctlinfo-kmod) is now required as build/run dependency which relies on the "oid_label" constant that was introduced in FreeBSD 1200019. Thus set the port to IGNORE if the above doesn't apply while I'm here. [1] Changelog: * Show nodes up to CTL_MAXNAME (24) levels * Show the right value of the nodes without the last name * Show a subtree without leaves (the nodes are all CTLTYPE_NODE) * The sysctlinfo interface is 30% more efficient than the kernel undocumented interface [1] PR: 240391 Submitted by: Alfonso S. Siciliano <alfix86@gmail.com> (maintainer) Notes: svn path=/head/; revision=512729
* x11/lumina: fix build on gcc platforms, re-adding USES=compiler:c++11-langKurt Jaeger2019-09-2411-93/+3
| | | | | | | | | | - and deleting the two ports I should have deleted in the previous commit PR: 240749 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=512723
* x11/lumina: upgrade 1.4.1 -> 1.5.0Kurt Jaeger2019-09-2429-656/+698
| | | | | | | | | | | | | | | | | | | | | | | - Remove deskutils/lumina-notify (upstreamed) https://github.com/lumina-desktop/lumina/commit/89ad0095d7da09158778b5afae9beeaa0bd98d38 - Remove deskutils/lumina-xdg-entry (upstreamed) https://github.com/lumina-desktop/lumina/commit/0069a052e1cbef588e8f93a31314965b0c2af68a - Fix variables order (pet portlint) - Alphabetize USE_QT - Update knob to use options helpers - Remove GH_TAGNAME (except for deskutils/lumina-pdf and deskutils/lumina-calculator which haven't release tag) - Change GH_ACCOUNT from "trueos" to "lumina-desktop" - Add a new port deskutils/lumina-photo - Change I18N option to well know NLS option PR: 240749 Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org> Approved by: JT Pennington <jt@ixsystems.com> (maintainer) Differential Revision: D21749 Notes: svn path=/head/; revision=512720
* Welcome XFCE 4.14 to the FreeBSD ports treeGuido Falsi2019-09-199-37/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This XFCE release uses almost exclusively gtk3, so the USES=xfce now defaults to gtk3 - Make x11-themes/gtk-xfce-engine an optional dependency(disabled by default), it only supports gtk2, so would leave miost of this XFCE version unthemed. - Add Greybird as an optional and enabled dependency as a modern theme supporting both GTK versions and all other XFCE parts - The xfce4-vala port is deprecated and removed. The VALA bindings are available in the library ports using the GIR and VAPI options (on by default) - Fixed various missing library and portlint warnings (portmgr fixit blanket) - Default Display Manager changed to lightdm (Thanks to woodsb02 for help) - Add x11/xfce4-screensaver as an optional dependency to the xfce4-goodies (enabled by default) - Remove dependency on x11-fm/thunar-vfs and deprecate the port. It is EOL upstream and the functionality is included in thunar itself Update: - Added back sysutils/xfce4-places-plugin, updated to 1.8.1 - archivers/thunar-archive-plugin to 0.4.0 - audio/thunar-media-tags-plugin to 0.3.0 - audio/xfce4-mpc-plugin to 0.5.2 - audio/xfce4-pulseaudio-plugin to 0.4.2 - deskutils/xfce4-tumbler to 0.2.7 - devel/thunar-vcs-plugin to 0.2.0 [1] - devel/xfce4-dev-tools to 4.14.0 - misc/xfce4-appfinder to 4.14.0 - misc/xfce4-weather-plugin to 0.10.0 - multimedia/xfce4-parole to 1.0.4 - sysutils/gigolo to 0.5.0 - sysutils/xfce4-battery-plugin to 1.1.3 - sysutils/xfce4-fsguard-plugin to 1.1.1 - sysutils/xfce4-netload-plugin to 1.3.2 - sysutils/xfce4-power-manage to 1.6.5 - sysutils/xfce4-settings 4.14.1 - sysutils/xfce4-systemload-plugin to 1.2.3 - sysutils/xfce4-wavelan-plugin to 0.6.1 - www/xfce4-smartbookmark-plugin to 0.5.1 - x11-clocks/xfce4-datetime-plugin to 0.8.0 - Added new xfce4-stopwatch-plugin, version 0.3.1 - x11-clocks/xfce4-timer-out-plugin to 1.0.3 - x11-fm/thunar to 1.8.9 - x11-wm/xfce4-desktop to 4.14.1 - x11-wm/xfce4-panel to 4.14.0 - x11-wm/xfce4-session to 4.14.0 - x11-wm/xfce4-wm to 4.14.0 - x11/libexo to 0.12.8 - x11/libxfce4menu to 4.14.1 - x11/libxfce4util to 4.14.0 - x11/xfce4-conf to 4.14.1 - x11/xfce4-dashboard to 0.7.5 - x11/xfce4-screensaver to 0.1.8 - x11/xfce4-screenshooter-plugin to 1.9.6 - x11/xfce4-verve-plugin to 2.0.0 Thanks to: Olivier Duchateau <duchateau.olivier@gmail.com> PR: 240236 Exp-run by: antoine Tested by: sbruno Approved by: sergey.dyatko@gmail.com (maintainer timeout via email), portmgr (fixit blanket, port breaks with new Thunar if not updated) [1] Differential Revision: https://reviews.freebsd.org/D21278 Notes: svn path=/head/; revision=512378
* deskutils/py-khal: temporarily remove broken DOCS option.Alexandre C. Guimarães2019-09-191-8/+3
| | | | | | | | | | | | - the issue will be worked with upstream and the option will be re-added when solved. PR: 240675 Reported by: tobik Approved by: tcberner (mentor) Notes: svn path=/head/; revision=512363
* Change my maintainer emailDmitri Goutnik2019-09-161-1/+1
| | | | | | | | Approved by: tz (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21677 Notes: svn path=/head/; revision=512187
* Mark BROKEN with lldAntoine Brodin2019-09-161-0/+4
| | | | | | | | Reported by: pkg-fallout MFH: 2019Q3 Notes: svn path=/head/; revision=512148
* Deprecate a few portsAntoine Brodin2019-09-154-0/+8
| | | | Notes: svn path=/head/; revision=512125
* deskutils/syncthingtray: create portSteve Wills2019-09-135-0/+132
| | | | | | | | | | | | | | Syncthing Tray Qt 5-based tray application Dolphin/Plasma integration command-line interface Qt-ish C++ interface to control Syncthing WWW: https://github.com/Martchus/syncthingtray Notes: svn path=/head/; revision=511979
* Update calibre to 3.48.0Guido Falsi2019-09-132-4/+4
| | | | Notes: svn path=/head/; revision=511976
* deskutils/py-todoman: Update to 3.6.0Steve Wills2019-09-132-30/+30
| | | | | | | | PR: 240477 Submitted by: Andreas Bilke <freebsd.org@bilke.org> (maintainer) Notes: svn path=/head/; revision=511966
* deskutils/calcurse: update to 4.5.0Frederic Culot2019-09-094-7/+10
| | | | | | | Changes: https://calcurse.org/files/changes.html Notes: svn path=/head/; revision=511632
* tabs, not spaces. Adjust expiration dateNiclas Zeising2019-09-061-2/+2
| | | | Notes: svn path=/head/; revision=511365
* deskutils/xmaddressbook: DeprecateNiclas Zeising2019-09-061-0/+3
| | | | | | | | Deprecate deskutils/xmaddressbook, it depends on the deprecated x11/liboldX, is unmaintained and there doesn't seem to be an upstream. Notes: svn path=/head/; revision=511363
* deskutils/latte-dock: update to 0.9.2Tobias C. Berner2019-09-064-15/+10
| | | | Notes: svn path=/head/; revision=511298
* - no longer hosting distfilesJason Helfman2019-09-051-2/+1
| | | | Notes: svn path=/head/; revision=511263
* KDE Applications: update to 19.08.1Tobias C. Berner2019-09-0525-75/+79
| | | | | | | | | | | | | | | | | | | | | September 05, 2019. Today KDE released the first stability update for KDE Applications 19.08. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone. More than twenty recorded bugfixes include improvements to Kontact, Dolphin, Kdenlive, Konsole, Step, among others. Improvements include: * Several regressions in Konsole's tab handling have been fixed * Dolphin again starts correctly when in split-view mode * Deleting a soft body in the Step physics simulator no longer causes a crash You can find the full list of changes here: https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.1 Notes: svn path=/head/; revision=511258
* deskutils/dfshow: Update 0.8.1 -> 0.8.2Yuri Victorovich2019-09-042-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=511070
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-09-031-2/+3
| | | | Notes: svn path=/head/; revision=511006
* KDE Plasma Desktop -- update to 5.16.5Tobias C. Berner2019-09-034-6/+9
| | | | | | | | | | | | | | | | | | | Tuesday, 3 September 2019. Today KDE releases a Bugfix update to KDE Plasma 5, versioned 5.16.5. Plasma 5.16 was released in June with many feature refinements and new modules to complete the desktop experience. This release adds a month's worth of new translations and fixes from KDE's contributors. The bugfixes are typically small but important and include: * [weather] [envcan] Add additional current condition icon mappings. * [Notifications] Group only same origin and show it in heading. * Volume Control: Fix speaker test not showing sinks/buttons. Full changelog: https://kde.org/announcements/plasma-5.16.4-5.16.5-changelog.php Notes: svn path=/head/; revision=510972
* Update calibre to 3.47.1Guido Falsi2019-09-032-5/+4
| | | | Notes: svn path=/head/; revision=510926
* deskutils/treesheets: update to 1.0.2Steve Wills2019-09-023-9/+23
| | | | | | | | PR: 240042 Submitted by: lightside <lightside@gmx.com> (maintainer) Notes: svn path=/head/; revision=510836
* graphics/poppler: update to 0.80.0Tobias C. Berner2019-09-013-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.80.0: core: * Annotations: Implement support for setting a different text in the appearance stream than the real text * Splash: Optionally use small_vector from boost * Fix memory leaks on broken files * Fix abort on broken files * Small code simplifications * Remove USE_FIXEDPOINT support. Issue #821 qt5: * Fix MSVC build * Add subsitute-font information * Fix since marker of some functions * Fix leak when aborting text extraction * Small code simplifications glib: * Make print scaling getter visible * Make Duplex/NumCopies/PrintPageRange preference available in API * Implement Movie API utils: * pdftotext: Add -nodiag flag to remove diagonal text on output build system: * Mark external lib include dirs as SYSTEM PR: 240176 Exp-run by: antoine Approved by: gnome (kwm, implicit) Notes: svn path=/head/; revision=510739
* Update calibre to 3.47.0Guido Falsi2019-08-312-5/+4
| | | | Notes: svn path=/head/; revision=510410
* - Register devel/gsettings-desktop-schemas as a run dependencyEmanuel Haupt2019-08-301-4/+7
| | | | | | | | | | | - While here, pacify portlint PR: 232159 Submitted by: rsmith@xs4all.nl MFH: 2019Q3 (blanket) Notes: svn path=/head/; revision=510249
* desktuils/latte-dock: update to 0.9.1Tobias C. Berner2019-08-285-130/+201
| | | | Notes: svn path=/head/; revision=510101
* deskutils/copyq: Update to v3.9.2Tobias Kortkamp2019-08-272-4/+4
| | | | | | | Changes: https://github.com/hluk/CopyQ/releases/tag/v3.9.2 Notes: svn path=/head/; revision=509987
* Add protocol to CORS headers (fails otherwise), add direct dependency onMichael Gmelin2019-08-263-1/+23
| | | | | | | | databases/py-sqlite3 (was implicit through www/py-django21 before). Bump revision. Notes: svn path=/head/; revision=509944
* devel/boost-*: update to 1.71.0Jan Beich2019-08-194-2/+4
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* deskutils/copyq: Update to v3.9.1Tobias Kortkamp2019-08-182-5/+4
| | | | | | | Changes: https://github.com/hluk/CopyQ/releases/tag/v3.9.1 Notes: svn path=/head/; revision=509233
* deskutils/cherrytree: Update 0.38.8 -> 0.38.9Yuri Victorovich2019-08-182-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=509194
* Update to 0.23Sunpoet Po-Chuan Hsieh2019-08-162-3/+6
| | | | | | | | | - Add NO_ARCH Changes: https://metacpan.org/changes/distribution/Data-ICal Notes: svn path=/head/; revision=509107
* Update KDE Applications to latest upstream release, 19.08Adriaan de Groot2019-08-1572-296/+252
| | | | | | | | | | Release announcement https://kde.org/announcements/announce-applications-19.08.0.php Thanks to tcberner for doing most of the prep-work. Notes: svn path=/head/; revision=509000
* Update KDE Frameworks to latest upstream release, 5.61Adriaan de Groot2019-08-152-0/+50
| | | | | | | | | | | | | | | | | | | | | Release notes at https://kde.org/announcements/kde-frameworks-5.61.0.php Thanks to antoine@ for the exp-runs, tcberner@ for most of the prep-work, the Gentoo community for cherry-picking patches There are a bunch of changes in (implicitly included) headers, which broke existing KDE Applications builds; that's why there are a whole bunch of "patch-gentoo-kf5-5.61-headers" patches (taken from Gentoo packaging). Those will go away with the next KDE Applications release, PR: 239777 Submitted by: tcberner Notes: svn path=/head/; revision=508988
* - Update WWWDmitry Marakasov2019-08-141-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=508904
* - update to 5.4.0Jason Helfman2019-08-133-6/+7
| | | | | | | - pet portlint Notes: svn path=/head/; revision=508846
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-1325-52/+150
| | | | Notes: svn path=/head/; revision=508835
* deskutils/cfiles: Update 1.7.2 -> 1.8Yuri Victorovich2019-08-112-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=508665
* - Make menumaker configure script properly find python.Jason Helfman2019-08-083-4/+23
| | | | | | | | | | | | - Change configure to look for python3.5 and python3.6, as well as older versions. - Add LDFLAGS to make it possible for the configure script to find python libraries. Actually use python in Makefile.in. Reviewed by/with: zeising@ Notes: svn path=/head/; revision=508395
* - chase r508388Jason Helfman2019-08-082-3/+4
| | | | Notes: svn path=/head/; revision=508393