Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.20.0_1 22 Dec 2024 14:39:36 |
Guido Falsi (madpilot) |
sysutils/xfce4-settings: Improve build
Use distribution provided include file, and avoid regenerating it
and patching consumer.
Works around upstream issue:
https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/564
Reported by: Olivier Duchateau <duchateau.olivier@gmail.com>
Obtained
from: https://codeberg.org/olivierd/freebsd-xfce4/src/branch/main/sysutils/xfce4-settings/files/patch-xfsettingsd_Makefile.in |
4.20.0 21 Dec 2024 20:39:17 |
Guido Falsi (madpilot) |
Welcome XFCE 4.20 to the FreeBSD ports tree!
Announcement: https://xfce.org/about/news/?post=1734220800
This release has experimental Wayland support, but not all components
have been ported, YMMV. From upstream announcement:
Important Notice: Please be aware that the Wayland support in Xfce
4.20 is experimental. It is recommended for advanced users only,
as you may encounter bugs and experience incomplete functionality.
Proceed with caution!
Highlight of this commit:
- Adding new port x11/libxfce4windowing
- Changing some WWW links to XFCE project gitlab
- Cleaned up Makefiles
- Remove unneeded intltool dependencies
- Added WAYLAND option where applicable, enabled by default
Many thanks to Olivier Duchateau <duchateau.olivier@gmail.com> who
provided a set of patches I started work from.
PR: 283345 |
4.18.6 12 Jun 2024 06:02:16 |
Guido Falsi (madpilot) |
sysutils/xfce4-settings: Update to 4.18.6 |
4.18.5 09 Jun 2024 20:30:52 |
Guido Falsi (madpilot) |
sysutils/xfce4-settings: Update to 4.18.5 |
4.18.4_1 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
4.18.4 01 Dec 2023 06:54:24 |
Guido Falsi (madpilot) |
sysutils/xfce4-settings: Update to 4.18.4 |
4.18.3_2 02 Oct 2023 15:53:42 |
Guido Falsi (madpilot) |
XFCE: Cleanup dependencies
- Update xfce.mk to avid forcing too many dependencies on consumers
- Change dependency on garcon to reference libgarcon-1.so (main
library)
- Explicitly add USE_XFCE components to the ports actually needing
them.
- Cleanup dependencies, adding/removing missing/extra dependencies
- Change the referenced library in some LIB_DEPENDS to the actually
linked one (avoids false positives in poudriere Q/A tests)
- Bump PORTREVISION on all touched ports, even indirectly due to
the effect of removing forced dependencies on certain components
- Remove USES=fuse from gigolo. I could not find any kind f reference
to fuse in the code.
- xfce4-bsdcpufreq-plugin: Also remove empty comment at the top of
the Makefile |
4.18.3_1 25 Sep 2023 07:53:36 |
Guido Falsi (madpilot) |
x11-wm/xfce4: Switch default icon set to x11-themes/xfce-icons-elementary
After the update x11-themes/adwaita-icon-theme update to version
42.0 (commit 14ac2cbef6484e85669c99a5a8388ea4627f029f) XFCE is not
compatible with it anymore, due to icons being renamed/removed from
the theme.
To work around this, change the default icon theme installed with
XFCE to x11-themes/xfce-icons-elementary.
Users with XFCE desktops already configured to use adwaita-icon-theme
need to install another theme and switch to it manually using the
XFCE settings "appearance" application, see UPDATING entry 20230924.
PR: 274057 |
4.18.3 05 Jul 2023 08:06:32 |
Guido Falsi (madpilot) |
sysutils/xfce4-settings: Update to 4.18.3 |
4.18.2_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
4.18.2 11 Feb 2023 13:25:21 |
Guido Falsi (madpilot) |
sysutils/xfce4-settings: Update to 4.18.2 |
4.18.1 22 Dec 2022 20:07:42 |
Guido Falsi (madpilot) |
sysutils/xfce4-settings: Update to 4.18.1 |
4.18.0 16 Dec 2022 14:55:57 |
Guido Falsi (madpilot) |
Welcome XFCE 4.18 to the FreeBSD ports tree!
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 |
4.16.5 13 Nov 2022 17:06:21 |
Guido Falsi (madpilot) |
sysutils/xfce4-settings: Update to 4.16.5 |
4.16.4 09 Nov 2022 08:47:05 |
Guido Falsi (madpilot) |
sysutils/xfce4-settings: Update to 4.16.4 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.16.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.16.3 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
4.16.3 05 Jul 2022 20:07:25 |
Guido Falsi (madpilot) |
sysutils/xfce4-settings: Update to 4.16.3
- Add missing dependency on gdkpixbuf2
- Clean up code to support old, unsupported, releases
- Sort and tidy up options (no functional change) |
4.16.2 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
4.16.2 08 Jun 2021 14:10:58 |
Guido Falsi (madpilot) |
sysutils/xfce4-settings: Update to 4.16.2 |
4.16.1 12 Apr 2021 18:15:53 |
Guido Falsi (madpilot) |
sysutils/xfce4-settings: Update to 4.16.1
- Remove upstreamed patch
- Also fix plist glitch I introduced by mistake in a previous
update
MFH: 2021Q2 (due to plist glitch fix) |
4.16.0_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.16.0_2 30 Jan 2021 17:10:30 |
jbeich |
Chase -CURRENT upgrade in OPTIONS_DEFAULT |
4.16.0_1 10 Jan 2021 15:33:03 |
madpilot |
- Fix script used to extract themes to fallback to /tmp when both
TMPDIR and XDG_CACHE_HOME environment variables are not defined [1]
- Fix crash caused by null terminated list missing the terminating
null element due to no allocating enough elements [2]
Reported by: Andrea Venturoli <ml@netfence.it> [1] [2]
Patch submitted by: Andrea Venturoli <ml@netfence.it> [2]
MFH: 2021Q1 |
4.16.0 02 Jan 2021 16:36:33 |
madpilot |
Welcome XFCE 4.16 to the FreeBSD ports tree!
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 (Only the first 15 lines of the commit message are shown above ) |
4.14.3_1 12 Dec 2020 18:34:03 |
madpilot |
Enable libinput support in xfce4-settings on FreeBSD 12 and 13 via
option turned on by default.
PR: 251742
Submitted by: wulf |
4.14.3 12 Apr 2020 19:37:18 |
madpilot |
Update xfce4-settings to 4.14.3 |
4.14.2 11 Jan 2020 15:40:49 |
madpilot |
Update xfce4-settings to 4.14.2 |
4.14.1 01 Oct 2019 04:31:42 |
pkubaj |
sysutils/xfce4-settings: fix build on GCC architectures
Use C11 compiler:
In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33,
from xfce-randr.c:30:
/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) |
4.14.1 19 Sep 2019 23:46:34 |
madpilot |
Welcome XFCE 4.14 to the FreeBSD ports tree
- 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 (Only the first 15 lines of the commit message are shown above ) |
4.12.4_3 19 Jun 2019 16:14:27 |
madpilot |
- Simplify XFCE MASTER_SITES usage
- Update XFCE Master sites list
Submitted by: olivierd
Reviewed by: mat
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D8416 |
4.12.4_3 22 Jan 2019 14:44:38 |
madpilot |
Clenup xfce ports:
- 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 |
4.12.4_2 11 Sep 2018 18:34:28 |
zeising |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
4.12.4_1 31 Jul 2018 18:41:30 |
zeising |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
4.12.4 21 Jun 2018 17:19:12 |
madpilot |
Update xfce4-settings to 4.12.4 |
4.12.3 19 Mar 2018 08:43:46 |
madpilot |
- Update xfce4-settings to 4.12.3
- Silence portlint warning about variables ordering
- Perform some whitespace changes
- Regenerate patch |
4.12.2 01 Mar 2018 11:19:31 |
woodsb02 |
sysutils/xfce4-settings: Update to 4.12.2
- Also update WWW
Changes this release:
https://mail.xfce.org/pipermail/xfce-announce/2018-March/000584.html |
4.12.1 04 Nov 2016 05:54:20 |
olivierd |
Tell to PORTSCOUT to monitor only 4.12.x releases. Others (>= 4.13) require
devel Xfce core components |
4.12.1 15 Sep 2016 15:16:40 |
olivierd |
Update to 4.12.1 |
4.12.0_1 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
4.12.0_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
4.12.0_1 17 Aug 2015 08:21:51 |
tijl |
Bump PORTREVISION for libupower-glib library version bump in r393607. |
4.12.0 28 Apr 2015 17:01:47 |
bdrewery |
USES=xfce: Stop overriding MASTER_SITE_SUBDIR.
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 |
05 Mar 2015 22:52:31
|
olivierd |
The FreeBSD Xfce team proudly presents Xfce 4.12.
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 (Only the first 15 lines of the commit message are shown above ) |
4.10.1_5 03 Jan 2015 17:47:51 |
olivierd |
- Gnome is default icons theme [1], not switched to Adwaita because Thunar and
some Xfce's specific widgets still use stock icons (deprecated since GTK3 3.10,
and not available in x11-themes/adwaita-icon-theme)
- Bump PORTREVISION
PR: 183690 [1]
Requested by: Rostislav Krasny |
4.10.1_4 08 Dec 2014 16:48:41 |
tijl |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
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. (Only the first 15 lines of the commit message are shown above ) |
4.10.1_3 22 Nov 2014 09:13:36 |
antoine |
Cleanup plist |
4.10.1_3 19 Nov 2014 11:49:06 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.
Gnome 3.14.1 and Cinnamon 2.2.16 are supported on FreeBSD 9.3-RELEASE and up.
This commit removes the old GNOME 2 desktop, bindings and some ports that
can't be compiled. A few ports where updated to more recent versions to
allow them to compile with this update.
Apart from updating ports to newer versions
GDM is more integrated with gnome-shell now, and handles several things for
the GNOME desktop such as screen locking. If you want to use GNOME 3 via
startx, you will have to add your own lock screen/screensaver. For example
xscreensaver
can be used for sessions started without GDM.
Shell Extensions can be installed via https://extensions.gnome.org/ , we have (Only the first 15 lines of the commit message are shown above ) |
4.10.1_2 14 Apr 2014 10:30:31 |
tijl |
Bump PORTREVISIONs for r350704 (liferea), r350914 (libxklavier),
r350957 (glade3).
gnome-control-center, gnome-settings-daemon, gnome-screensaver:
- Staging.
- New LIB_DEPENDS syntax.
- USES=tar:bzip2. |
4.10.1_1 11 Apr 2014 09:55:22 |
bapt |
Stageify libxkalvier
USES libtool
Chase libxklavier shlib change
On all ports depending on libxklavier:
- Support stage
- USES=libtool when possible to reduce overlinking
- Support packaging as a user |
4.10.1 24 Feb 2014 16:32:29 |
olivierd |
- Support DragonFly
Obtained from: Xfce dev repo |
4.10.1 14 Oct 2013 19:18:18 |
olivierd |
- Support STAGEDIR
- Switch to USES= gmake
- Convert to new LIB_DEPENDS format (sysutils/xfce4-settings) |
4.10.1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
4.10.1 08 May 2013 15:23:42 |
olivierd |
- Update to 4.10.1
- Finish to convert USES
- Remove desktopfileutils, because MimeType entry is not present in desktop
file |
4.10.0_5 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
4.10.0_5 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
4.10.0_5 08 Mar 2013 17:48:54 |
kwm |
Don't remove etc/xdg/autostart, it getting managed by gnomehier.
Approved by: xfce@ (miwi) |
4.10.0_5 03 Mar 2013 15:41:59 |
olivierd |
- Fix stat option in appearance-install-theme script
PR: 168746
Submitted by: Akira Noda
Approved by: rene, miwi (mentors, implicit) |
4.10.0_4 30 Dec 2012 16:19:08 |
olivierd |
Bump PORTREVISION for libexo-related ports
Approved by: rene, miwi (mentors, implicit) |
4.10.0_3 14 Dec 2012 17:45:10 |
olivierd |
Bump PORTREVISION for libexo-related ports
While here,
- Trim header
- Use USE_PKGCONFIG
- Remove ABI version numbers from LIB_DEPENDS
Approved by: rene, miwi (mentors, implicit) |
4.10.0_2 17 Jul 2012 21:26:28 |
olivierd |
Fix missing icons and GTK theme.
PR: 168688
Approved by: miwi, rene (mentors) |
4.10.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
4.10.0 30 May 2012 16:49:12 |
miwi |
- Convert complete XFCE to new options framework
While here some extra work:
- Remove 6.X gruft
- Correct NOPORTDOCS
- Pet portlint
- Whitespaces fixes
Reviewed by: beat, bapt (thx!) |
4.10.0 25 May 2012 16:51:41 |
miwi |
- Welcome XFCE 4.10 to the portstree!
Special Thanks to: rene, Olivier Duchateau <duchateau.olivier@gmail.com>
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
Tested by: phw |
4.8.3 28 Oct 2011 15:27:25 |
miwi |
- Update to 4.8.3
PR: 160947
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
4.8.2_2 26 Oct 2011 20:27:27 |
rene |
Consistify spelling of "Xfce", and some other projects while there.
Also remove a commented out BROKEN line for x11/xfce4-clipman-plugin
PR: ports/160730
Submitted by: ryusuke |
4.8.2_2 23 Oct 2011 11:56:51 |
rene |
Re-assign to the Xfce team.
Approved by: oliver (previous maintainer) |
4.8.2_2 23 Aug 2011 18:39:19 |
kwm |
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where
needed. |
4.8.2_1 27 Jul 2011 05:48:55 |
oliver |
update x11/libexo to 0.6.2
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> |
4.8.2 07 Jun 2011 08:50:16 |
oliver |
update xfce4-settings to 4.8.2
PR: ports/157186
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
4.8.1_1 07 Jun 2011 06:14:30 |
oliver |
update libexo to 0.6.1
bump PORTREVISION on depending ports
PR: ports/156913
Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> |
4.8.1 03 Mar 2011 10:12:30 |
oliver |
Welcome XFCE 4.8 to the portstree!
Special Thanks to: miwi, Olivier Duchateau <duchateau.olivier@gmail.com> |
4.6.5 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
4.6.5 31 May 2010 15:34:47 |
oliver |
forced commit to add that the previous commit was based on the following PRs
PR:
ports/146921,ports/146922,ports/146924,ports/146925,ports/146926,ports/146927,ports/146928,ports/146929,ports/146930 |
4.6.5 31 May 2010 15:27:35 |
oliver |
update xfce to 4.6.2
bump PORTREVISION on all depending ports |
4.6.4_4 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
4.6.4_3 17 May 2010 15:53:14 |
oliver |
fix build with new libxclavier
PR: 146549
Submitted by: Marin Atanasov Nikolov <dnaeon@gmail.com> |
4.6.4_2 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
4.6.4_1 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
4.6.4 10 Jan 2010 09:52:19 |
oliver |
update to 4.6.4 |
4.6.1_2 02 Dec 2009 16:32:36 |
oliver |
- add optional xklavier support (default off)
- fix compilation if xklavier support is enabled (PR)
- bump portrevision
PR: 141035
Submitted by: Ashish SHUKLA <wahjava@gmail.com> |
4.6.1_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
4.6.1 06 May 2009 14:56:27 |
oliver |
update xfce to 4.6.1
bump PORTREVISION where necessary |
4.6.0 02 Mar 2009 16:31:59 |
oliver |
add xfce4-settings:
The settings manager allows you to customize your desktop environment in
an easy and intuitive way. You can set some hardware components such as
mouse, keyboard or display; but also theme your windows, widgets and icons,
set your preferred applications, manage your sessions...
WWW: http://www.xfce.org/projects/xfce4-settings/ |