aboutsummaryrefslogtreecommitdiff
path: root/misc/xfce4-wm-themes/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Welcome XFCE 4.16 to the FreeBSD ports tree!Guido Falsi2021-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* misc: Add missing USES=gnomeTobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517067
* Welcome XFCE 4.14 to the FreeBSD ports treeGuido Falsi2019-09-191-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* USES=xfce: Stop overriding MASTER_SITE_SUBDIR.Bryan Drewery2015-04-281-3/+1
| | | | | | | | | | | | | Add an XFCE SITE_SUBDIR abbreviation and use it forf or the xfce ports, which removes the need to set MASTER_SITE_SUBDIR in any of them. This fixes ports that have USES=xfce but do not use the XFCE MASTER_SITE, namely sysutils/xfce4-bsdcpufreq-plugin. With hat: portmgr Notes: svn path=/head/; revision=384919
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* - Support STAGEDIROlivier Duchateau2013-10-151-2/+2
| | | | | | | | | | | | | While I'm here - Switch to USES= gmake - Convert to new LIB_DEPENDS format - Enhance COMMENT entry (misc/xfce4-wm-themes) - Adjust Xfce dependencies, and bump PORTREVISION (sysutils/xfce4-power-manager) Notes: svn path=/head/; revision=330424
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | misc) Notes: svn path=/head/; revision=327745
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Welcome XFCE 4.10 to the portstree!Martin Wilke2012-05-251-3/+2
| | | | | | | | | | 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
* 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
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+0
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* Welcome XFCE 4.8 to the portstree!Oliver Lehmann2011-03-031-0/+2
| | | | | | | Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=270185
* update Xfce to 4.6Oliver Lehmann2009-03-021-1/+1
| | | | | | | | | for more information please read http://www.xfce.org/about/news?id=21 Notes: svn path=/head/; revision=229341
* update xfce to 4.4.3Oliver Lehmann2008-10-301-1/+1
| | | | Notes: svn path=/head/; revision=222238
* update xfce4 to 4.4.2Oliver Lehmann2008-02-121-1/+1
| | | | | | | | Approved by: portmgr (linimon) Security: CVE-2007-6531, CVE-2007-6532 Notes: svn path=/head/; revision=207060
* - Fix a typo in bsd.sites.mk along with all the places it affectedAndrew Pantyukhin2007-10-251-1/+1
| | | | | | | Approved by: oliver (maintainer of the respective ports) Notes: svn path=/head/; revision=202040
* update xfce to 4.4.1Oliver Lehmann2007-04-111-1/+1
| | | | | | | bump PORTREVISION where needed Notes: svn path=/head/; revision=189785
* define USE_XFCE to get MASTER_SITE_SUBDIR definedOliver Lehmann2007-03-211-0/+1
| | | | Notes: svn path=/head/; revision=187909
* Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].Mark Linimon2007-03-141-3/+1
| | | | | | | | | PR: 101029 [1], 108862 [2] Submitted by: Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2] Notes: svn path=/head/; revision=187350
* Import xfce 4.4Oliver Lehmann2007-01-221-10/+8
| | | | | | | | | - remove all obsolete ports or plugins - update all plugins to their latest version to support xfce 4.4 (otherwise they won't compile with 4.4) Notes: svn path=/head/; revision=182986
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-141-1/+1
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* update to xfce 4.2.3.1Oliver Lehmann2005-11-081-1/+1
| | | | | | | Changelog: http://www.xfce.org/release_notes/4.2.3.1_changelog.html Notes: svn path=/head/; revision=147651
* fix MASTER_SITESOliver Lehmann2005-10-071-1/+1
| | | | | | | Noted by: portsurvey Notes: svn path=/head/; revision=144490
* update to 4.2.2Oliver Lehmann2005-05-191-1/+1
| | | | Notes: svn path=/head/; revision=135636
* adjust MASTER_SITESOliver Lehmann2005-04-021-2/+3
| | | | Notes: svn path=/head/; revision=132187
* update to 4.2.1Oliver Lehmann2005-03-181-1/+1
| | | | Notes: svn path=/head/; revision=131582
* - bring xfce4 to 4.2Oliver Lehmann2005-01-261-3/+4
| | | | | | | | | | | - remove x11-fm/xfce4-fm-icons misc/xfce4-panel-themes (obsoleted by that update) - take maintainership of x11-wm/xfce4-session [1] - bump PORTREVISION of all plugins because they need to be linked against the new xfce4 libs Approved by: maintainer [1] Notes: svn path=/head/; revision=127441
* update to xfce4-4.0.6Oliver Lehmann2004-07-191-1/+1
| | | | Notes: svn path=/head/; revision=113926
* update to 4.0.5Oliver Lehmann2004-04-181-3/+2
| | | | | | | use libtool version 15 instead of 13 Notes: svn path=/head/; revision=107452
* update to xfce 4.0.4Oliver Lehmann2004-03-141-4/+3
| | | | Notes: svn path=/head/; revision=104026
* Update xfce to 4.0.3Oliver Lehmann2004-01-101-2/+4
| | | | | | | | | | | | | | | | | 4.0.3: - Leak in window manager's pixmap management - Various file manager fixes - Translation updates - Support for KDE system tray was added 4.0.2: * Improve window manager responsiveness * Various bug fixes in file manager, window manager and panel * More 64bit clean up * New translation added: Azerbaijani Notes: svn path=/head/; revision=97893
* Add back DIST_SUBDIR. It was removed by mistake.Dmitry Sivachenko2003-09-281-0/+1
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=89705
* Update to 4.0.0 release.Dmitry Sivachenko2003-09-271-6/+3
| | | | Notes: svn path=/head/; revision=89536
* Update to version 4.0 RC3.Dmitry Sivachenko2003-09-031-5/+5
| | | | Notes: svn path=/head/; revision=88425
* take maintainershipOliver Lehmann2003-08-171-1/+1
| | | | Notes: svn path=/head/; revision=87112
* Start using the new xfce sub-categoryOliver Lehmann2003-08-161-1/+1
| | | | Notes: svn path=/head/; revision=87026
* Add xfce4-wm-themes 3.99.2,Oliver Lehmann2003-07-281-0/+27
xFce 4 window decoration themes for xfwm4. PR: 53169 Submitted by: James Earl <jdearl@telus.net> Notes: svn path=/head/; revision=85777