[Lunar-commits] <moonbase> xfce: ver 4.8.1

Paul Bredbury brebs at lunar-linux.org
Mon Jan 31 07:49:50 CET 2011


commit 18e674a9518e272628d15dcc3718351ada288374
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Mon Jan 31 13:49:50 2011 +0700

    xfce: ver 4.8.1
---
 xfce4/apps/Terminal/DETAILS       |    6 +++---
 xfce4/core/xfce-utils/DETAILS     |    9 +++++----
 xfce4/core/xfce4-panel/BUILD      |    2 --
 xfce4/core/xfce4-panel/DETAILS    |   12 +++++-------
 xfce4/core/xfce4-settings/BUILD   |    4 +++-
 xfce4/core/xfce4-settings/DETAILS |    8 ++++----
 xfce4/core/xfdesktop/BUILD        |    2 --
 xfce4/core/xfdesktop/DETAILS      |   14 ++++++--------
 xfce4/core/xfwm4/BUILD            |    2 --
 xfce4/core/xfwm4/DETAILS          |   12 +++++-------
 10 files changed, 31 insertions(+), 40 deletions(-)

diff --git a/xfce4/apps/Terminal/DETAILS b/xfce4/apps/Terminal/DETAILS
index fd3efe2..475099a 100644
--- a/xfce4/apps/Terminal/DETAILS
+++ b/xfce4/apps/Terminal/DETAILS
@@ -1,13 +1,13 @@
           MODULE=Terminal
            MAJOR=0.4
-         VERSION=0.4.5
+         VERSION=$MAJOR.6
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=http://www.xfce.org/archive/src/apps/terminal/$MAJOR
-      SOURCE_VFY=sha1:8c23799922700b1f74dc7b7e029eec192d8ff62c
+      SOURCE_VFY=sha1:092a2e4b037225cacbe00cf856d3ec45108cfa1a
    MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
         WEB_SITE=http://www.xfce.org/projects/terminal
          ENTERED=20040930
-         UPDATED=20101117
+         UPDATED=20110130
            SHORT="vte-based gtk+-2 lightweight X-terminal"
 
 cat << EOF
diff --git a/xfce4/core/xfce-utils/DETAILS b/xfce4/core/xfce-utils/DETAILS
index b5d896b..26a58dd 100644
--- a/xfce4/core/xfce-utils/DETAILS
+++ b/xfce4/core/xfce-utils/DETAILS
@@ -1,12 +1,13 @@
           MODULE=xfce-utils
-         VERSION=4.8.0
+           MAJOR=4.8
+         VERSION=$MAJOR.1
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://archive.xfce.org/xfce/4.8/src/
-      SOURCE_VFY=sha1:a00bff90296f3021884fd1c832d7e274e0a6dc00
+      SOURCE_URL=http://archive.xfce.org/src/xfce/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:d036d96b7ca2250a72616003d4b0f9ec365523c8
    MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
         WEB_SITE=http://www.xfce.org
          ENTERED=20030715
-         UPDATED=20110118
+         UPDATED=20110130
            SHORT="Essential utilities for Xfce4"
 
 cat << EOF
diff --git a/xfce4/core/xfce4-panel/BUILD b/xfce4/core/xfce4-panel/BUILD
index b0e065e..4e62e48 100644
--- a/xfce4/core/xfce4-panel/BUILD
+++ b/xfce4/core/xfce4-panel/BUILD
@@ -1,7 +1,5 @@
 (
 
-  patch_it $SOURCE2 1 &&
-
   if [ -f /etc/profile.d/xfce4.rc ] ; then
     . /etc/profile.d/xfce4.rc
   fi &&
diff --git a/xfce4/core/xfce4-panel/DETAILS b/xfce4/core/xfce4-panel/DETAILS
index d2bb4ab..b0ad210 100644
--- a/xfce4/core/xfce4-panel/DETAILS
+++ b/xfce4/core/xfce4-panel/DETAILS
@@ -1,15 +1,13 @@
           MODULE=xfce4-panel
-         VERSION=4.8.0
+           MAJOR=4.8
+         VERSION=$MAJOR.1
           SOURCE=$MODULE-$VERSION.tar.bz2
-         SOURCE2=xfce4-panel-4.8.0-git-20110125.patch.bz2
-      SOURCE_URL=http://archive.xfce.org/xfce/4.8/src/
-     SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=sha1:ebdaff1d0f37e9424b483ba1e496b87fd82d81cb
-     SOURCE2_VFY=sha1:dd1cd16b3603c6b70b847f7e473ab92aa3bb2166
+      SOURCE_URL=http://archive.xfce.org/src/xfce/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:bb9ab8d47423a75ef920ca51fa40b4a1127b20dc
    MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
         WEB_SITE=http://www.xfce.org/projects/xfce4-panel
          ENTERED=20030715
-         UPDATED=20110123
+         UPDATED=20110130
            SHORT="Xfce4 panel"
 
 cat << EOF
diff --git a/xfce4/core/xfce4-settings/BUILD b/xfce4/core/xfce4-settings/BUILD
index faaab9a..b0de81c 100644
--- a/xfce4/core/xfce4-settings/BUILD
+++ b/xfce4/core/xfce4-settings/BUILD
@@ -1,6 +1,8 @@
 (
 
-  [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
+  if [ -f /etc/profile.d/xfce4.rc ] ; then
+    . /etc/profile.d/xfce4.rc
+  fi &&
 
   default_build
 
diff --git a/xfce4/core/xfce4-settings/DETAILS b/xfce4/core/xfce4-settings/DETAILS
index 5ff862b..d59647e 100644
--- a/xfce4/core/xfce4-settings/DETAILS
+++ b/xfce4/core/xfce4-settings/DETAILS
@@ -1,13 +1,13 @@
           MODULE=xfce4-settings
            MAJOR=4.8
-         VERSION=$MAJOR.0
+         VERSION=$MAJOR.1
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=http://archive.xfce.org/xfce/4.8/src/
-      SOURCE_VFY=sha1:828a0c8d32c059f37195bf9b76e51fa81c34eb75
+      SOURCE_URL=http://archive.xfce.org/src/xfce/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:71636f421eea105ff809837324ef6e9cad1e480b
    MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
         WEB_SITE=http://www.xfce.org
          ENTERED=20090227
-         UPDATED=20110118
+         UPDATED=20110130
            SHORT="Xfce settings manager"
 
 cat << EOF
diff --git a/xfce4/core/xfdesktop/BUILD b/xfce4/core/xfdesktop/BUILD
index 6108fb1..e9858b8 100644
--- a/xfce4/core/xfdesktop/BUILD
+++ b/xfce4/core/xfdesktop/BUILD
@@ -1,7 +1,5 @@
 (
 
-  patch_it $SOURCE2 1 &&
-
   if [ -f /etc/profile.d/xfce4.rc ] ; then
     . /etc/profile.d/xfce4.rc
   fi &&
diff --git a/xfce4/core/xfdesktop/DETAILS b/xfce4/core/xfdesktop/DETAILS
index 6b6a522..de4da06 100644
--- a/xfce4/core/xfdesktop/DETAILS
+++ b/xfce4/core/xfdesktop/DETAILS
@@ -1,19 +1,17 @@
           MODULE=xfdesktop
-         VERSION=4.8.0
+           MAJOR=4.8
+         VERSION=$MAJOR.1
           SOURCE=$MODULE-$VERSION.tar.bz2
-         SOURCE2=xfdesktop-4.8.0-git-20110125.patch.bz2
-      SOURCE_URL=http://archive.xfce.org/xfce/4.8/src/
-     SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=sha1:fab01f7e01c5906c651db83091bd7696c3cd7a5b
-     SOURCE2_VFY=sha1:1a7faafe2f2fe15c500f04ab028f43a02561e366
+      SOURCE_URL=http://archive.xfce.org/src/xfce/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:18fbce10018c29b4942b90583615e7ce42510262
    MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
         WEB_SITE=http://www.xfce.org
          ENTERED=20030715
-         UPDATED=20110123
+         UPDATED=20110130
            SHORT="Desktop manager for Xfce4"
 
 cat << EOF
 Desktop manager for the Xfce4 desktop environment. Handles the
-background image settings and provides a mouse menu when you click on
+background image settings, and provides a mouse menu when you click on
 the desktop background.
 EOF
diff --git a/xfce4/core/xfwm4/BUILD b/xfce4/core/xfwm4/BUILD
index 6108fb1..e9858b8 100644
--- a/xfce4/core/xfwm4/BUILD
+++ b/xfce4/core/xfwm4/BUILD
@@ -1,7 +1,5 @@
 (
 
-  patch_it $SOURCE2 1 &&
-
   if [ -f /etc/profile.d/xfce4.rc ] ; then
     . /etc/profile.d/xfce4.rc
   fi &&
diff --git a/xfce4/core/xfwm4/DETAILS b/xfce4/core/xfwm4/DETAILS
index 164908a..68fd2d7 100644
--- a/xfce4/core/xfwm4/DETAILS
+++ b/xfce4/core/xfwm4/DETAILS
@@ -1,15 +1,13 @@
           MODULE=xfwm4
-         VERSION=4.8.0
+           MAJOR=4.8
+         VERSION=$MAJOR.1
           SOURCE=$MODULE-$VERSION.tar.bz2
-         SOURCE2=xfwm4-4.8.0-git-20110125.patch.bz2
-      SOURCE_URL=http://archive.xfce.org/xfce/4.8/src/
-     SOURCE2_URL=$PATCH_URL
-      SOURCE_VFY=sha1:d3288cdf327c7c003f1af64798d887b805b5f679
-     SOURCE2_VFY=sha1:11dcf6a25095406470a15dfa88e76dd77007ced9
+      SOURCE_URL=http://archive.xfce.org/src/xfce/$MODULE/$MAJOR
+      SOURCE_VFY=sha1:4075a689f572ae157ed80ab3ce5be85f09dac766
    MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
         WEB_SITE=http://www.xfce.org
          ENTERED=20030715
-         UPDATED=20110123
+         UPDATED=20110130
            SHORT="Window manager for Xfce4"
 
 cat << EOF


More information about the Lunar-commits mailing list