aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/squeeze/Makefile4
-rw-r--r--audio/xfce4-mixer/Makefile9
-rw-r--r--audio/xfce4-mixer/pkg-plist1
-rw-r--r--audio/xfmpc/Makefile5
-rw-r--r--audio/xfmpc/pkg-plist1
-rw-r--r--deskutils/orage/Makefile14
-rw-r--r--deskutils/orage/pkg-plist3
-rw-r--r--editors/mousepad/Makefile3
-rw-r--r--editors/mousepad/pkg-plist2
-rw-r--r--graphics/ristretto/Makefile10
-rw-r--r--misc/xfce4-wm-themes/Makefile4
-rw-r--r--sysutils/xfce4-power-manager/Makefile24
-rw-r--r--sysutils/xfce4-power-manager/pkg-descr3
-rw-r--r--sysutils/xfce4-power-manager/pkg-plist41
-rw-r--r--textproc/xfce4-dict-plugin/Makefile6
-rw-r--r--textproc/xfce4-dict-plugin/pkg-plist1
-rw-r--r--x11/xfce4-screenshooter-plugin/Makefile8
-rw-r--r--x11/xfce4-screenshooter-plugin/pkg-plist187
-rw-r--r--x11/xfce4-taskmanager/Makefile16
-rw-r--r--x11/xfce4-taskmanager/pkg-plist70
-rw-r--r--x11/xfce4-terminal/Makefile8
-rw-r--r--x11/xfce4-terminal/pkg-plist24
22 files changed, 164 insertions, 280 deletions
diff --git a/archivers/squeeze/Makefile b/archivers/squeeze/Makefile
index 751b7ed30674..0e8a04799d4f 100644
--- a/archivers/squeeze/Makefile
+++ b/archivers/squeeze/Makefile
@@ -14,12 +14,10 @@ COMMENT= Squeeze is a modern and advanced archive manager
LICENSE= GPLv2
-LIB_DEPENDS= thunar-vfs-1:${PORTSDIR}/x11-fm/thunar-vfs
+LIB_DEPENDS= libthunar-vfs-1.so:${PORTSDIR}/x11-fm/thunar-vfs
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-
-NO_STAGE= yes
USES= pkgconfig gmake gettext pathfix desktop-file-utils
USE_XFCE= configenv libutil thunar
USE_XORG= x11
diff --git a/audio/xfce4-mixer/Makefile b/audio/xfce4-mixer/Makefile
index ec047054df84..7426f2722b78 100644
--- a/audio/xfce4-mixer/Makefile
+++ b/audio/xfce4-mixer/Makefile
@@ -12,13 +12,12 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Volume control for the Xfce desktop
-LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- unique-1:${PORTSDIR}/x11-toolkits/unique
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USES= gmake pkgconfig gettext pathfix
-NO_STAGE= yes
USE_BZIP2= yes
USE_GNOME= glib20 gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil panel xfconf
@@ -30,12 +29,10 @@ OPTIONS_DEFINE= KEYBIND
KEYBIND_DESC= Multimedia keyboard shortcuts
-MAN1= xfce4-mixer.1
-
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MKEYBIND}
-LIB_DEPENDS+= keybinder:${PORTSDIR}/x11/keybinder
+LIB_DEPENDS+= libkeybinder.so:${PORTSDIR}/x11/keybinder
CONFIGURE_ARGS+=--enable-keybinder
.else
CONFIGURE_ARGS+=--disable-keybinder
diff --git a/audio/xfce4-mixer/pkg-plist b/audio/xfce4-mixer/pkg-plist
index 553ee7c56096..903c42a80a3a 100644
--- a/audio/xfce4-mixer/pkg-plist
+++ b/audio/xfce4-mixer/pkg-plist
@@ -1,6 +1,7 @@
bin/xfce4-mixer
lib/xfce4/panel/plugins/libmixer.la
lib/xfce4/panel/plugins/libmixer.so
+man/man1/xfce4-mixer.1.gz
share/applications/xfce4-mixer.desktop
share/locale/am/LC_MESSAGES/xfce4-mixer.mo
share/locale/ar/LC_MESSAGES/xfce4-mixer.mo
diff --git a/audio/xfmpc/Makefile b/audio/xfmpc/Makefile
index ce91be226c4a..1e7144cdf590 100644
--- a/audio/xfmpc/Makefile
+++ b/audio/xfmpc/Makefile
@@ -12,16 +12,13 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Graphical MPD client focusing on low footprint
-LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd
+LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd
USE_BZIP2= yes
-NO_STAGE= yes
INSTALLS_ICONS= yes
USES= gettext gmake pkgconfig
GNU_CONFIGURE= yes
USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil
-MAN1= xfmpc.1
-
.include <bsd.port.mk>
diff --git a/audio/xfmpc/pkg-plist b/audio/xfmpc/pkg-plist
index ee4f3431b218..7a571c1c1519 100644
--- a/audio/xfmpc/pkg-plist
+++ b/audio/xfmpc/pkg-plist
@@ -1,4 +1,5 @@
bin/xfmpc
+man/man1/xfmpc.1.gz
share/applications/xfmpc.desktop
share/locale/ar/LC_MESSAGES/xfmpc.mo
share/locale/ast/LC_MESSAGES/xfmpc.mo
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile
index de67283685c1..efe8074aa090 100644
--- a/deskutils/orage/Makefile
+++ b/deskutils/orage/Makefile
@@ -12,13 +12,12 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Calendar application to manage your time with Xfce 4
-LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
+LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USES= pkgconfig gettext pathfix desktop-file-utils
+USES= pkgconfig gettext desktop-file-utils gmake
USE_BZIP2= yes
-USE_GMAKE= yes
USE_GNOME= gtk20 intltool intlhack
USE_XFCE= configenv libmenu panel
USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \
@@ -29,9 +28,6 @@ OPTIONS_DEFAULT= DBUS NOTIFY
ICAL_DESC= libical support
-MAN1= globaltime.1 orage.1 tz_convert.1
-
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MBDB}
@@ -46,7 +42,7 @@ CONFIGURE_ARGS+=--with-bdb4=no
.if ${PORT_OPTIONS:MICAL}
CONFIGURE_ARGS+=--enable-libical
-LIB_DEPENDS+= ical:${PORTSDIR}/devel/libical
+LIB_DEPENDS+= libical.so:${PORTSDIR}/devel/libical
CFLAGS+= -I${LOCALBASE}/include/libical
PLIST_SUB+= WITH_ICAL="@comment "
.else
@@ -55,7 +51,7 @@ PLIST_SUB+= WITH_ICAL=""
.endif
.if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS+= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
CONFIGURE_ARGS+=--enable-dbus
PLIST_SUB+= DBUS=""
.else
@@ -64,7 +60,7 @@ PLIST_SUB+= DBUS="@comment "
.endif
.if ${PORT_OPTIONS:MNOTIFY}
-LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS+= libnotify.so:${PORTSDIR}/devel/libnotify
CONFIGURE_ARGS+=--enable-libnotify
.else
CONFIGURE_ARGS+=--disable-libnotify
diff --git a/deskutils/orage/pkg-plist b/deskutils/orage/pkg-plist
index c42c68c646b7..ff79da3526f6 100644
--- a/deskutils/orage/pkg-plist
+++ b/deskutils/orage/pkg-plist
@@ -2,6 +2,9 @@ bin/globaltime
bin/orage
bin/tz_convert
libexec/xfce4/panel-plugins/xfce4-orageclock-plugin
+man/man1/globaltime.1.gz
+man/man1/orage.1.gz
+man/man1/tz_convert.1.gz
share/applications/globaltime.desktop
share/applications/xfcalendar.desktop
share/applications/xfce-xfcalendar-settings.desktop
diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile
index a910ea3c5494..8c6137ee5480 100644
--- a/editors/mousepad/Makefile
+++ b/editors/mousepad/Makefile
@@ -20,11 +20,10 @@ USE_XFCE= configenv
OPTIONS_DEFINE= DBUS
OPTIONS_DEFAULT= DBUS
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDBUS}
-LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
CONFIGURE_ARGS+=--enable-dbus
.else
CONFIGURE_ARGS+=--disable-dbus
diff --git a/editors/mousepad/pkg-plist b/editors/mousepad/pkg-plist
index 8bffe5fc27df..3c97707dbf7a 100644
--- a/editors/mousepad/pkg-plist
+++ b/editors/mousepad/pkg-plist
@@ -26,5 +26,3 @@ share/locale/zh_CN/LC_MESSAGES/mousepad.mo
share/locale/zh_TW/LC_MESSAGES/mousepad.mo
@dirrmtry share/locale/ug/LC_MESSAGES
@dirrmtry share/locale/ug
-@exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile
index 370d6a84394d..4172f8bac701 100644
--- a/graphics/ristretto/Makefile
+++ b/graphics/ristretto/Makefile
@@ -12,18 +12,16 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Image viewer with Xfce integration
-LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- cairo:${PORTSDIR}/graphics/cairo
+LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libcairo.so:${PORTSDIR}/graphics/cairo
-USES= pkgconfig gettext pathfix desktop-file-utils
+USES= pkgconfig gettext pathfix desktop-file-utils gmake
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk20 glib20 intltool intlhack
-USE_GMAKE= yes
INSTALLS_ICONS= yes
USE_XFCE= configenv libmenu libutil xfconf
USE_XORG= x11
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/misc/xfce4-wm-themes/Makefile b/misc/xfce4-wm-themes/Makefile
index 267ff742b8ba..b1eebae54400 100644
--- a/misc/xfce4-wm-themes/Makefile
+++ b/misc/xfce4-wm-themes/Makefile
@@ -11,12 +11,12 @@ DISTNAME= xfwm4-themes-${PORTVERSION}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
-COMMENT= Xfce 4 window decoration themes for xfwm4
+COMMENT= Additional themes for xfwm4
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_BZIP2= yes
USE_XFCE= configenv # to get MASTER_SITE_SUBDIR something has to be defined
+USES= gmake
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/sysutils/xfce4-power-manager/Makefile b/sysutils/xfce4-power-manager/Makefile
index d531b4cf3d06..a69790ea70cc 100644
--- a/sysutils/xfce4-power-manager/Makefile
+++ b/sysutils/xfce4-power-manager/Makefile
@@ -3,33 +3,29 @@
PORTNAME= xfce4-power-manager
PORTVERSION= 1.2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
-COMMENT= Xfce4 power manager
+COMMENT= Power manager for the Xfce Desktop
-LIB_DEPENDS= notify:${PORTSDIR}/devel/libnotify
+LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USES= gettext pkgconfig
-USE_GMAKE= yes
-USE_GNOME= gtk20 intltool intlhack
-USE_XFCE= configenv libutil libgui panel
+USES= gettext pkgconfig gmake
+USE_GNOME= glib20 gtk20 intltool intlhack
+USE_XFCE= configenv libutil libmenu panel xfconf
INSTALLS_ICONS= yes
+USE_XORG= xrandr x11 xext
CONFIGURE_ARGS= --disable-network-manager \
--enable-polkit
-MAN1= xfce4-power-manager.1 xfce4-power-manager-settings.1
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|--libs "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g; \
- s|--cflags "libxfce4panel-1.0"|& "libxfcegui4-1.0"|g' \
- ${WRKSRC}/configure
+NO_MTREE= yes
.include <bsd.port.mk>
diff --git a/sysutils/xfce4-power-manager/pkg-descr b/sysutils/xfce4-power-manager/pkg-descr
index 5a2152d9eb29..3509e9511222 100644
--- a/sysutils/xfce4-power-manager/pkg-descr
+++ b/sysutils/xfce4-power-manager/pkg-descr
@@ -1,3 +1,4 @@
-Written by Ali Abdallah, this is a power manager for the Xfce desktop.
+Xfce power manager manages the power sources on the computer and the
+devices that can be controlled to reduce their power consumption.
WWW: http://goodies.xfce.org/projects/applications/xfce4-power-manager
diff --git a/sysutils/xfce4-power-manager/pkg-plist b/sysutils/xfce4-power-manager/pkg-plist
index 561f7953eb72..d966c1c2da80 100644
--- a/sysutils/xfce4-power-manager/pkg-plist
+++ b/sysutils/xfce4-power-manager/pkg-plist
@@ -3,6 +3,8 @@ bin/xfce4-power-manager
bin/xfce4-power-manager-settings
etc/xdg/autostart/xfce4-power-manager.desktop
lib/xfce4/panel-plugins/xfce4-brightness-plugin
+man/man1/xfce4-power-manager.1.gz
+man/man1/xfce4-power-manager-settings.1.gz
sbin/xfpm-power-backlight-helper
share/applications/xfce4-power-manager-settings.desktop
share/icons/hicolor/128x128/devices/processor.png
@@ -289,8 +291,6 @@ share/xfce4/panel-plugins/xfce4-brightness-plugin.desktop
@dirrmtry share/xfce4
@dirrmtry share/polkit-1/actions
@dirrmtry share/polkit-1
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
@dirrmtry share/locale/ur_PK/LC_MESSAGES
@dirrmtry share/locale/ur_PK
@dirrmtry share/locale/ur/LC_MESSAGES
@@ -301,47 +301,10 @@ share/xfce4/panel-plugins/xfce4-brightness-plugin.desktop
@dirrmtry share/locale/te
@dirrmtry share/locale/si/LC_MESSAGES
@dirrmtry share/locale/si
-@dirrmtry share/locale/ro/LC_MESSAGES
-@dirrmtry share/locale/ro
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/nn/LC_MESSAGES
-@dirrmtry share/locale/nn
-@dirrmtry share/locale/lt/LC_MESSAGES
-@dirrmtry share/locale/lt
-@dirrmtry share/locale/ko/LC_MESSAGES
-@dirrmtry share/locale/ko
@dirrmtry share/locale/kk/LC_MESSAGES
@dirrmtry share/locale/kk
-@dirrmtry share/locale/is/LC_MESSAGES
-@dirrmtry share/locale/is
-@dirrmtry share/locale/hr/LC_MESSAGES
-@dirrmtry share/locale/hr
-@dirrmtry share/locale/bg/LC_MESSAGES
-@dirrmtry share/locale/bg
@dirrmtry share/locale/ast/LC_MESSAGES
@dirrmtry share/locale/ast
-@dirrmtry share/locale/ar/LC_MESSAGES
-@dirrmtry share/locale/ar
-@dirrmtry share/icons/hicolor/scalable/status
-@dirrmtry share/icons/hicolor/scalable/actions
-@dirrmtry share/icons/hicolor/scalable
-@dirrmtry share/icons/hicolor/48x48/status
-@dirrmtry share/icons/hicolor/48x48/actions
-@dirrmtry share/icons/hicolor/48x48
-@dirrmtry share/icons/hicolor/24x24/status
-@dirrmtry share/icons/hicolor/24x24/actions
-@dirrmtry share/icons/hicolor/24x24
-@dirrmtry share/icons/hicolor/22x22/status
-@dirrmtry share/icons/hicolor/22x22/actions
-@dirrmtry share/icons/hicolor/22x22
-@dirrmtry share/icons/hicolor/16x16/status
-@dirrmtry share/icons/hicolor/16x16/actions
-@dirrmtry share/icons/hicolor/16x16
-@dirrmtry share/icons/hicolor/128x128/devices
-@dirrmtry share/icons/hicolor/128x128
-@dirrmtry share/icons/hicolor
-@dirrmtry share/icons
@dirrmtry share/applications
@dirrmtry lib/xfce4/panel-plugins
@dirrmtry lib/xfce4
diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile
index 3fa764168545..d114b99acbf7 100644
--- a/textproc/xfce4-dict-plugin/Makefile
+++ b/textproc/xfce4-dict-plugin/Makefile
@@ -15,14 +15,10 @@ COMMENT= Xfce4 plugin to query different dictionaries
USE_BZIP2= yes
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USES= gettext pkgconfig
-USE_GMAKE= yes
+USES= gettext pkgconfig gmake
USE_GNOME= glib20 gtk20 intltool intlhack
USE_XFCE= configenv libmenu libutil panel
USE_XORG= x11
USE_LDCONFIG= yes
-MAN1= xfce4-dict.1
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/textproc/xfce4-dict-plugin/pkg-plist b/textproc/xfce4-dict-plugin/pkg-plist
index aa230595a793..c4f481329b70 100644
--- a/textproc/xfce4-dict-plugin/pkg-plist
+++ b/textproc/xfce4-dict-plugin/pkg-plist
@@ -1,6 +1,7 @@
bin/xfce4-dict
lib/xfce4/panel/plugins/libxfce4dict.la
lib/xfce4/panel/plugins/libxfce4dict.so
+man/man1/xfce4-dict.1.gz
share/applications/xfce4-dict.desktop
share/icons/hicolor/scalable/apps/xfce4-dict.svg
share/locale/ar/LC_MESSAGES/xfce4-dict.mo
diff --git a/x11/xfce4-screenshooter-plugin/Makefile b/x11/xfce4-screenshooter-plugin/Makefile
index 1ea45a19c89d..85a3a48d26a7 100644
--- a/x11/xfce4-screenshooter-plugin/Makefile
+++ b/x11/xfce4-screenshooter-plugin/Makefile
@@ -13,19 +13,15 @@ DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Desktop Screenshot plugin for Xfce
-LIB_DEPENDS= soup-2:${PORTSDIR}/devel/libsoup
+LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup
USE_BZIP2= yes
GNU_CONFIGURE= yes
-USE_GMAKE= yes
INSTALLS_ICONS= yes
USE_GNOME= glib20 gtk20 intltool intlhack
USE_XFCE= configenv libexo libmenu libutil panel
-USES= pkgconfig
+USES= pkgconfig gmake
-MAN1= xfce4-screenshooter.1
-
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11/xfce4-screenshooter-plugin/pkg-plist b/x11/xfce4-screenshooter-plugin/pkg-plist
index d87123842ef8..7c9fef32c3ab 100644
--- a/x11/xfce4-screenshooter-plugin/pkg-plist
+++ b/x11/xfce4-screenshooter-plugin/pkg-plist
@@ -2,72 +2,73 @@ bin/xfce4-screenshooter
lib/xfce4/panel/plugins/libscreenshooterplugin.la
lib/xfce4/panel/plugins/libscreenshooterplugin.so
lib/xfce4/panel/plugins/libscreenshooterplugin.so.0
+man/man1/xfce4-screenshooter.1.gz
share/applications/xfce4-screenshooter.desktop
-%%PORTDOCS%%%%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/ast/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/ast/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/ast/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/C/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/C/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/C/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/C/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/C/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ca/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/da/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/da/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/da/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/da/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/da/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/es/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/es/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/es/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/es/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/es/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/fr/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/gl/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/id/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/id/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/id/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/id/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/id/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/it/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/it/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/it/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/it/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/it/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/ja/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/pt/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/tr/index.html
-%%PORTDOCS%%%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-dialog1.png
-%%PORTDOCS%%%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-dialog2.png
-%%PORTDOCS%%%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-zimagez-login-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-zimagez-result-dialog.png
-%%PORTDOCS%%%%DOCSDIR%%/html/zh_CN/index.html
+%%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/ast/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/ast/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/ast/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/ast/index.html
+%%DOCSDIR%%/html/C/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/C/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/C/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/C/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/C/index.html
+%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/ca/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/ca/index.html
+%%DOCSDIR%%/html/da/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/da/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/da/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/da/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/da/index.html
+%%DOCSDIR%%/html/es/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/es/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/es/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/es/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/es/index.html
+%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/fr/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/fr/index.html
+%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/gl/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/gl/index.html
+%%DOCSDIR%%/html/id/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/id/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/id/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/id/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/id/index.html
+%%DOCSDIR%%/html/it/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/it/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/it/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/it/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/it/index.html
+%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/ja/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/ja/index.html
+%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/pt/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/pt/index.html
+%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/tr/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/tr/index.html
+%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-dialog1.png
+%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-dialog2.png
+%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-zimagez-login-dialog.png
+%%DOCSDIR%%/html/zh_CN/images/xfce4-screenshooter-zimagez-result-dialog.png
+%%DOCSDIR%%/html/zh_CN/index.html
share/icons/hicolor/48x48/apps/applets-screenshooter.png
share/icons/hicolor/scalable/apps/applets-screenshooter.svg
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-screenshooter.mo
@@ -126,34 +127,34 @@ share/xfce4/panel/plugins/screenshooter.desktop
@dirrmtry share/icons/hicolor/48x48
@dirrmtry share/icons/hicolor
@dirrmtry share/icons
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/zh_CN/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/zh_CN
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/tr/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/tr
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/pt/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/pt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/ja/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/ja
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/it/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/it
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/id/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/id
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/gl/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/gl
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/fr/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/fr
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/es/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/es
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/da/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/da
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/ca/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/ca
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/C/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/C
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/ast/images
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/ast
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@dirrm %%DOCSDIR%%/html/zh_CN/images
+@dirrm %%DOCSDIR%%/html/zh_CN
+@dirrm %%DOCSDIR%%/html/tr/images
+@dirrm %%DOCSDIR%%/html/tr
+@dirrm %%DOCSDIR%%/html/pt/images
+@dirrm %%DOCSDIR%%/html/pt
+@dirrm %%DOCSDIR%%/html/ja/images
+@dirrm %%DOCSDIR%%/html/ja
+@dirrm %%DOCSDIR%%/html/it/images
+@dirrm %%DOCSDIR%%/html/it
+@dirrm %%DOCSDIR%%/html/id/images
+@dirrm %%DOCSDIR%%/html/id
+@dirrm %%DOCSDIR%%/html/gl/images
+@dirrm %%DOCSDIR%%/html/gl
+@dirrm %%DOCSDIR%%/html/fr/images
+@dirrm %%DOCSDIR%%/html/fr
+@dirrm %%DOCSDIR%%/html/es/images
+@dirrm %%DOCSDIR%%/html/es
+@dirrm %%DOCSDIR%%/html/da/images
+@dirrm %%DOCSDIR%%/html/da
+@dirrm %%DOCSDIR%%/html/ca/images
+@dirrm %%DOCSDIR%%/html/ca
+@dirrm %%DOCSDIR%%/html/C/images
+@dirrm %%DOCSDIR%%/html/C
+@dirrm %%DOCSDIR%%/html
+@dirrm %%DOCSDIR%%/ast/images
+@dirrm %%DOCSDIR%%/ast
+@dirrm %%DOCSDIR%%
@dirrmtry share/applications
@dirrmtry lib/xfce4/panel/plugins
@dirrmtry lib/xfce4/panel
diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile
index b919ba06f32f..8344cf9dc653 100644
--- a/x11/xfce4-taskmanager/Makefile
+++ b/x11/xfce4-taskmanager/Makefile
@@ -10,24 +10,18 @@ MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
-COMMENT= A task manager for Xfce
+COMMENT= Task manager for the Xfce desktop
-LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \
- wnck-1.22:${PORTSDIR}/x11-toolkits/libwnck
+LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \
+ libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck
GNU_CONFIGURE= yes
USE_BZIP2= yes
USES= gettext gmake pkgconfig
-USE_GNOME= gtk20 desktopfileutils intltool intlhack
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
+USE_GNOME= gtk20 intltool intlhack
post-patch:
@${REINPLACE_CMD} -e 's|prefix)/$$(DATADIRNAME)|datadir)|' \
${WRKSRC}/po/Makefile.in.in
-post-install:
- @-update-desktop-database
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/x11/xfce4-taskmanager/pkg-plist b/x11/xfce4-taskmanager/pkg-plist
index 4f1c50143cf6..665134ce5715 100644
--- a/x11/xfce4-taskmanager/pkg-plist
+++ b/x11/xfce4-taskmanager/pkg-plist
@@ -40,85 +40,15 @@ share/locale/ur_PK/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/vi/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/zh_CN/LC_MESSAGES/xfce4-taskmanager.mo
share/locale/zh_TW/LC_MESSAGES/xfce4-taskmanager.mo
-@dirrmtry share/locale/zh_TW/LC_MESSAGES
-@dirrmtry share/locale/zh_TW
-@dirrmtry share/locale/zh_CN/LC_MESSAGES
-@dirrmtry share/locale/zh_CN
-@dirrmtry share/locale/vi/LC_MESSAGES
-@dirrmtry share/locale/vi
@dirrmtry share/locale/ur_PK/LC_MESSAGES
@dirrmtry share/locale/ur_PK
@dirrmtry share/locale/ur/LC_MESSAGES
@dirrmtry share/locale/ur
-@dirrmtry share/locale/uk/LC_MESSAGES
-@dirrmtry share/locale/uk
@dirrmtry share/locale/ug/LC_MESSAGES
@dirrmtry share/locale/ug
-@dirrmtry share/locale/tr/LC_MESSAGES
-@dirrmtry share/locale/tr
-@dirrmtry share/locale/sv/LC_MESSAGES
-@dirrmtry share/locale/sv
-@dirrmtry share/locale/sq/LC_MESSAGES
-@dirrmtry share/locale/sq
-@dirrmtry share/locale/sk/LC_MESSAGES
-@dirrmtry share/locale/sk
@dirrmtry share/locale/si/LC_MESSAGES
@dirrmtry share/locale/si
-@dirrmtry share/locale/ru/LC_MESSAGES
-@dirrmtry share/locale/ru
-@dirrmtry share/locale/pt_BR/LC_MESSAGES
-@dirrmtry share/locale/pt_BR
-@dirrmtry share/locale/pt/LC_MESSAGES
-@dirrmtry share/locale/pt
-@dirrmtry share/locale/pl/LC_MESSAGES
-@dirrmtry share/locale/pl
-@dirrmtry share/locale/pa/LC_MESSAGES
-@dirrmtry share/locale/pa
-@dirrmtry share/locale/nl/LC_MESSAGES
-@dirrmtry share/locale/nl
-@dirrmtry share/locale/nb/LC_MESSAGES
-@dirrmtry share/locale/nb
-@dirrmtry share/locale/lv/LC_MESSAGES
-@dirrmtry share/locale/lv
@dirrmtry share/locale/kk/LC_MESSAGES
@dirrmtry share/locale/kk
-@dirrmtry share/locale/ja/LC_MESSAGES
-@dirrmtry share/locale/ja
-@dirrmtry share/locale/it/LC_MESSAGES
-@dirrmtry share/locale/it
-@dirrmtry share/locale/id/LC_MESSAGES
-@dirrmtry share/locale/id
-@dirrmtry share/locale/hu/LC_MESSAGES
-@dirrmtry share/locale/hu
-@dirrmtry share/locale/hr/LC_MESSAGES
-@dirrmtry share/locale/hr
-@dirrmtry share/locale/gl/LC_MESSAGES
-@dirrmtry share/locale/gl
-@dirrmtry share/locale/fr/LC_MESSAGES
-@dirrmtry share/locale/fr
-@dirrmtry share/locale/fi/LC_MESSAGES
-@dirrmtry share/locale/fi
-@dirrmtry share/locale/eu/LC_MESSAGES
-@dirrmtry share/locale/eu
-@dirrmtry share/locale/es/LC_MESSAGES
-@dirrmtry share/locale/es
-@dirrmtry share/locale/en_GB/LC_MESSAGES
-@dirrmtry share/locale/en_GB
-@dirrmtry share/locale/el/LC_MESSAGES
-@dirrmtry share/locale/el
-@dirrmtry share/locale/de/LC_MESSAGES
-@dirrmtry share/locale/de
-@dirrmtry share/locale/da/LC_MESSAGES
-@dirrmtry share/locale/da
-@dirrmtry share/locale/cs/LC_MESSAGES
-@dirrmtry share/locale/cs
-@dirrmtry share/locale/ca/LC_MESSAGES
-@dirrmtry share/locale/ca
-@dirrmtry share/locale/be/LC_MESSAGES
-@dirrmtry share/locale/be
@dirrmtry share/locale/ast/LC_MESSAGES
@dirrmtry share/locale/ast
-@dirrmtry share/locale/ar/LC_MESSAGES
-@dirrmtry share/locale/ar
-@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
diff --git a/x11/xfce4-terminal/Makefile b/x11/xfce4-terminal/Makefile
index e275824cc313..44963a297de5 100644
--- a/x11/xfce4-terminal/Makefile
+++ b/x11/xfce4-terminal/Makefile
@@ -14,21 +14,15 @@ COMMENT= Terminal emulator for the X windowing system
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_BZIP2= yes
-USE_GMAKE= yes
USE_GNOME= gtk20 glib20 intltool intlhack vte libxml2
USE_XFCE= configenv libmenu
USE_XORG= x11
-USES= pathfix pkgconfig
+USES= pathfix pkgconfig gmake
CONFIGURE_ARGS= --without-gnome-default-appsdir
OPTIONS_DEFINE= NLS
-MAN1= xfce4-terminal.1
-MANLANG= "" ar ca da de el es fr gl id it ja ko lt \
- pl pt pt_BR ru sr sv tr ug uk zh_CN
-
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
diff --git a/x11/xfce4-terminal/pkg-plist b/x11/xfce4-terminal/pkg-plist
index 5bb6b5907517..993cdfc50f0d 100644
--- a/x11/xfce4-terminal/pkg-plist
+++ b/x11/xfce4-terminal/pkg-plist
@@ -1,4 +1,28 @@
bin/xfce4-terminal
+man/ar/man1/xfce4-terminal.1.gz
+man/ca/man1/xfce4-terminal.1.gz
+man/da/man1/xfce4-terminal.1.gz
+man/de/man1/xfce4-terminal.1.gz
+man/el/man1/xfce4-terminal.1.gz
+man/es/man1/xfce4-terminal.1.gz
+man/fr/man1/xfce4-terminal.1.gz
+man/gl/man1/xfce4-terminal.1.gz
+man/id/man1/xfce4-terminal.1.gz
+man/it/man1/xfce4-terminal.1.gz
+man/ja/man1/xfce4-terminal.1.gz
+man/ko/man1/xfce4-terminal.1.gz
+man/lt/man1/xfce4-terminal.1.gz
+man/man1/xfce4-terminal.1.gz
+man/pl/man1/xfce4-terminal.1.gz
+man/pt/man1/xfce4-terminal.1.gz
+man/pt_BR/man1/xfce4-terminal.1.gz
+man/ru/man1/xfce4-terminal.1.gz
+man/sr/man1/xfce4-terminal.1.gz
+man/sv/man1/xfce4-terminal.1.gz
+man/tr/man1/xfce4-terminal.1.gz
+man/ug/man1/xfce4-terminal.1.gz
+man/uk/man1/xfce4-terminal.1.gz
+man/zh_CN/man1/xfce4-terminal.1.gz
share/applications/xfce4-terminal.desktop
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-terminal.mo
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-terminal.mo