[Lunar-commits] <moonbase-xfce> Merge pull request #21 from cavalier38/xfce4-session
Auke Kok
sofar+github at foo-projects.org
Fri Feb 15 01:26:10 CET 2013
commit 665bca09ebd280ad6564ff2bf8d7c8c7363d6777
Author: Auke Kok <sofar+github at foo-projects.org>
Date: Thu, 14 Feb 2013 16:26:10 -0800
URL: https://github.com/lunar-linux/moonbase-xfce/commit/665bca09ebd280ad6564ff2bf8d7c8c7363d6777
Merge pull request #21 from cavalier38/xfce4-session
xfce4-session: Added systemd support patch.
---
xfce4-session/BUILD | +3/-0
xfce4-session/DEPENDS | +3/-0
xfce4-session/DETAILS | +5/-3
3 files changed, 11 insertions(+), 3 deletions(-)
--- a/xfce4-session/BUILD
+++ b/xfce4-session/BUILD
@@ -3,6 +3,9 @@
# http://bugzilla.xfce.org/show_bug.cgi?id=6920
OPTS+=" --disable-static" &&
+ patch_it $SOURCE2 1 &&
+ xdt-autogen &&
+
default_build
) > $C_FIFO 2>&1
--- a/xfce4-session/DEPENDS
+++ b/xfce4-session/DEPENDS
@@ -5,6 +5,9 @@ depends dbus-glib
depends xfce4-panel
depends iceauth
+# for applying the patch
+depends xfce4-dev-tools
+
optional_depends gnome-keyring "--enable-libgnome-keyring" "--disable-libgnome-keyring" "Gnome keyring support"
#optional runtime dependencies
--- a/xfce4-session/DETAILS
+++ b/xfce4-session/DETAILS
@@ -1,9 +1,11 @@
MODULE=xfce4-session
- MAJOR=4.10
- VERSION=$MAJOR.0
+ VERSION=4.10.0
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://archive.xfce.org/src/xfce/$MODULE/$MAJOR
+ SOURCE2=$MODULE-$VERSION-add-systemd-support.patch
+ SOURCE_URL=http://archive.xfce.org/src/xfce/$MODULE/${VERSION::4}
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:a956b67816fb06c50990c604d0a09c402b20302c
+ SOURCE2_VFY=sha1:f075d9a4c810c8a8917f0fd980bec691d97520e5
WEB_SITE=http://www.xfce.org/projects/xfce4-session
ENTERED=20030715
UPDATED=20120429
More information about the Lunar-commits
mailing list