[Midnightbsd-cvs] mports [19274] trunk/x11-wm: update more xfce ports
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Mon Jun 1 19:11:57 EDT 2015
Revision: 19274
http://svnweb.midnightbsd.org/mports/?rev=19274
Author: laffer1
Date: 2015-06-01 19:11:56 -0400 (Mon, 01 Jun 2015)
Log Message:
-----------
update more xfce ports
Modified Paths:
--------------
trunk/x11-wm/xfce4/Makefile
trunk/x11-wm/xfce4-desktop/Makefile
trunk/x11-wm/xfce4-desktop/distinfo
trunk/x11-wm/xfce4-desktop/pkg-descr
trunk/x11-wm/xfce4-desktop/pkg-plist
trunk/x11-wm/xfce4-panel/Makefile
trunk/x11-wm/xfce4-panel/distinfo
trunk/x11-wm/xfce4-panel/pkg-plist
trunk/x11-wm/xfce4-session/Makefile
trunk/x11-wm/xfce4-session/distinfo
trunk/x11-wm/xfce4-session/pkg-descr
trunk/x11-wm/xfce4-session/pkg-plist
Removed Paths:
-------------
trunk/x11-wm/xfce4-desktop/files/
Modified: trunk/x11-wm/xfce4/Makefile
===================================================================
--- trunk/x11-wm/xfce4/Makefile 2015-06-01 23:07:24 UTC (rev 19273)
+++ trunk/x11-wm/xfce4/Makefile 2015-06-01 23:11:56 UTC (rev 19274)
@@ -1,8 +1,7 @@
# $MidnightBSD$
PORTNAME= xfce
-PORTVERSION= 4.10
-PORTREVISION= 2
+PORTVERSION= 4.12
CATEGORIES= x11-wm xfce
MASTER_SITES= # empty
DISTFILES= # empty
Modified: trunk/x11-wm/xfce4-desktop/Makefile
===================================================================
--- trunk/x11-wm/xfce4-desktop/Makefile 2015-06-01 23:07:24 UTC (rev 19273)
+++ trunk/x11-wm/xfce4-desktop/Makefile 2015-06-01 23:11:56 UTC (rev 19274)
@@ -1,11 +1,9 @@
# $MidnightBSD$
PORTNAME= xfce4-desktop
-PORTVERSION= 4.10.2
-PORTREVISION= 3
+PORTVERSION= 4.12.2
CATEGORIES= x11-wm xfce
-MASTER_SITES= ${MASTER_SITE_XFCE}
-MASTER_SITE_SUBDIR= src/xfce/xfdesktop/${PORTVERSION:R}
+MASTER_SITES= XFCE/src/xfce/xfdesktop/${PORTVERSION:R}/
DISTNAME= xfdesktop-${PORTVERSION}
DIST_SUBDIR= xfce4
@@ -13,46 +11,37 @@
COMMENT= Xfce's desktop manager
LICENSE= gpl2
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
- libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
libnotify.so:${PORTSDIR}/devel/libnotify
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_GNOME= glib20 gtk20 intltool intlhack
-USE_XFCE= configenv garcon libmenu libutil libexo xfconf
-USES= pathfix pkgconfig gmake tar:bzip2
+USE_GNOME= glib20 gtk20 intltool intlhack libwnck
+USE_XFCE= garcon
+USES= pkgconfig gmake gettext-tools xfce tar:bzip2
USE_XORG= x11 sm
CONFIGURE_ARGS+=--enable-gio-unix \
--enable-notifications
-OPTIONS_DEFINE= THUNAR NLS
-OPTIONS_DEFAULT= THUNAR NLS
-THUNAR_DESC= Enable thunar support
+OPTIONS_DEFINE= NLS THUNAR
+OPTIONS_DEFAULT= THUNAR
+NLS_USES= gettext-runtime
+NLS_CONFIGURE_ENABLE= nls
+THUNAR_USE= xfce=thunar
+THUNAR_CONFIGURE_ENABLE= thunarx
+THUNAR_CONFIGURE_WITH= file-manager-fallback=Thunar
+THUNAR_USE_OFF= xfce=libexo
+THUNAR_DESC= Thunar file manager support
+OPTIONS_SUB= yes
-.include <bsd.mport.options.mk>
+.include <bsd.port.pre.mk>
-.if ${PORT_OPTIONS:MTHUNAR}
-CONFIGURE_ARGS+=--enable-thunarx --with-file-manager-fallback=Thunar
-USE_XFCE+= thunar
-.else
-CONFIGURE_ARGS+=--disable-thunarx --without-file-manager-fallback
-.endif
-
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-CONFIGURE_ARGS+=--enable-nls
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
post-patch:
.if !${PORT_OPTIONS:MNLS}
@${REINPLACE_CMD} -e 's|po ||' ${WRKSRC}/Makefile.in
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
Modified: trunk/x11-wm/xfce4-desktop/distinfo
===================================================================
--- trunk/x11-wm/xfce4-desktop/distinfo 2015-06-01 23:07:24 UTC (rev 19273)
+++ trunk/x11-wm/xfce4-desktop/distinfo 2015-06-01 23:11:56 UTC (rev 19274)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfdesktop-4.10.2.tar.bz2) = 49a6e0be513e307e896f7e5929825babec9bbcd4b2e73552f9d27647a4db797d
-SIZE (xfce4/xfdesktop-4.10.2.tar.bz2) = 1144561
+SHA256 (xfce4/xfdesktop-4.12.2.tar.bz2) = c9788883163b57bac39d12e5f8310c869d176454879defb78b67f8e9f1ad5225
+SIZE (xfce4/xfdesktop-4.12.2.tar.bz2) = 1419922
Modified: trunk/x11-wm/xfce4-desktop/pkg-descr
===================================================================
--- trunk/x11-wm/xfce4-desktop/pkg-descr 2015-06-01 23:07:24 UTC (rev 19273)
+++ trunk/x11-wm/xfce4-desktop/pkg-descr 2015-06-01 23:11:56 UTC (rev 19274)
@@ -1,4 +1,4 @@
The desktop manager sets the background image, and provides a root
window menu, desktop icons or minimized icons and windows list.
-WWW: http://docs.xfce.org/xfce/xfdesktop/start
+WWW: http://www.xfce.org/
Modified: trunk/x11-wm/xfce4-desktop/pkg-plist
===================================================================
--- trunk/x11-wm/xfce4-desktop/pkg-plist 2015-06-01 23:07:24 UTC (rev 19273)
+++ trunk/x11-wm/xfce4-desktop/pkg-plist 2015-06-01 23:11:56 UTC (rev 19274)
@@ -3,6 +3,7 @@
man/man1/xfdesktop.1.gz
share/applications/xfce-backdrop-settings.desktop
share/backgrounds/xfce/xfce-blue.jpg
+share/backgrounds/xfce/xfce-teal.jpg
share/icons/hicolor/32x32/apps/xfce4-backdrop.png
share/icons/hicolor/32x32/apps/xfce4-menueditor.png
share/icons/hicolor/48x48/apps/xfce4-backdrop.png
@@ -12,48 +13,40 @@
%%NLS%%share/locale/am/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/ar/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/ast/LC_MESSAGES/xfdesktop.mo
-%%NLS%%share/locale/az/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/be/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/bg/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/bn/LC_MESSAGES/xfdesktop.mo
-%%NLS%%share/locale/bn_IN/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/ca/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/cs/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/da/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/de/LC_MESSAGES/xfdesktop.mo
-%%NLS%%share/locale/dz/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/el/LC_MESSAGES/xfdesktop.mo
+%%NLS%%share/locale/en_AU/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/eo/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/es/LC_MESSAGES/xfdesktop.mo
-%%NLS%%share/locale/es_MX/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/et/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/eu/LC_MESSAGES/xfdesktop.mo
-%%NLS%%share/locale/fa/LC_MESSAGES/xfdesktop.mo
+%%NLS%%share/locale/fa_IR/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/fi/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/fr/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/gl/LC_MESSAGES/xfdesktop.mo
-%%NLS%%share/locale/gu/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/he/LC_MESSAGES/xfdesktop.mo
-%%NLS%%share/locale/hi/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/hr/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/hu/LC_MESSAGES/xfdesktop.mo
-%%NLS%%share/locale/hy/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/id/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/is/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/it/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/ja/LC_MESSAGES/xfdesktop.mo
-%%NLS%%share/locale/ka/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/kk/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/ko/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/lt/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/lv/LC_MESSAGES/xfdesktop.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/xfdesktop.mo
-%%NLS%%share/locale/mr/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/ms/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/nb/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/nl/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/nn/LC_MESSAGES/xfdesktop.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/pa/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/pl/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/pt/LC_MESSAGES/xfdesktop.mo
@@ -62,18 +55,21 @@
%%NLS%%share/locale/ru/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/si/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/sk/LC_MESSAGES/xfdesktop.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/sq/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/sr/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/sv/LC_MESSAGES/xfdesktop.mo
-%%NLS%%share/locale/ta/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/te/LC_MESSAGES/xfdesktop.mo
+%%NLS%%share/locale/th/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/tr/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/ug/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/uk/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/ur/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfdesktop.mo
+%%NLS%%share/locale/uz/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/vi/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfdesktop.mo
+%%NLS%%share/locale/zh_HK/LC_MESSAGES/xfdesktop.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfdesktop.mo
share/pixmaps/xfce4_xicon.png
share/pixmaps/xfce4_xicon1.png
@@ -81,30 +77,3 @@
share/pixmaps/xfce4_xicon3.png
share/pixmaps/xfce4_xicon4.png
share/pixmaps/xfdesktop/xfdesktop-fallback-icon.png
- at exec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
- at unexec %%LOCALBASE%%/bin/update-desktop-database >/dev/null || /usr/bin/true
- at dirrm share/pixmaps/xfdesktop
-%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ur_PK
-%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ur
-%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ug
-%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/te
-%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/si
-%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/mr
-%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/kk
-%%NLS%%@dirrmtry share/locale/hy/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/hy
-%%NLS%%@dirrmtry share/locale/dz/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/dz
-%%NLS%%@dirrmtry share/locale/bn_IN/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/bn_IN
-%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ast
- at dirrm share/backgrounds/xfce
- at dirrmtry share/backgrounds
Modified: trunk/x11-wm/xfce4-panel/Makefile
===================================================================
--- trunk/x11-wm/xfce4-panel/Makefile 2015-06-01 23:07:24 UTC (rev 19273)
+++ trunk/x11-wm/xfce4-panel/Makefile 2015-06-01 23:11:56 UTC (rev 19274)
@@ -1,53 +1,40 @@
# $MidnightBSD$
PORTNAME= xfce4-panel
-PORTVERSION= 4.10.1
-PORTREVISION= 1
+PORTVERSION= 4.12.0
CATEGORIES= x11-wm xfce
-MASTER_SITES= ${MASTER_SITE_XFCE}
-MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
+MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
MAINTAINER= ports at MidnightBSD.org
COMMENT= Xfce's panel
-LICENSE= lgpl
+LICENSE= gpl2 lgpl2.1
+LICENSE_COMB= multi
+LICENSE_DISTFILES= ${WRKSRC}/COPYING \
+ ${WRKSRC}/COPYING.LIB
-LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
- libcairo.so:${PORTSDIR}/graphics/cairo \
- libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
-USES= desktop-file-utils gmake libtool:keepla pathfix perl5 \
+USES= desktop-file-utils gmake libtool pathfix gettext-tools perl5 \
pkgconfig tar:bzip2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_GNOME= glib20 gtk20 intltool intlhack
+USE_GNOME= glib20 gtk20 intltool intlhack libwnck cairo
USE_LDCONFIG= yes
-USE_PERL5= yes
-USE_XFCE= configenv garcon libexo libmenu libutil xfconf
+USE_XFCE= garcon libexo
USE_XORG= x11 sm
-CONFIGURE_ARGS+=--enable-gio-unix
+CONFIGURE_ARGS+=--enable-gio-unix --without-html-dir
-OPTIONS_DEFINE= NLS DOCS
+OPTIONS_DEFINE= GTK3 NLS
+OPTIONS_DEFAULT= GTK3 NLS
+GTK3_USES= xfce:gtk3
+GTK3_USE= gnome=gtk30
+GTK3_CONFIGURE_ENABLE= gtk3
+GTK3_USES_OFF= xfce
+NLS_USES= gettext-runtime
+NLS_CONFIGURE_ENABLE= nls
+OPTIONS_SUB= yes
-.include <bsd.mport.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-CONFIGURE_ARGS+=--enable-nls
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MDOCS}
-CONFIGURE_ARGS+=--with-html-dir=${PREFIX}/share/gtk-doc/html
-PLIST_SUB+= APIDOCS=""
-.else
-CONFIGURE_ARGS+=--without-html-dir
-PLIST_SUB+= APIDOCS="@comment "
-.endif
-
.include <bsd.port.mk>
Modified: trunk/x11-wm/xfce4-panel/distinfo
===================================================================
--- trunk/x11-wm/xfce4-panel/distinfo 2015-06-01 23:07:24 UTC (rev 19273)
+++ trunk/x11-wm/xfce4-panel/distinfo 2015-06-01 23:11:56 UTC (rev 19274)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfce4-panel-4.10.1.tar.bz2) = 573052ed1b65e247415f92df120c8a78f9e4152c2636d38c923f82e32b8475d6
-SIZE (xfce4/xfce4-panel-4.10.1.tar.bz2) = 1061090
+SHA256 (xfce4/xfce4-panel-4.12.0.tar.bz2) = 30920fc2e2fc26279a82b5261a155c2cc15ab2aa1ced2275684a6ff8261b97b0
+SIZE (xfce4/xfce4-panel-4.12.0.tar.bz2) = 1107470
Modified: trunk/x11-wm/xfce4-panel/pkg-plist
===================================================================
--- trunk/x11-wm/xfce4-panel/pkg-plist 2015-06-01 23:07:24 UTC (rev 19273)
+++ trunk/x11-wm/xfce4-panel/pkg-plist 2015-06-01 23:11:56 UTC (rev 19274)
@@ -15,63 +15,41 @@
include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-macros.h
include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-plugin-provider.h
include/xfce4/libxfce4panel-1.0/libxfce4panel/xfce-panel-plugin.h
-lib/libxfce4panel-1.0.la
+%%GTK3%%include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel-config.h
+%%GTK3%%include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel-enum-types.h
+%%GTK3%%include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel-enums.h
+%%GTK3%%include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel.h
+%%GTK3%%include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-arrow-button.h
+%%GTK3%%include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-convenience.h
+%%GTK3%%include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-image.h
+%%GTK3%%include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-macros-46.h
+%%GTK3%%include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-macros.h
+%%GTK3%%include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-plugin-provider.h
+%%GTK3%%include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-plugin.h
lib/libxfce4panel-1.0.so
lib/libxfce4panel-1.0.so.4
+lib/libxfce4panel-1.0.so.4.0.0
+%%GTK3%%lib/libxfce4panel-2.0.so
+%%GTK3%%lib/libxfce4panel-2.0.so.4
+%%GTK3%%lib/libxfce4panel-2.0.so.4.0.0
lib/xfce4/panel/migrate
-lib/xfce4/panel/plugins/libactions.la
lib/xfce4/panel/plugins/libactions.so
-lib/xfce4/panel/plugins/libapplicationsmenu.la
lib/xfce4/panel/plugins/libapplicationsmenu.so
-lib/xfce4/panel/plugins/libclock.la
lib/xfce4/panel/plugins/libclock.so
-lib/xfce4/panel/plugins/libdirectorymenu.la
lib/xfce4/panel/plugins/libdirectorymenu.so
-lib/xfce4/panel/plugins/liblauncher.la
lib/xfce4/panel/plugins/liblauncher.so
-lib/xfce4/panel/plugins/libpager.la
lib/xfce4/panel/plugins/libpager.so
-lib/xfce4/panel/plugins/libseparator.la
lib/xfce4/panel/plugins/libseparator.so
-lib/xfce4/panel/plugins/libshowdesktop.la
lib/xfce4/panel/plugins/libshowdesktop.so
-lib/xfce4/panel/plugins/libsystray.la
lib/xfce4/panel/plugins/libsystray.so
-lib/xfce4/panel/plugins/libtasklist.la
lib/xfce4/panel/plugins/libtasklist.so
-lib/xfce4/panel/plugins/libwindowmenu.la
lib/xfce4/panel/plugins/libwindowmenu.so
-lib/xfce4/panel/wrapper
+lib/xfce4/panel/wrapper-1.0
+%%GTK3%%lib/xfce4/panel/wrapper-2.0
libdata/pkgconfig/libxfce4panel-1.0.pc
+%%GTK3%%libdata/pkgconfig/libxfce4panel-2.0.pc
share/applications/panel-desktop-handler.desktop
share/applications/panel-preferences.desktop
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/XfceArrowButton.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/XfceHVBox.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/XfcePanelImage.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/XfcePanelPlugin.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/api-index-4-6.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/api-index-4-8.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/api-index-deprecated.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/api-index-full.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/home.png
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/index.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/index.sgml
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/left.png
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-1.0.devhelp2
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-Commonly-used-plugin-macros.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-Convenience-Functions.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-GObject-Oriented-Panel-Plugin-Registers-Macros.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-Panel-Plugin-Register-Macros-(4.6-Style).html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-Panel-Plugin-Register-Macros.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-Standard-Enumerations.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-Version-Information.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-fundamentals.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-miscelleanous.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-plugins.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/libxfce4panel-widgets.html
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/right.png
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/style.css
-%%APIDOCS%%share/gtk-doc/html/libxfce4panel-1.0/up.png
share/icons/hicolor/16x16/apps/xfce4-panel-menu.png
share/icons/hicolor/16x16/apps/xfce4-panel.png
share/icons/hicolor/22x22/apps/xfce4-panel-menu.png
@@ -86,49 +64,39 @@
%%NLS%%share/locale/am/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-panel.mo
-%%NLS%%share/locale/az/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/be/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/bn/LC_MESSAGES/xfce4-panel.mo
-%%NLS%%share/locale/bn_IN/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/da/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/de/LC_MESSAGES/xfce4-panel.mo
-%%NLS%%share/locale/dz/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/el/LC_MESSAGES/xfce4-panel.mo
+%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/eo/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/es/LC_MESSAGES/xfce4-panel.mo
-%%NLS%%share/locale/es_MX/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/et/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-panel.mo
-%%NLS%%share/locale/fa/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-panel.mo
-%%NLS%%share/locale/gu/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/he/LC_MESSAGES/xfce4-panel.mo
-%%NLS%%share/locale/hi/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-panel.mo
-%%NLS%%share/locale/hy/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/is/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/it/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-panel.mo
-%%NLS%%share/locale/ka/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-panel.mo
-%%NLS%%share/locale/ku/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-panel.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/xfce4-panel.mo
-%%NLS%%share/locale/mr/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/ms/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/nn/LC_MESSAGES/xfce4-panel.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/pa/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-panel.mo
@@ -137,11 +105,12 @@
%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/si/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-panel.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-panel.mo
-%%NLS%%share/locale/ta/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/te/LC_MESSAGES/xfce4-panel.mo
+%%NLS%%share/locale/th/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-panel.mo
@@ -149,6 +118,7 @@
%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-panel.mo
+%%NLS%%share/locale/zh_HK/LC_MESSAGES/xfce4-panel.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-panel.mo
share/xfce4/panel/plugins/actions.desktop
share/xfce4/panel/plugins/applicationsmenu.desktop
@@ -161,42 +131,3 @@
share/xfce4/panel/plugins/systray.desktop
share/xfce4/panel/plugins/tasklist.desktop
share/xfce4/panel/plugins/windowmenu.desktop
- at dirrm share/xfce4/panel/plugins
- at dirrm share/xfce4/panel
- at dirrmtry share/xfce4
-%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ur_PK
-%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ur
-%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ug
-%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/te
-%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/si
-%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/mr
-%%NLS%%@dirrmtry share/locale/ku/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ku
-%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/kk
-%%NLS%%@dirrmtry share/locale/hy/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/hy
-%%NLS%%@dirrmtry share/locale/dz/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/dz
-%%NLS%%@dirrmtry share/locale/bn_IN/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/bn_IN
-%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ast
-%%APIDOCS%%@dirrm share/gtk-doc/html/libxfce4panel-1.0
-%%APIDOCS%%@dirrmtry share/gtk-doc/html
-%%APIDOCS%%@dirrmtry share/gtk-doc
- at dirrmtry lib/xfce4/panel/plugins
- at dirrmtry lib/xfce4/panel
- at dirrmtry lib/xfce4
- at dirrmtry include/xfce4/libxfce4panel-1.0/libxfce4panel
- at dirrmtry include/xfce4/libxfce4panel-1.0
- at dirrmtry include/xfce4
- at dirrmtry etc/xdg/xfce4/panel
- at dirrmtry etc/xdg/xfce4
- at dirrmtry etc/xdg
Modified: trunk/x11-wm/xfce4-session/Makefile
===================================================================
--- trunk/x11-wm/xfce4-session/Makefile 2015-06-01 23:07:24 UTC (rev 19273)
+++ trunk/x11-wm/xfce4-session/Makefile 2015-06-01 23:11:56 UTC (rev 19274)
@@ -1,54 +1,41 @@
# $MidnightBSD$
PORTNAME= xfce4-session
-PORTVERSION= 4.10.1
-PORTREVISION= 1
+PORTVERSION= 4.12.1
CATEGORIES= x11-wm xfce
-MASTER_SITES= ${MASTER_SITE_XFCE}
-MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
+MASTER_SITES= XFCE/src/xfce/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= ports at MidnightBSD.org
COMMENT= Session manager for the Xfce 4 desktop environment
-LICENSE= lgpl
+LICENSE= gpl2
+
BUILD_DEPENDS= iceauth:${PORTSDIR}/x11/iceauth
RUN_DEPENDS= iceauth:${PORTSDIR}/x11/iceauth \
console-kit-daemon:${PORTSDIR}/sysutils/consolekit
-LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
- libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libupower-glib.so:${PORTSDIR}/sysutils/upower \
libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
-USE_GNOME= gtk20 glib20 intltool intlhack
-USES= pathfix pkgconfig gmake tar:bzip2 libtool
+USE_GNOME= gtk20 glib20 intltool intlhack libwnck
+USES= pathfix pkgconfig gmake libtool gettext-tools xfce tar:bzip2
USE_LDCONFIG= yes
-USE_XFCE= configenv libmenu libutil xfconf
+USE_XFCE= libmenu
USE_XORG= x11 sm ice
CONFIGURE_ARGS+=--enable-legacy-sm \
- --disable-systemd \
- --with-xsession-prefix=${PREFIX} \
- --disable-static
+ --with-xsession-prefix=${PREFIX}
SUB_FILES= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
OPTIONS_DEFINE= NLS
+NLS_USES= gettext-runtime
+NLS_CONFIGURE_ENABLE= nls
+OPTIONS_SUB= yes
PLIST_SUB= VERSION="4.6"
-.include <bsd.mport.options.mk>
-
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-CONFIGURE_ARGS+= --enable-nls
-PLIST_SUB+= NLS=""
-.else
-CONFIGURE_ARGS+= --disable-nls
-PLIST_SUB+= NLS="@comment "
-.endif
-
.include <bsd.port.mk>
Modified: trunk/x11-wm/xfce4-session/distinfo
===================================================================
--- trunk/x11-wm/xfce4-session/distinfo 2015-06-01 23:07:24 UTC (rev 19273)
+++ trunk/x11-wm/xfce4-session/distinfo 2015-06-01 23:11:56 UTC (rev 19274)
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfce4-session-4.10.1.tar.bz2) = 0154fabdc398798c3445374ccc52a2f5bcb2d867fc94bc54114395b24f9cfc83
-SIZE (xfce4/xfce4-session-4.10.1.tar.bz2) = 1273015
+SHA256 (xfce4/xfce4-session-4.12.1.tar.bz2) = 97d7f2a2d0af7f3623b68d1f04091e02913b28f9555dab8b0d26c8a1299d08fd
+SIZE (xfce4/xfce4-session-4.12.1.tar.bz2) = 1289284
Modified: trunk/x11-wm/xfce4-session/pkg-descr
===================================================================
--- trunk/x11-wm/xfce4-session/pkg-descr 2015-06-01 23:07:24 UTC (rev 19273)
+++ trunk/x11-wm/xfce4-session/pkg-descr 2015-06-01 23:11:56 UTC (rev 19274)
@@ -1,4 +1,5 @@
-The session manager controls all aspects of the startup and the
-shutdown of the user session.
+The Xfce session manager controls the loading of applications when
+Xfce is started. It also handles logging out, shutting down, and
+rebooting.
-WWW: http://docs.xfce.org/xfce/xfce4-session/start
+WWW: http://www.xfce.org/
Modified: trunk/x11-wm/xfce4-session/pkg-plist
===================================================================
--- trunk/x11-wm/xfce4-session/pkg-plist 2015-06-01 23:07:24 UTC (rev 19273)
+++ trunk/x11-wm/xfce4-session/pkg-plist 2015-06-01 23:11:56 UTC (rev 19274)
@@ -4,13 +4,14 @@
bin/xfce4-session-settings
bin/xflock4
etc/xdg/autostart/xscreensaver.desktop
+etc/xdg/xfce4/Xft.xrdb
etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
-etc/xdg/xfce4/Xft.xrdb
etc/xdg/xfce4/xinitrc
include/xfce4/xfce4-session-%%VERSION%%/libxfsm/xfsm-splash-engine.h
include/xfce4/xfce4-session-%%VERSION%%/libxfsm/xfsm-splash-rc.h
lib/libxfsm-%%VERSION%%.so
lib/libxfsm-%%VERSION%%.so.0
+lib/libxfsm-%%VERSION%%.so.0.0.0
lib/xfce4/session/balou-export-theme
lib/xfce4/session/balou-install-theme
lib/xfce4/session/splash-engines/libbalou.so
@@ -22,8 +23,12 @@
man/man1/xfce4-session.1.gz
share/applications/xfce-session-settings.desktop
share/applications/xfce4-session-logout.desktop
-share/xsessions/xfce.desktop
share/icons/hicolor/128x128/apps/xfce4-session.png
+share/icons/hicolor/48x48/apps/system-hibernate.png
+share/icons/hicolor/48x48/apps/system-log-out.png
+share/icons/hicolor/48x48/apps/system-reboot.png
+share/icons/hicolor/48x48/apps/system-shutdown.png
+share/icons/hicolor/48x48/apps/system-suspend.png
share/icons/hicolor/48x48/apps/xfce4-session.png
share/icons/hicolor/48x48/apps/xfce4-splash.png
share/icons/hicolor/48x48/apps/xfsm-hibernate.png
@@ -31,35 +36,30 @@
share/icons/hicolor/48x48/apps/xfsm-reboot.png
share/icons/hicolor/48x48/apps/xfsm-shutdown.png
share/icons/hicolor/48x48/apps/xfsm-suspend.png
+share/icons/hicolor/scalable/apps/system-shutdown.svg
share/icons/hicolor/scalable/apps/xfce4-session.svg
share/icons/hicolor/scalable/apps/xfsm-shutdown.svg
%%NLS%%share/locale/am/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/ar/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/ast/LC_MESSAGES/xfce4-session.mo
-%%NLS%%share/locale/az/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/be/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/bg/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/bn/LC_MESSAGES/xfce4-session.mo
-%%NLS%%share/locale/bn_IN/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/ca/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/cs/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/da/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/de/LC_MESSAGES/xfce4-session.mo
-%%NLS%%share/locale/dz/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/el/LC_MESSAGES/xfce4-session.mo
+%%NLS%%share/locale/en_AU/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/eo/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/es/LC_MESSAGES/xfce4-session.mo
-%%NLS%%share/locale/es_MX/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/et/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/eu/LC_MESSAGES/xfce4-session.mo
-%%NLS%%share/locale/fa/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/fi/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/fr/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/gl/LC_MESSAGES/xfce4-session.mo
-%%NLS%%share/locale/gu/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/he/LC_MESSAGES/xfce4-session.mo
-%%NLS%%share/locale/hi/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/hr/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/hu/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/id/LC_MESSAGES/xfce4-session.mo
@@ -66,17 +66,15 @@
%%NLS%%share/locale/is/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/it/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/ja/LC_MESSAGES/xfce4-session.mo
-%%NLS%%share/locale/ka/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/kk/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/ko/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/lt/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/lv/LC_MESSAGES/xfce4-session.mo
-%%NLS%%share/locale/mk/LC_MESSAGES/xfce4-session.mo
-%%NLS%%share/locale/mr/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/ms/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/nb/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/nl/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/nn/LC_MESSAGES/xfce4-session.mo
+%%NLS%%share/locale/oc/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/pa/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/pl/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/pt/LC_MESSAGES/xfce4-session.mo
@@ -85,11 +83,12 @@
%%NLS%%share/locale/ru/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/si/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/sk/LC_MESSAGES/xfce4-session.mo
+%%NLS%%share/locale/sl/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/sq/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/sr/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/sv/LC_MESSAGES/xfce4-session.mo
-%%NLS%%share/locale/ta/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/te/LC_MESSAGES/xfce4-session.mo
+%%NLS%%share/locale/th/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/tr/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/ug/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/uk/LC_MESSAGES/xfce4-session.mo
@@ -97,39 +96,9 @@
%%NLS%%share/locale/ur_PK/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-session.mo
+%%NLS%%share/locale/zh_HK/LC_MESSAGES/xfce4-session.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-session.mo
+share/polkit-1/actions/org.xfce.session.policy
share/themes/Default/balou/logo.png
share/themes/Default/balou/themerc
- at dirrm share/themes/Default/balou
- at dirrmtry share/themes/Default
- at dirrmtry share/themes
-%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ur_PK
-%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ur
-%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ug
-%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/te
-%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/si
-%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/mr
-%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/kk
-%%NLS%%@dirrmtry share/locale/dz/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/dz
-%%NLS%%@dirrmtry share/locale/bn_IN/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/bn_IN
-%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ast
- at dirrmtry share/xsessions
- at dirrm lib/xfce4/session/splash-engines
- at dirrm lib/xfce4/session
- at dirrmtry lib/xfce4
- at dirrm include/xfce4/xfce4-session-%%VERSION%%/libxfsm
- at dirrm include/xfce4/xfce4-session-%%VERSION%%
- at dirrmtry include/xfce4
- at dirrmtry etc/xdg/xfce4/xfconf/xfce-perchannel-xml
- at dirrmtry etc/xdg/xfce4/xfconf
- at dirrmtry etc/xdg/xfce4
+share/xsessions/xfce.desktop
More information about the Midnightbsd-cvs
mailing list