summaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-wm/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Welcome XFCE 4.18 to the FreeBSD ports tree!Guido Falsi2022-12-161-46/+0
| | | | | | | | | | Upstream announce: https://xfce.org/about/news/?post=1671062400 Some notes: - Updated pkg-descr for various packages - Added some missing dependencies (reported by poudriere Q/A tests) - Removed patches now included upstream
* x11-wm/xfce4-wm: Import upsstream patch fixing crashsMikhail Teterin2022-03-301-0/+46
| | | | | | | | | xfce4-wm could crash if a broken client tries to usse a nonexistent icon. Importing upstream patch that avoids the crash. PR: 262908 Obtained from: https://gitlab.xfce.org/xfce/xfwm4/-/commit/a7971823de40a17dcba940fcef56d781626826d3 MFH: 2022Q1
* Welcome XFCE 4.16 to the FreeBSD ports tree!Guido Falsi2021-01-023-98/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Import xfce4-wm upstream patches which fix crashes at runtime.Guido Falsi2020-11-292-0/+74
| | | | | | | | Obtained from: https://gitlab.xfce.org/xfce/xfwm4/-/issues/460 MFH: 2020Q4 Notes: svn path=/head/; revision=556577
* Import upstream patch to avoid crash due to unhandled XError inGuido Falsi2020-11-151-0/+24
| | | | | | | | | | | | XKillClient() PR: 251136 Submitted by: rozhuk.im@gmail.com Obtained from: https://gitlab.xfce.org/xfce/xfwm4/-/commit/e2fbfac304beace0297d071f7de0aceba4f0016a MFH: 2020Q4 Notes: svn path=/head/; revision=555201
* - Update xfce4-wm to 4.14.4Guido Falsi2020-08-021-50/+0
| | | | | | | - Remove patch included upstream Notes: svn path=/head/; revision=543943
* - Update xfce4-wm to 4.14.3Guido Falsi2020-07-271-0/+50
| | | | | | | | | | - Import upstream fix for startup crash in this version [1] - Add new dependency on xres Obtained from: https://gitlab.xfce.org/xfce/xfwm4/-/issues/411 [1] Notes: svn path=/head/; revision=543551
* Clenup xfce ports:Guido Falsi2019-01-221-11/+0
| | | | | | | | | | | | | | | | | | | - 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 xfce4-wm to 4.12.5Guido Falsi2018-07-291-3/+3
| | | | | | | | | - Remove unneeded USE_LDCONFIG - Regenerate patch - Update project home page to https Notes: svn path=/head/; revision=475852
* The FreeBSD Xfce team proudly presents Xfce 4.12.Olivier Duchateau2015-03-052-63/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - Add patch, which hides panel for maximized applicationsOlivier Duchateau2014-10-201-0/+47
| | | | | | | | | | | | - Remove @dirrm* in pkg-plist - Bump PORTREVISION PR: 194135 Reported by: adrian@ Obtained from: Xfce's BugZilla (bugs #8563, #10622) Notes: svn path=/head/; revision=371279
* - Update to 4.10.1Olivier Duchateau2013-05-081-0/+11
| | | | | | | | | | | - Add new option, NLS - Trim Makefile header - Finish to convert USES - Remove desktopfileutils, because MimeType entry is not present in desktop file Notes: svn path=/head/; revision=317676
* - Welcome XFCE 4.10 to the portstree!Martin Wilke2012-05-252-28/+0
| | | | | | | | | | 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
* - x11-wm/xfce4-wm update to 4.8.2Martin Wilke2011-10-282-0/+28
| | | | | | | | | | | | | - x11-wm/xfce4-panel update to 160920 - x11-fm/thunar update to 1.2.3 PR: 160946 160920 160875 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=284532
* update xfce4 to 4.4.2Oliver Lehmann2008-02-125-147/+0
| | | | | | | | Approved by: portmgr (linimon) Security: CVE-2007-6531, CVE-2007-6532 Notes: svn path=/head/; revision=207060
* fix a problem with gtk 2.12 which caused the wm to freezeOliver Lehmann2007-10-265-0/+147
| | | | | | | | | | more info: http://bugzilla.xfce.org/show_bug.cgi?id=3346 PR: 117511 Submitted by: Jimmie James <jimmiejaz@gmail.com> Notes: svn path=/head/; revision=202070
* add an optional patch which reverses the mouse workspace changingOliver Lehmann2007-06-191-0/+16
direction. PR: ports/113269 Submitted by: ehaupt Notes: svn path=/head/; revision=193842