aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xfce4-session
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-25 16:51:40 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-25 16:51:40 +0000
commit1df39a5fb17c0bb2418a5560b3a28cf1a7f8d2a1 (patch)
tree957016e38f3df9d60491551bb27ea18c106f8e71 /x11-wm/xfce4-session
parent07e52958d406df264b2e023e577925c528eb89d3 (diff)
downloadports-1df39a5fb17c0bb2418a5560b3a28cf1a7f8d2a1.tar.gz
ports-1df39a5fb17c0bb2418a5560b3a28cf1a7f8d2a1.zip
- 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
Notes
Notes: svn path=/head/; revision=297441
Diffstat (limited to 'x11-wm/xfce4-session')
-rw-r--r--x11-wm/xfce4-session/Makefile36
-rw-r--r--x11-wm/xfce4-session/distinfo4
-rw-r--r--x11-wm/xfce4-session/files/patch-scripts_xflock411
-rw-r--r--x11-wm/xfce4-session/files/patch-xfce4-session_xfsm-shutdown-helper.c12
-rw-r--r--x11-wm/xfce4-session/files/pkg-message.in (renamed from x11-wm/xfce4-session/pkg-message)0
-rw-r--r--x11-wm/xfce4-session/pkg-descr8
-rw-r--r--x11-wm/xfce4-session/pkg-plist68
7 files changed, 51 insertions, 88 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile
index 6bf7df3706d0..7189d41b931a 100644
--- a/x11-wm/xfce4-session/Makefile
+++ b/x11-wm/xfce4-session/Makefile
@@ -6,14 +6,15 @@
#
PORTNAME= xfce4-session
-PORTVERSION= 4.8.3
+PORTVERSION= 4.10.0
CATEGORIES= x11-wm xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
-MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
-COMMENT= Session manager for the Xfce 4 desktop environment
+COMMENT= Xfce's session manager
+
+#CONFLICTS= xfce4-utils-4.8.*
BUILD_DEPENDS= iceauth:${PORTSDIR}/x11/iceauth
RUN_DEPENDS= iceauth:${PORTSDIR}/x11/iceauth \
@@ -28,19 +29,20 @@ GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnomehack gtk20 intltool intlhack pkgconfig
+USE_GNOME= gnomehack gtk20 glib20 intltool intlhack pkgconfig desktopfileutils
USE_LDCONFIG= yes
USE_XFCE= configenv libmenu libutil panel xfconf
USE_XORG= x11 sm ice
-CONFIGURE_ARGS+= --enable-panel-plugin \
- --enable-session-screenshots \
- --enable-legacy-sm \
- --disable-gnome \
- --disable-libgnome-keyring
+CONFIGURE_ARGS+=--enable-legacy-sm \
+ --disable-libgnome-keyring \
+ --with-xsession-prefix=${LOCALBASE}
+
+SUB_FILES= pkg-message
+PKGMESSAGE= ${WRKDIR}/pkg-message
-OPTIONS= NLS "Enable Native Language Support" on \
- HAL "Enable HAL Support" off
+OPTIONS= NLS "Enable Native Language Support" on \
+ GNUPG "Add support of GNU Privacy Guard" off
.include <bsd.port.options.mk>
@@ -56,13 +58,15 @@ PLIST_SUB+= NLS=""
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
-.if !defined(WITHOUT_HAL)
-LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal
-.else
-CONFIGURE_ARGS+=--disable-hal
+
+.if defined(WITH_GNUPG)
+RUN_DEPENDS+= gpg-agent:${PORTSDIR}/security/gnupg
.endif
post-install:
- @${SED} 's|%%LOCALBASE%%|${LOCALBASE}|g' ${PKGMESSAGE}
+ @${ECHO_MSG}
+ @${CAT} ${PKGMESSAGE}
+ @${ECHO_MSG}
+ @-update-desktop-database
.include <bsd.port.mk>
diff --git a/x11-wm/xfce4-session/distinfo b/x11-wm/xfce4-session/distinfo
index 6e2572b3937b..c5813be7a1fa 100644
--- a/x11-wm/xfce4-session/distinfo
+++ b/x11-wm/xfce4-session/distinfo
@@ -1,2 +1,2 @@
-SHA256 (xfce4/xfce4-session-4.8.3.tar.bz2) = f0801b8c0ffa7e5d41b29b8df281ac127adf467bf50e8ded8aebe5a02bd99338
-SIZE (xfce4/xfce4-session-4.8.3.tar.bz2) = 1594643
+SHA256 (xfce4/xfce4-session-4.10.0.tar.bz2) = bb8aa9a74c3d382840596fb4875144d66c7f3f47c8e9ee81d31e3428a72c46ce
+SIZE (xfce4/xfce4-session-4.10.0.tar.bz2) = 1257385
diff --git a/x11-wm/xfce4-session/files/patch-scripts_xflock4 b/x11-wm/xfce4-session/files/patch-scripts_xflock4
new file mode 100644
index 000000000000..710df27a036f
--- /dev/null
+++ b/x11-wm/xfce4-session/files/patch-scripts_xflock4
@@ -0,0 +1,11 @@
+--- scripts/xflock4.orig 2012-04-28 22:43:27.000000000 +0200
++++ scripts/xflock4 2012-05-16 22:18:05.000000000 +0200
+@@ -21,7 +21,7 @@
+ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ #
+
+-PATH=/bin:/usr/bin
++PATH=/bin:/usr/bin:/usr/local/bin
+ export PATH
+
+ # Lock by xscreensaver or gnome-screensaver, if a respective daemon is running
diff --git a/x11-wm/xfce4-session/files/patch-xfce4-session_xfsm-shutdown-helper.c b/x11-wm/xfce4-session/files/patch-xfce4-session_xfsm-shutdown-helper.c
index 22d633728719..f806b768bb81 100644
--- a/x11-wm/xfce4-session/files/patch-xfce4-session_xfsm-shutdown-helper.c
+++ b/x11-wm/xfce4-session/files/patch-xfce4-session_xfsm-shutdown-helper.c
@@ -1,12 +1,12 @@
---- xfce4-session/xfsm-shutdown-helper.c.orig 2010-11-03 21:11:37.000000000 +0100
-+++ xfce4-session/xfsm-shutdown-helper.c 2010-11-16 17:15:07.000000000 +0100
-@@ -58,6 +58,9 @@
- #include <errno.h>
+--- xfce4-session/xfsm-shutdown.c.orig 2012-04-28 22:43:27.000000000 +0200
++++ xfce4-session/xfsm-shutdown.c 2012-05-17 20:32:41.000000000 +0200
+@@ -52,6 +52,9 @@
+ #include <signal.h>
#endif
+#include <sys/param.h>
+#include <sys/user.h>
+#include <sys/sysctl.h>
- #include <dbus/dbus.h>
- #include <dbus/dbus-glib-lowlevel.h>
+ #include <dbus/dbus-glib.h>
+ #include <dbus/dbus-glib-lowlevel.h>
diff --git a/x11-wm/xfce4-session/pkg-message b/x11-wm/xfce4-session/files/pkg-message.in
index 9d0d6db98941..9d0d6db98941 100644
--- a/x11-wm/xfce4-session/pkg-message
+++ b/x11-wm/xfce4-session/files/pkg-message.in
diff --git a/x11-wm/xfce4-session/pkg-descr b/x11-wm/xfce4-session/pkg-descr
index 0613754237f9..65af86da5a5d 100644
--- a/x11-wm/xfce4-session/pkg-descr
+++ b/x11-wm/xfce4-session/pkg-descr
@@ -1,6 +1,4 @@
-The session manager allows the user to save sessions and restore them
-after login. It is capable of saving several different sessions. It
-comes with three splash screen engines. And at last it helps you to
-log out, reboot, and shutdown the system.
+The session manager controls all aspects of the startup and the
+shutdown of the user session.
-WWW: http://www.xfce.org/projects/xfce4-session/
+WWW: http://docs.xfce.org/xfce/xfce4-session/start
diff --git a/x11-wm/xfce4-session/pkg-plist b/x11-wm/xfce4-session/pkg-plist
index e6b444025e21..40e3119e269a 100644
--- a/x11-wm/xfce4-session/pkg-plist
+++ b/x11-wm/xfce4-session/pkg-plist
@@ -1,18 +1,18 @@
+bin/startxfce4
bin/xfce4-session
bin/xfce4-session-logout
bin/xfce4-session-settings
-bin/xfce4-tips
-etc/xdg/autostart/xfce4-tips-autostart.desktop
+bin/xflock4
+etc/xdg/autostart/xscreensaver.desktop
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%%.a
lib/libxfsm-%%VERSION%%.la
lib/libxfsm-%%VERSION%%.so
lib/libxfsm-%%VERSION%%.so.0
-lib/xfce4/panel/plugins/libxfsm-logout-plugin.a
-lib/xfce4/panel/plugins/libxfsm-logout-plugin.la
-lib/xfce4/panel/plugins/libxfsm-logout-plugin.so
lib/xfce4/session/balou-export-theme
lib/xfce4/session/balou-install-theme
lib/xfce4/session/splash-engines/libbalou.a
@@ -28,39 +28,8 @@ lib/xfce4/session/xfsm-shutdown-helper
libdata/pkgconfig/xfce4-session-2.0.pc
share/applications/xfce-session-settings.desktop
share/applications/xfce4-session-logout.desktop
-%%DOCSDIR%%/html/C/images/xfsm-advanced.png
-%%DOCSDIR%%/html/C/images/xfsm-general.png
-%%DOCSDIR%%/html/C/images/xfsm-splash.png
-%%DOCSDIR%%/html/C/index.html
-%%DOCSDIR%%/html/da/images
-%%DOCSDIR%%/html/da/index.html
-%%DOCSDIR%%/html/el/images/xfsm-advanced.png
-%%DOCSDIR%%/html/el/images/xfsm-general.png
-%%DOCSDIR%%/html/el/images/xfsm-splash.png
-%%DOCSDIR%%/html/el/index.html
-%%DOCSDIR%%/html/gl/images
-%%DOCSDIR%%/html/gl/index.html
-%%DOCSDIR%%/html/hr/images
-%%DOCSDIR%%/html/hr/index.html
-%%DOCSDIR%%/html/it/images
-%%DOCSDIR%%/html/it/index.html
-%%DOCSDIR%%/html/ja/images
-%%DOCSDIR%%/html/ja/index.html
-%%DOCSDIR%%/html/pt_BR/images
-%%DOCSDIR%%/html/pt_BR/index.html
-%%DOCSDIR%%/html/ru/images
-%%DOCSDIR%%/html/ru/index.html
-%%DOCSDIR%%/html/sv/images
-%%DOCSDIR%%/html/sv/index.html
-%%DOCSDIR%%/html/tr/images
-%%DOCSDIR%%/html/tr/index.html
-%%DOCSDIR%%/html/ug/images
-%%DOCSDIR%%/html/ug/index.html
-%%DOCSDIR%%/html/xfce4-session.css
-%%DOCSDIR%%/html/zh_CN/images
-%%DOCSDIR%%/html/zh_CN/index.html
+share/xsessions/xfce.desktop
share/icons/hicolor/128x128/apps/xfce4-session.png
-share/icons/hicolor/48x48/apps/xfce4-autostart-editor.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
@@ -68,9 +37,6 @@ share/icons/hicolor/48x48/apps/xfsm-logout.png
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/64x64/apps/xfsm-gnome-kde-logo.png
-share/icons/hicolor/72x72/apps/xfsm-trash-hilight.png
-share/icons/hicolor/72x72/apps/xfsm-trash-normal.png
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
@@ -139,8 +105,6 @@ share/icons/hicolor/scalable/apps/xfsm-shutdown.svg
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-session.mo
share/themes/Default/balou/logo.png
share/themes/Default/balou/themerc
-share/xfce4/panel-plugins/xfsm-logout-plugin.desktop
-share/xfce4/tips/tips
@dirrmtry share/xfce4/tips
@dirrmtry share/xfce4/panel-plugins
@dirrmtry share/xfce4
@@ -167,24 +131,8 @@ share/xfce4/tips/tips
%%NLS%%@dirrmtry share/locale/bn_IN
%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/ast
-@dirrm %%DOCSDIR%%/html/zh_CN
-@dirrm %%DOCSDIR%%/html/ug
-@dirrm %%DOCSDIR%%/html/tr
-@dirrm %%DOCSDIR%%/html/sv
-@dirrm %%DOCSDIR%%/html/ru
-@dirrm %%DOCSDIR%%/html/pt_BR
-@dirrm %%DOCSDIR%%/html/ja
-@dirrm %%DOCSDIR%%/html/it
-@dirrm %%DOCSDIR%%/html/hr
-@dirrm %%DOCSDIR%%/html/gl
-@dirrm %%DOCSDIR%%/html/el/images
-@dirrm %%DOCSDIR%%/html/el
-@dirrm %%DOCSDIR%%/html/da
-@dirrm %%DOCSDIR%%/html/C/images
-@dirrm %%DOCSDIR%%/html/C
-@dirrm %%DOCSDIR%%/html
-@dirrm %%DOCSDIR%%
@dirrmtry share/applications
+@dirrmtry share/xsessions
@dirrm lib/xfce4/session/splash-engines
@dirrm lib/xfce4/session
@dirrmtry lib/xfce4/panel/plugins
@@ -198,3 +146,5 @@ share/xfce4/tips/tips
@dirrmtry etc/xdg/xfce4
@dirrmtry etc/xdg/autostart
@dirrmtry etc/xdg
+@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
+@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true