aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-desktop
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Welcome XFCE 4.16 to the FreeBSD ports tree!Guido Falsi2021-01-023-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream announce: https://xfce.org/about/news/?post=1608595200 This XFCE release dropped support for GTK2 plugins and also dropped GTK2 from all components. WARNING: please check UPDATING before upgrading your packages. In case of problems also read the libexo pkg-message. Due to this some panel plugins and libraries will be removed since they cannot compile anymore: - print/xfce4-print - x11/xfce4-quicklauncher-plugin - x11/xfce4-wmdock-plugin - x11-toolkits/libxfce4gui These further components also fail to build or work and are being marked BROKEN, deprecated and marked for removal: - science/xfce4-equake-plugin - x11/xfce4-embed-plugin - deskutils/orage - deskutils/xfce4-volumed [1] deskutils/xfce4-notes-plugin will be also marked BROKEN, but there is active development in it's upstream repository and a fixed release is expected soon. deskutils/xfce4-generic-slider will also be marked broken, since it fails to compile. [2] Thanks also to riggs, Olivier Duchateau <duchateau.olivier@gmail.com> and the people in Approved and Reviewed lines below for help and contributions. Reviewed by: woodsb02 Approved by: sergey.dyatko@gmail.com (maintainer) [1], ehaupt [2] Differential Revision: https://reviews.freebsd.org/D27846 Notes: svn path=/head/; revision=559953
* Update xfce4-desktop to 4.14.3Guido Falsi2020-11-043-4/+6
| | | | Notes: svn path=/head/; revision=554063
* Tell portscout to only check for stable updates.Guido Falsi2020-06-201-0/+2
| | | | Notes: svn path=/head/; revision=539724
* Update xfce4-desktop to 4.14.2Guido Falsi2020-01-133-4/+5
| | | | Notes: svn path=/head/; revision=522894
* x11-wm/xfce4-desktop: fix build on GCC architecturesPiotr Kubaj2019-10-011-1/+2
| | | | | | | | | | | | | Use C11 compiler: In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33, from xfdesktop-common.c:51: /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=513462
* Welcome XFCE 4.14 to the FreeBSD ports treeGuido Falsi2019-09-193-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Simplify XFCE MASTER_SITES usageGuido Falsi2019-06-191-2/+2
| | | | | | | | | | | | - Update XFCE Master sites list Submitted by: olivierd Reviewed by: mat Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D8416 Notes: svn path=/head/; revision=504557
* Update xfce4-desktop to 4.12.5Guido Falsi2019-06-052-4/+4
| | | | Notes: svn path=/head/; revision=503495
* Clenup xfce ports:Guido Falsi2019-01-222-14/+18
| | | | | | | | | | | | | | | | | | | - Add missing dependencies - Remove unneeded patches - Regenerate and rename legacy patches - Add NLS option to ports providing such a knob, and missing the option - Add INSTALL_TARGET=install-strip where missing - Sort things - Remove unneeded += - Cosmetic changes to OPTION related variables to improve readability - Update WWW - Silence portlint warnings about variables order - Bump PORTREVISION where changing dependencies and/or adding install-strip Notes: svn path=/head/; revision=490953
* - Update x11-wm/xfce4-desktop to 4.12.4Guido Falsi2017-09-182-12/+14
| | | | | | | | | | | - Adjust dependencies (reported by QA script) - Silence USES portlint warning PR: 220290 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=450043
* - Remove previous patch (creation of folder in context menu), it causesOlivier Duchateau2017-02-151-5/+1
| | | | | | | | crash of xfdesktop and produces wrong mime type - Bump PORTREVISION Notes: svn path=/head/; revision=434182
* - Fix creation of folder from desktop context menuOlivier Duchateau2017-01-131-5/+6
| | | | | | | | | | | | | | - Bump PORTREVISION While I'm here, switch to optional extra build target (when NLS option is unset) PR: 214207 Reported by: Marko Cupac MFH: 2017Q1 Notes: svn path=/head/; revision=431365
* - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415500
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* Update to 4.12.3 (bugfix release)Olivier Duchateau2015-07-192-4/+5
| | | | Notes: svn path=/head/; revision=392512
* Update to 4.12.2 (bugfix)Olivier Duchateau2015-05-172-3/+3
| | | | | | | Changelog: http://git.xfce.org/xfce/xfdesktop/tree/NEWS?id=xfdesktop-4.12.2#n1 Notes: svn path=/head/; revision=386636
* Unbreak build, when Thunar is not setOlivier Duchateau2015-03-271-0/+1
| | | | | | | Reported by: Andreas Koga <koga@kabelmail.de> Notes: svn path=/head/; revision=382381
* Update to 4.12.1Olivier Duchateau2015-03-222-4/+4
| | | | | | | Changelog: http://git.xfce.org/xfce/xfdesktop/tree/NEWS?id=xfdesktop-4.12.1#n1 Notes: svn path=/head/; revision=381912
* Make really Thunar optional (fix revision r380955)Olivier Duchateau2015-03-131-1/+1
| | | | | | | | | PR: 198561 Submitted by: lichray@gmail.com Reported by: makc@, Eric Douzet Notes: svn path=/head/; revision=381220
* Make Thunar optionalOlivier Duchateau2015-03-101-3/+7
| | | | | | | Requested by: Eric Douzet (private email) Notes: svn path=/head/; revision=380955
* The FreeBSD Xfce team proudly presents Xfce 4.12.Olivier Duchateau2015-03-055-55/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Announce: http://www.xfce.org/about/news/?post=1425081600 Global changes: - Switch to USES= xfce (D677) - Reorganize options helper - Fix USES= gettext-* when NLS option is not set [1], [2] - Add LICENSE (when missing) Update: - to 4.12 (core components) - audio/xfce4-mpc-plugin to 0.4.5 - deskutils/xfce4-tumbler to 0.1.31 - deskutils/xfce4-xkb-plugin to 0.7.1 - editors/mousepad to 0.4.0 - graphics/ristretto to 0.8.0 - multimedia/xfce4-parole to 0.8.0 - sysutils/garcon to 0.4.0 - sysutils/xfce4-diskperf-plugin to 2.5.5 [3] - sysutils/xfce4-fsguard-plugin to 1.0.2 - sysutils/xfce4-power-manager to 1.4.3 - sysutils/xfce4-wavelan-plugin to 0.5.12 - x11/libexo to 0.10.3 - x11-fm/thunar to 1.6.6 - x11-themes/gtk-xfce-engine to 3.2.0 PR: 196003 [1], 197251 [2], 198132 Differential Revision: https://reviews.freebsd.org/D677 Submitted by: Kamil Szczesny [1], amdmi3@ [2], myself Exp-run by: antoine@ Approved by: danilo@ (maintainer) [3] Tested by: Ivan <enitarzi@gmail.com> Notes: svn path=/head/; revision=380565
* Bump PORTREVISION after update of x11-fm/thunarOlivier Duchateau2015-01-041-1/+1
| | | | Notes: svn path=/head/; revision=376274
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 32 ports that still use it. Bump PORTREVISION on their dependent ports except the ones that depend on these: audio/libogg audio/libvorbis devel/pcre ftp/curl graphics/jpeg graphics/libart_lgpl graphics/tiff textproc/expat2 textproc/libxslt In these cases the same trick as in the recent gettext update is used. The ports install a symlink with the old library version. When enough of their dependent ports have had regular updates the remaining ones can get a PORTREVISION bump and the links can be removed. Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes over 2200 packages to depend on devel/pcre while less than 200 actually link with it. The glib20 package still depends on devel/pcre so this should not make a difference for ports with USE_GNOME=glib20. Also, libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so USE_GNOME=glib20 should not propagate it. PR: 195724 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=374303
* - Update to 4.10.3Olivier Duchateau2014-11-164-57/+17
| | | | | | | | | - Remove unneeded patch ChangeLog: https://mail.xfce.org/pipermail/xfce-announce/2014-November/000342.html Notes: svn path=/head/; revision=372632
* - Convert USE_BZIP2/XZ to USESMartin Wilke2014-06-021-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=356196
* Backport patch (available in xfdesktop 4.11.2), and replaces previous fixOlivier Duchateau2014-01-021-71/+15
| | | | | | | | | (r314575), which scales down oversize icons in menu. Obtained from: Upstream git repository Notes: svn path=/head/; revision=338453
* - Support STAGEDIROlivier Duchateau2013-10-142-14/+6
| | | | | | | | | - Switch to USES= gmake (xfce4-desktop, xfce4-wm) - Convert to new LIB_DEPENDS format (xfce4-desktop, xfce4-panel, xfce4-wm) Notes: svn path=/head/; revision=330350
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | | | | x11-wm) Notes: svn path=/head/; revision=327786
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelOlivier Duchateau2013-05-081-1/+1
| | | | | | | | | | | While I'm here, - Finish to convert USES - Trim Makefile header - Remove ABI version in LIB_DEPENDS - Remove desktopfileutils, because MimeType entry is not present in desktop file Notes: svn path=/head/; revision=317695
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-3/+1
| | | | Notes: svn path=/head/; revision=316355
* Force to scale XPM icons with recent update of graphics/gdk-pixbuf2Olivier Duchateau2013-03-182-1/+81
| | | | | | | | While here, - Use USES=pathfix instead of gnomehack Notes: svn path=/head/; revision=314575
* - Update to 4.10.2Olivier Duchateau2013-03-103-41/+3
| | | | | | | | | - Remove unneeded patch Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=313836
* - Fix, when no image is selectedOlivier Duchateau2013-03-093-0/+51
| | | | | | | | | | | - Add patch for new GLib 2.32 API Submitted by: Andrey Simonenko (by email) Approved by: rene, miwi (mentors, implicit) Obtained from: Xfce git repository Notes: svn path=/head/; revision=313702
* - Update to 4.10.1Olivier Duchateau2013-03-033-4/+11
| | | | | | | | | - Add patch to avoid installing .mo files, when NLS is unset Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=313366
* Bump PORTREVISION for Thunar related portsOlivier Duchateau2012-12-301-1/+1
| | | | | | | Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=309681
* Bump PORTREVISION for libexo-related portsOlivier Duchateau2012-12-301-1/+1
| | | | | | | Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=309676
* Bump PORTREVISION for Thunar related portsOlivier Duchateau2012-12-141-1/+1
| | | | | | | | | | | While here, - Trim header - Use USE_PKGCONFIG - Remove ABI version numbers from LIB_DEPENDS - Update maintainer address for archivers/thunar-archive-plugin Notes: svn path=/head/; revision=308922
* Bump PORTREVISION for libexo-related portsOlivier Duchateau2012-12-141-10/+7
| | | | | | | | | | | | While here, - Trim header - Use USE_PKGCONFIG - Remove ABI version numbers from LIB_DEPENDS Approved by: rene, miwi (mentors, implicit) Notes: svn path=/head/; revision=308916
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Convert complete XFCE to new options frameworkMartin Wilke2012-05-301-6/+7
| | | | | | | | | | | | | | While here some extra work: - Remove 6.X gruft - Correct NOPORTDOCS - Pet portlint - Whitespaces fixes Reviewed by: beat, bapt (thx!) Notes: svn path=/head/; revision=297800
* - Welcome XFCE 4.10 to the portstree!Martin Wilke2012-05-256-120/+17
| | | | | | | | | | Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com> Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Tested by: phw Notes: svn path=/head/; revision=297441
* - Update to 4.8.2Martin Wilke2011-10-283-4/+6
| | | | | | | | PR: 160794 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=284530
* Consistify spelling of "Xfce", and some other projects while there.Rene Ladan2011-10-261-1/+1
| | | | | | | | | | Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin PR: ports/160730 Submitted by: ryusuke Notes: svn path=/head/; revision=284387
* Re-assign to the Xfce team.Rene Ladan2011-10-231-1/+1
| | | | | | | Approved by: oliver (previous maintainer) Notes: svn path=/head/; revision=284163
* Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where ↵Koop Mast2011-08-231-2/+2
| | | | | | | needed. Notes: svn path=/head/; revision=280300
* update x11/libexo to 0.6.2Oliver Lehmann2011-07-271-1/+1
| | | | | | | | | | | | | | | update sysutils/garcon to 0.1.8 update sysutils/xfce4-utils to 4.8.2 update x11-wm/xfce4-panel to 4.8.5 update x11/Terminal to 0.4.8 bump PORTREVISION of affected ports PR: ports/157768, ports/158144, ports/158145, ports/158148, ports/158170 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=278395
* update thunar to 1.2.2Oliver Lehmann2011-06-071-1/+1
| | | | | | | | | | bump PORTREVISION of affected ports PR: 157380 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=275188
* update libexo to 0.6.1Oliver Lehmann2011-06-071-0/+1
| | | | | | | | | | bump PORTREVISION on depending ports PR: ports/156913 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=275173