[Lunar-commits] <moonbase> xfdesktop xfwm4: svn version

Samuel Verstraete elangelo at lunar-linux.org
Fri Mar 13 16:02:11 CET 2009


commit b0301a0b944eb0875bc9398bd8d9a0ca6e028941
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Fri Dec 7 11:40:04 2007 +0100

    xfdesktop xfwm4: svn version
---
 xfce4/core/xfdesktop/BUILD   |    2 +-
 xfce4/core/xfdesktop/DEPENDS |    6 +++---
 xfce4/core/xfdesktop/DETAILS |    7 +++----
 xfce4/core/xfwm4/BUILD       |    3 +--
 xfce4/core/xfwm4/CONFIGURE   |    1 -
 xfce4/core/xfwm4/DETAILS     |    7 +++----
 6 files changed, 11 insertions(+), 15 deletions(-)

diff --git a/xfce4/core/xfdesktop/BUILD b/xfce4/core/xfdesktop/BUILD
index 12e8e69..15f96e8 100644
--- a/xfce4/core/xfdesktop/BUILD
+++ b/xfce4/core/xfdesktop/BUILD
@@ -4,7 +4,7 @@
    # make sure proper PKG_CONFIG_PATH is set
    export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
 
-   ./configure  --build=$BUILD                                        \
+   ./autogen.sh --build=$BUILD                                        \
                 --prefix=${MODULE_PREFIX}        \
                 $OPTS                                           &&
 
diff --git a/xfce4/core/xfdesktop/DEPENDS b/xfce4/core/xfdesktop/DEPENDS
index c91cf18..6703719 100644
--- a/xfce4/core/xfdesktop/DEPENDS
+++ b/xfce4/core/xfdesktop/DEPENDS
@@ -1,4 +1,4 @@
-depends xfce-mcs-manager &&
-depends xfce4-panel	 &&
-depends libxml2          &&
+depends xfce-mcs-manager
+depends xfce4-panel
+depends libxml2
 optional_depends Thunar "" "" "for desktop file icon support"
diff --git a/xfce4/core/xfdesktop/DETAILS b/xfce4/core/xfdesktop/DETAILS
index 3ce6ea0..4e4d311 100644
--- a/xfce4/core/xfdesktop/DETAILS
+++ b/xfce4/core/xfdesktop/DETAILS
@@ -1,12 +1,11 @@
           MODULE=xfdesktop
-         VERSION=4.4.2
+         VERSION="svn-`date +%U`"
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/
-      SOURCE_VFY=sha1:f2ff4d429c0241401bdeebd3dc9b71b35dbe9ae8
+      SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE
    MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
         WEB_SITE=http://www.xfce.org
          ENTERED=20030715
-         UPDATED=20071204
+         UPDATED=20071207
            SHORT="Desktop manager for Xfce4"
 cat << EOF
 Desktop manager for the Xfce4 desktop environment. Handles the
diff --git a/xfce4/core/xfwm4/BUILD b/xfce4/core/xfwm4/BUILD
index e736288..1fe8c93 100644
--- a/xfce4/core/xfwm4/BUILD
+++ b/xfce4/core/xfwm4/BUILD
@@ -1,11 +1,10 @@
 (
-
   [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
 
   # make sure proper PKG_CONFIG_PATH is set
   export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
 
-  ./configure  --build=$BUILD             \
+  ./autogen.sh --build=$BUILD             \
                --prefix=${MODULE_PREFIX}  \
                $OPTS                     &&
 
diff --git a/xfce4/core/xfwm4/CONFIGURE b/xfce4/core/xfwm4/CONFIGURE
index cd3f0f8..c08f782 100644
--- a/xfce4/core/xfwm4/CONFIGURE
+++ b/xfce4/core/xfwm4/CONFIGURE
@@ -1,2 +1 @@
 mquery WITH_COMPOSITE "Enable the build-in compositor?" y "--enable-compositor" "--disable-compositor"
-mquery AUTOMOVE "Move raised windows to the current workspace?" y
diff --git a/xfce4/core/xfwm4/DETAILS b/xfce4/core/xfwm4/DETAILS
index 7b8f508..ec70fb3 100644
--- a/xfce4/core/xfwm4/DETAILS
+++ b/xfce4/core/xfwm4/DETAILS
@@ -1,12 +1,11 @@
           MODULE=xfwm4
-         VERSION=4.4.2
+         VERSION="svn-`date +%U`"
           SOURCE=$MODULE-$VERSION.tar.bz2
-     SOURCE_URL=http://www.xfce.org/archive/xfce-$VERSION/src/
-     SOURCE_VFY=sha1:a6d8b3b1493ff98141cfb7232ef6b4940224bce9
+     SOURCE_URL=svn+http://svn.xfce.org/svn/xfce/$MODULE/trunk:$MODULE
    MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
         WEB_SITE=http://www.xfce.org
          ENTERED=20030715
-         UPDATED=20071204
+         UPDATED=20071207
            SHORT="Window manager for Xfce4"
 
 cat << EOF


More information about the Lunar-commits mailing list