aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2019-09-19 23:46:33 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2019-09-19 23:46:33 +0000
commite69e6941cc0f1dab5aefa920fb26c0f26941f258 (patch)
treee3316902afbb4318b0439dc574f0496749ecfdc3 /x11-clocks
parent1e85daf0f563c93a39304c113d346f778baccbd8 (diff)
downloadports-e69e6941cc0f1dab5aefa920fb26c0f26941f258.tar.gz
ports-e69e6941cc0f1dab5aefa920fb26c0f26941f258.zip
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 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
Notes: svn path=/head/; revision=512378
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/Makefile1
-rw-r--r--x11-clocks/xfce4-datetime-plugin/Makefile4
-rw-r--r--x11-clocks/xfce4-datetime-plugin/distinfo6
-rw-r--r--x11-clocks/xfce4-datetime-plugin/pkg-plist4
-rw-r--r--x11-clocks/xfce4-stopwatch-plugin/Makefile29
-rw-r--r--x11-clocks/xfce4-stopwatch-plugin/distinfo3
-rw-r--r--x11-clocks/xfce4-stopwatch-plugin/pkg-descr3
-rw-r--r--x11-clocks/xfce4-stopwatch-plugin/pkg-plist53
-rw-r--r--x11-clocks/xfce4-timer-out-plugin/Makefile8
-rw-r--r--x11-clocks/xfce4-timer-out-plugin/distinfo5
-rw-r--r--x11-clocks/xfce4-timer-out-plugin/pkg-plist3
-rw-r--r--x11-clocks/xfce4-timer-plugin/Makefile4
12 files changed, 110 insertions, 13 deletions
diff --git a/x11-clocks/Makefile b/x11-clocks/Makefile
index c5e736fbd641..6a0d35ffe752 100644
--- a/x11-clocks/Makefile
+++ b/x11-clocks/Makefile
@@ -46,6 +46,7 @@
SUBDIR += xclock
SUBDIR += xdaliclock
SUBDIR += xfce4-datetime-plugin
+ SUBDIR += xfce4-stopwatch-plugin
SUBDIR += xfce4-timer-out-plugin
SUBDIR += xfce4-timer-plugin
SUBDIR += xtimer
diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile
index fb6d6860da69..bff05a6ce97f 100644
--- a/x11-clocks/xfce4-datetime-plugin/Makefile
+++ b/x11-clocks/xfce4-datetime-plugin/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xfce4-datetime-plugin
-PORTVERSION= 0.7.0
+PORTVERSION= 0.8.0
CATEGORIES= x11-clocks xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@@ -12,7 +12,7 @@ COMMENT= Datetime panel plugin for the Xfce desktop
LICENSE= GPLv2
-USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3
+USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce
USE_GNOME= cairo gtk30 intltool
USE_XFCE= panel
diff --git a/x11-clocks/xfce4-datetime-plugin/distinfo b/x11-clocks/xfce4-datetime-plugin/distinfo
index 55ca24431997..f29b4965ed3f 100644
--- a/x11-clocks/xfce4-datetime-plugin/distinfo
+++ b/x11-clocks/xfce4-datetime-plugin/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1488047483
-SHA256 (xfce4/xfce4-datetime-plugin-0.7.0.tar.bz2) = 297f3077f7aee52a237449fbd8595e232267bc600b5b9e7ddc5baab306ed67b9
-SIZE (xfce4/xfce4-datetime-plugin-0.7.0.tar.bz2) = 283142
+TIMESTAMP = 1565600898
+SHA256 (xfce4/xfce4-datetime-plugin-0.8.0.tar.bz2) = cd358bc2ff0707b8ef1504396a19b0a27f802c2ec7bceb5cebe2c7baf6adebd4
+SIZE (xfce4/xfce4-datetime-plugin-0.8.0.tar.bz2) = 334063
diff --git a/x11-clocks/xfce4-datetime-plugin/pkg-plist b/x11-clocks/xfce4-datetime-plugin/pkg-plist
index 1bf334aca622..aebf8994bab4 100644
--- a/x11-clocks/xfce4-datetime-plugin/pkg-plist
+++ b/x11-clocks/xfce4-datetime-plugin/pkg-plist
@@ -2,6 +2,7 @@ lib/xfce4/panel/plugins/libdatetime.so
%%NLS%%share/locale/am/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-datetime-plugin.mo
+%%NLS%%share/locale/be/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-datetime-plugin.mo
@@ -12,12 +13,15 @@ lib/xfce4/panel/plugins/libdatetime.so
%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/es/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-datetime-plugin.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/he/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-datetime-plugin.mo
+%%NLS%%share/locale/hy_AM/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-datetime-plugin.mo
+%%NLS%%share/locale/ie/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/is/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/it/LC_MESSAGES/xfce4-datetime-plugin.mo
%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-datetime-plugin.mo
diff --git a/x11-clocks/xfce4-stopwatch-plugin/Makefile b/x11-clocks/xfce4-stopwatch-plugin/Makefile
new file mode 100644
index 000000000000..372c8a2a83c9
--- /dev/null
+++ b/x11-clocks/xfce4-stopwatch-plugin/Makefile
@@ -0,0 +1,29 @@
+# $FreeBSD$
+
+PORTNAME= xfce4-stopwatch-plugin
+PORTVERSION= 0.3.1
+CATEGORIES= x11-clocks xfce
+MASTER_SITES= XFCE/panel-plugins
+DIST_SUBDIR= xfce4
+
+MAINTAINER= xfce@FreeBSD.org
+COMMENT= XFCE panel plugin to keep track of elapsed time
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce
+USE_GNOME= cairo gtk30 intltool
+USE_XFCE= panel
+
+GNU_CONFIGURE= yes
+INSTALLS_ICONS= yes
+INSTALL_TARGET= install-strip
+
+OPTIONS_DEFINE= NLS
+OPTIONS_SUB= yes
+
+NLS_USES= gettext-runtime
+NLS_CONFIGURE_ENABLE= nls
+
+.include <bsd.port.mk>
diff --git a/x11-clocks/xfce4-stopwatch-plugin/distinfo b/x11-clocks/xfce4-stopwatch-plugin/distinfo
new file mode 100644
index 000000000000..1eba6b091918
--- /dev/null
+++ b/x11-clocks/xfce4-stopwatch-plugin/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1560170458
+SHA256 (xfce4/xfce4-stopwatch-plugin-0.3.1.tar.bz2) = 50c46eee58b0fe8d22cd5ddd630a82014c0b0c17911c890f27c4d31ddf6eaa1d
+SIZE (xfce4/xfce4-stopwatch-plugin-0.3.1.tar.bz2) = 323681
diff --git a/x11-clocks/xfce4-stopwatch-plugin/pkg-descr b/x11-clocks/xfce4-stopwatch-plugin/pkg-descr
new file mode 100644
index 000000000000..e88f5707bf4a
--- /dev/null
+++ b/x11-clocks/xfce4-stopwatch-plugin/pkg-descr
@@ -0,0 +1,3 @@
+This plugin keeps track of elapsed time - right on your panel.
+
+WWW: https://goodies.xfce.org/projects/panel-plugins/xfce4-stopwatch-plugin
diff --git a/x11-clocks/xfce4-stopwatch-plugin/pkg-plist b/x11-clocks/xfce4-stopwatch-plugin/pkg-plist
new file mode 100644
index 000000000000..aa123bf7429c
--- /dev/null
+++ b/x11-clocks/xfce4-stopwatch-plugin/pkg-plist
@@ -0,0 +1,53 @@
+libexec/xfce4/panel/plugins/libstopwatch.so
+libexec/xfce4/panel/plugins/libstopwatch.so.0
+libexec/xfce4/panel/plugins/libstopwatch.so.0.0.0
+share/icons/hicolor/16x16/apps/xfce4-stopwatch-plugin.png
+share/icons/hicolor/22x22/apps/xfce4-stopwatch-plugin.png
+share/icons/hicolor/24x24/apps/xfce4-stopwatch-plugin.png
+share/icons/hicolor/32x32/apps/xfce4-stopwatch-plugin.png
+share/icons/hicolor/scalable/apps/xfce4-stopwatch-plugin.svg
+%%NLS%%share/locale/am/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/be/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/da/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/de/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/el/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/es/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/he/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/id/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/is/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/it/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/ms/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-stopwatch-plugin.mo
+share/xfce4/panel/plugins/xfce4-stopwatch-plugin.desktop
diff --git a/x11-clocks/xfce4-timer-out-plugin/Makefile b/x11-clocks/xfce4-timer-out-plugin/Makefile
index 422376fc0340..fe2f2386e7b9 100644
--- a/x11-clocks/xfce4-timer-out-plugin/Makefile
+++ b/x11-clocks/xfce4-timer-out-plugin/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xfce4-time-out-plugin
-PORTVERSION= 1.0.2
-PORTREVISION= 2
+PORTVERSION= 1.0.3
CATEGORIES= x11-clocks xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@@ -16,8 +15,9 @@ LICENSE= GPLv2
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
-USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce
-USE_GNOME= cairo gtk20 intlhack intltool
+USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 \
+ xfce:gtk2 xorg
+USE_GNOME= cairo gtk20 intltool
USE_XFCE= panel
USE_XORG= x11
diff --git a/x11-clocks/xfce4-timer-out-plugin/distinfo b/x11-clocks/xfce4-timer-out-plugin/distinfo
index 591308d93f57..17a5f703ad64 100644
--- a/x11-clocks/xfce4-timer-out-plugin/distinfo
+++ b/x11-clocks/xfce4-timer-out-plugin/distinfo
@@ -1,2 +1,3 @@
-SHA256 (xfce4/xfce4-time-out-plugin-1.0.2.tar.bz2) = c69fb7218c685e516454810291c5245c49a80d774a6bded59c645a1af427c4e5
-SIZE (xfce4/xfce4-time-out-plugin-1.0.2.tar.bz2) = 337382
+TIMESTAMP = 1565694293
+SHA256 (xfce4/xfce4-time-out-plugin-1.0.3.tar.bz2) = 7f9cd4694e83d9cc5e41140d174dcc5ffe00fd546f2706f619031039ad7e0f6b
+SIZE (xfce4/xfce4-time-out-plugin-1.0.3.tar.bz2) = 362390
diff --git a/x11-clocks/xfce4-timer-out-plugin/pkg-plist b/x11-clocks/xfce4-timer-out-plugin/pkg-plist
index 14f7e929f195..5114177caafd 100644
--- a/x11-clocks/xfce4-timer-out-plugin/pkg-plist
+++ b/x11-clocks/xfce4-timer-out-plugin/pkg-plist
@@ -3,6 +3,7 @@ share/icons/hicolor/48x48/apps/xfce4-time-out-plugin.png
share/icons/hicolor/scalable/apps/xfce4-time-out-plugin.svg
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-time-out-plugin.mo
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-time-out-plugin.mo
+%%NLS%%share/locale/be/LC_MESSAGES/xfce4-time-out-plugin.mo
%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-time-out-plugin.mo
%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-time-out-plugin.mo
%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-time-out-plugin.mo
@@ -10,6 +11,7 @@ share/icons/hicolor/scalable/apps/xfce4-time-out-plugin.svg
%%NLS%%share/locale/de/LC_MESSAGES/xfce4-time-out-plugin.mo
%%NLS%%share/locale/el/LC_MESSAGES/xfce4-time-out-plugin.mo
%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-time-out-plugin.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/xfce4-time-out-plugin.mo
%%NLS%%share/locale/es/LC_MESSAGES/xfce4-time-out-plugin.mo
%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-time-out-plugin.mo
%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-time-out-plugin.mo
@@ -18,6 +20,7 @@ share/icons/hicolor/scalable/apps/xfce4-time-out-plugin.svg
%%NLS%%share/locale/he/LC_MESSAGES/xfce4-time-out-plugin.mo
%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-time-out-plugin.mo
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-time-out-plugin.mo
+%%NLS%%share/locale/hy_AM/LC_MESSAGES/xfce4-time-out-plugin.mo
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-time-out-plugin.mo
%%NLS%%share/locale/is/LC_MESSAGES/xfce4-time-out-plugin.mo
%%NLS%%share/locale/it/LC_MESSAGES/xfce4-time-out-plugin.mo
diff --git a/x11-clocks/xfce4-timer-plugin/Makefile b/x11-clocks/xfce4-timer-plugin/Makefile
index 5dbc09709839..7d8744bc3222 100644
--- a/x11-clocks/xfce4-timer-plugin/Makefile
+++ b/x11-clocks/xfce4-timer-plugin/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xfce4-timer-plugin
PORTVERSION= 1.7.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-clocks xfce
MASTER_SITES= XFCE/panel-plugins
DIST_SUBDIR= xfce4
@@ -13,7 +13,7 @@ COMMENT= Timer plugin for Xfce
LICENSE= GPLv2
-USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce:gtk3
+USES= gettext-tools gmake gnome libtool pkgconfig tar:bzip2 xfce
USE_GNOME= cairo gtk30 intltool
USE_XFCE= panel