Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f8c55462efdfff65285a8f6401c939d47710f4d9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f8c55462efdfff65285a8f6401c939d47710f4d9)
  • Date: Sun, 30 Jan 2011 16:43:04 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
xfce-plugins/thunar-volman/DEPENDS | 14
++++++++++---
xfce-plugins/thunar-volman/DETAILS | 11 +++++-----
xfce-plugins/thunar-volman/HISTORY | 5 +++-
xfce-plugins/thunar-volman/thunar-volman-0.2.0.tar.bz2.sig | 0
xfce/terminal/DEPENDS | 5 ++++
xfce/terminal/HISTORY | 4 +++
xfce/terminal/PRE_BUILD | 5 ++--
xfce/thunar/DETAILS | 4 +--
xfce/thunar/HISTORY | 3 ++
xfce/xfce-utils/DETAILS | 4 +--
xfce/xfce-utils/HISTORY | 3 ++
xfce/xfce4-panel/DETAILS | 4 +--
xfce/xfce4-panel/HISTORY | 3 ++
xfce/xfce4-settings/DEPENDS | 6 ++---
xfce/xfce4-settings/DETAILS | 4 +--
xfce/xfce4-settings/HISTORY | 4 +++
xfce/xfdesktop/DETAILS | 4 +--
xfce/xfdesktop/HISTORY | 3 ++
xfce/xfwm4/DETAILS | 4 +--
xfce/xfwm4/HISTORY | 3 ++
21 files changed, 67 insertions(+), 26 deletions(-)

New commits:
commit 6d500fa836eff3b5132f370d43d6bc5938bd7334
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

thunar-volman: => 0.6.0

commit ed9904ed82623fc693dd49ddda4caeb06c4c9c77
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xfwm4: => 4.8.1

commit 28c14bc331a653227021d416361a2c8979ae2f10
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xfdesktop: => 4.8.1

commit 22bf71d351118cbd34fa8cbfb31757084b884a15
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xfce4-settings: => 4.8.1

commit d9d83f570a1ed06ec0b89040d92ed7dfcb3b3a8d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xfce4-panel: => 4.8.1

commit 0885b5ddf556c956ff3bca7edc86665397c5b746
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xfce-utils: => 4.8.1

commit 525a4229c32c941af525aa7061a13c1eb9579f30
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

thunar: => 1.2.1

commit c2b5a9ca9449f4ead677b1eacbbf96ee427f9e15
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

terminal: added gnome-doc-utils opt dep

commit b75ecef5fa7f6f12e02177a33db57e76edf7f6a9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

terminal: => 0.4.6

diff --git a/xfce-plugins/thunar-volman/DEPENDS
b/xfce-plugins/thunar-volman/DEPENDS
index 0416ea6..a4679b0 100755
--- a/xfce-plugins/thunar-volman/DEPENDS
+++ b/xfce-plugins/thunar-volman/DEPENDS
@@ -1,3 +1,11 @@
-depends thunar &&
-depends dbus &&
-depends hal
+depends exo &&
+depends gtk+2 &&
+depends libxfce4ui &&
+depends libxfce4util &&
+depends xfconf &&
+depends -sub EXTRAS udev &&
+
+optional_depends libnotify \
+ "--enable-notifications" \
+ "--disable-notifications" \
+ "for Mount notification support"
diff --git a/xfce-plugins/thunar-volman/DETAILS
b/xfce-plugins/thunar-volman/DETAILS
index e7cefd0..3dc41f5 100755
--- a/xfce-plugins/thunar-volman/DETAILS
+++ b/xfce-plugins/thunar-volman/DETAILS
@@ -1,10 +1,11 @@
SPELL=thunar-volman
- VERSION=0.2.0
+ VERSION=0.6.0
+ BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://download.berlios.de/xfce-goodies/$SOURCE
-
WEB_SITE=http://foo-projects.org/~benny/projects/thunar-volman/index.html
- SOURCE_GPG="gurus.gpg:$SOURCE.sig"
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://archive.xfce.org/src/apps/$SPELL/$BRANCH/$SOURCE
+
WEB_SITE=http://goodies.xfce.org/projects/thunar-plugins/thunar-volman
+
SOURCE_HASH=sha512:1969451772f38fb338c0b446c427b02c846b1ccfe5c2a2cc5e7df53aecb1aa47634231498bac41493693302937655573924c1104d70e171614656b97c21bf636
LICENSE[0]=GPL
ENTERED=20070128
KEYWORDS="xfce"
diff --git a/xfce-plugins/thunar-volman/HISTORY
b/xfce-plugins/thunar-volman/HISTORY
index 903f0d9..69ef794 100644
--- a/xfce-plugins/thunar-volman/HISTORY
+++ b/xfce-plugins/thunar-volman/HISTORY
@@ -1,6 +1,9 @@
+2011-01-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.6.0
+ * DEPENDS: renewed dependencies
+
2007-12-02 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 0.2.0

2007-01-28 George Sherwood <george AT beernabeer.com>
* DEPENDS, DETAILS, HISTORY: created the spell
-
diff --git a/xfce-plugins/thunar-volman/thunar-volman-0.2.0.tar.bz2.sig
b/xfce-plugins/thunar-volman/thunar-volman-0.2.0.tar.bz2.sig
deleted file mode 100644
index 8adcbbd..0000000
Binary files a/xfce-plugins/thunar-volman/thunar-volman-0.2.0.tar.bz2.sig and
/dev/null differ
diff --git a/xfce/terminal/DEPENDS b/xfce/terminal/DEPENDS
index 7750106..3930733 100755
--- a/xfce/terminal/DEPENDS
+++ b/xfce/terminal/DEPENDS
@@ -2,6 +2,11 @@ depends exo &&
depends vte &&
depends xml-parser-expat &&

+optional_depends gnome-doc-utils \
+ "--enable-gen-doc" \
+ "--disable-gen-doc" \
+ "to generate HTML documentation" &&
+
optional_depends dbus-glib \
"--enable-dbus" \
"--disable-dbus" \
diff --git a/xfce/terminal/HISTORY b/xfce/terminal/HISTORY
index 13b7a36..9c41820 100644
--- a/xfce/terminal/HISTORY
+++ b/xfce/terminal/HISTORY
@@ -1,3 +1,7 @@
+2011-01-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added gnome-doc-utils opt dep
+ * PRE_BUILD: fix network interaction while generation docs
+
2011-01-30 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 0.4.6
* PRE_BUILD: Added to apply upstream patch
diff --git a/xfce/terminal/PRE_BUILD b/xfce/terminal/PRE_BUILD
index bfa9511..883fd7a 100755
--- a/xfce/terminal/PRE_BUILD
+++ b/xfce/terminal/PRE_BUILD
@@ -1,5 +1,6 @@
default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&

-cd $SOURCE_DIRECTORY &&
+sed -i "s:--nonet::g" doc/Makefile.in &&

-patch -p0 < $SPELL_DIRECTORY/terminal.patch
+patch -p0 < "$SPELL_DIRECTORY/terminal.patch"
diff --git a/xfce/thunar/DETAILS b/xfce/thunar/DETAILS
index 5b387af..5236793 100755
--- a/xfce/thunar/DETAILS
+++ b/xfce/thunar/DETAILS
@@ -1,11 +1,11 @@
SPELL=thunar
- VERSION=1.2.0
+ VERSION=1.2.1
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=Thunar-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Thunar-$VERSION"
SOURCE_URL[0]=http://archive.xfce.org/src/xfce/$SPELL/$BRANCH/$SOURCE
WEB_SITE=http://thunar.xfce.org/
-
SOURCE_HASH=sha512:14174987c420807761504946fb57603e160d9d89ab615206f84bcbe88e635c3ef919d5e8d008aec1053c30b195e348a448920819c1ad54bd941e0076327de074
+
SOURCE_HASH=sha512:39e62312a3c42470b9d0452003e34e7cfea0ba1987eb06f2b9837767f2ed19000cf688e51b3ee8d60296fdf55b3c394813d89ce32f59851addc69a991dc1c859
LICENSE[0]=GPL
LICENSE[1]=LGPL
ENTERED=20030608
diff --git a/xfce/thunar/HISTORY b/xfce/thunar/HISTORY
index 8e75966..a2df9cc 100644
--- a/xfce/thunar/HISTORY
+++ b/xfce/thunar/HISTORY
@@ -1,3 +1,6 @@
+2011-01-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.2.1
+
2011-01-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.2.0 (part of Xfce 4.8)
* DEPENDS: updated dependencies
diff --git a/xfce/xfce-utils/DETAILS b/xfce/xfce-utils/DETAILS
index 848ee1e..9fc16ce 100755
--- a/xfce/xfce-utils/DETAILS
+++ b/xfce/xfce-utils/DETAILS
@@ -1,11 +1,11 @@
SPELL=xfce-utils
- VERSION=4.8.0
+ VERSION=4.8.1
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://archive.xfce.org/src/xfce/$SPELL/$BRANCH/$SOURCE
WEB_SITE=http://www.xfce.org/
-
SOURCE_HASH=sha512:c43e572d7c5968d2111ada0427390d69e0d60034c7089504e405f520d8178c07518bfbadcef3da925c342bf84ab56fbe9204477b087d2ff9625ba13e5aa470f0
+
SOURCE_HASH=sha512:dd0a08bee3df34a4db707185d2c4b77eabb6470eae3fc5fbe63dba8d6362cdb1cd0eca96c6ee39c378793b670b5646e34e1d8b4726d5367d66f03fc6b3f0e250
LICENSE[0]=GPL
ENTERED=20030608
KEYWORDS="xfce"
diff --git a/xfce/xfce-utils/HISTORY b/xfce/xfce-utils/HISTORY
index dc1c82b..398ebac 100644
--- a/xfce/xfce-utils/HISTORY
+++ b/xfce/xfce-utils/HISTORY
@@ -1,3 +1,6 @@
+2011-01-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.8.1
+
2011-01-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.8.0 (part of Xfce 4.8)
* DEPENDS: updated dependencies
diff --git a/xfce/xfce4-panel/DETAILS b/xfce/xfce4-panel/DETAILS
index e0a7fb7..9b9147a 100755
--- a/xfce/xfce4-panel/DETAILS
+++ b/xfce/xfce4-panel/DETAILS
@@ -1,11 +1,11 @@
SPELL=xfce4-panel
- VERSION=4.8.0
+ VERSION=4.8.1
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://archive.xfce.org/src/xfce/$SPELL/$BRANCH/$SOURCE
WEB_SITE=http://www.xfce.org/
-
SOURCE_HASH=sha512:7a4123209dc0a5c228871725f26ee5465453b0c53a1f2d1346510deedeab6329976f9b0ec66618656346aa1a54162d24741affc6f26ba2d6c7418e04c6808e8f
+
SOURCE_HASH=sha512:289a93437c148437979c942e76a7cf3e279384920c8fed68acfd28d48a1e54b1e438e5b4a27236f52d504c3b41656aca49ac586f47c20263578a19421d7a83bb
LICENSE[0]=GPL
ENTERED=20030608
KEYWORDS="xfce"
diff --git a/xfce/xfce4-panel/HISTORY b/xfce/xfce4-panel/HISTORY
index 13f1741..2e2bf19 100644
--- a/xfce/xfce4-panel/HISTORY
+++ b/xfce/xfce4-panel/HISTORY
@@ -1,3 +1,6 @@
+2011-01-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.8.1
+
2011-01-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.8.0 (part of Xfce 4.8)
* DEPENDS: updated dependencies
diff --git a/xfce/xfce4-settings/DEPENDS b/xfce/xfce4-settings/DEPENDS
index cef733f..d0cd184 100755
--- a/xfce/xfce4-settings/DEPENDS
+++ b/xfce/xfce4-settings/DEPENDS
@@ -31,8 +31,8 @@ optional_depends libxklavier \
"for Keyboard layout selection" &&

optional_depends libnotify \
- "--enable-notifications" \
- "--disable-notifications" \
- "for libnotify support" &&
+ "--enable-libnotify" \
+ "--disable-libnotify" \
+ "for notification support" &&

optional_depends hwdata "" "" "for HWdata support"
diff --git a/xfce/xfce4-settings/DETAILS b/xfce/xfce4-settings/DETAILS
index 16f267c..8d5e55d 100755
--- a/xfce/xfce4-settings/DETAILS
+++ b/xfce/xfce4-settings/DETAILS
@@ -1,11 +1,11 @@
SPELL=xfce4-settings
- VERSION=4.8.0
+ VERSION=4.8.1
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://archive.xfce.org/src/xfce/$SPELL/$BRANCH/$SOURCE
WEB_SITE=http://www.xfce.org/
-
SOURCE_HASH=sha512:e0ecc5e24dc59503edf6e64f63d33f6b3ebe8ecc257aa22fefc5615050d417d080104903f3d495d700c4c93867393a67115cc38eada538d1dd297e63d58e03e9
+
SOURCE_HASH=sha512:a17e9e95935fa1b00409ef7ac800dfa8b305b61c6b760ccd1f68a83a9a207dc742a53fb391cb137165bbe0b00e2bb87feed1fbf601337bb5be1f6947ab2a6ede
LICENSE[0]=GPL
ENTERED=20090227
KEYWORDS="xfce"
diff --git a/xfce/xfce4-settings/HISTORY b/xfce/xfce4-settings/HISTORY
index 201d8ff..8b3638d 100644
--- a/xfce/xfce4-settings/HISTORY
+++ b/xfce/xfce4-settings/HISTORY
@@ -1,3 +1,7 @@
+2011-01-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.8.1
+ * DEPENDS: corrected libnotify flags & desc
+
2011-01-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.8.0 (part of Xfce 4.8)
* DEPENDS: updated dependencies
diff --git a/xfce/xfdesktop/DETAILS b/xfce/xfdesktop/DETAILS
index 9485e74..e2f8d3c 100755
--- a/xfce/xfdesktop/DETAILS
+++ b/xfce/xfdesktop/DETAILS
@@ -1,11 +1,11 @@
SPELL=xfdesktop
- VERSION=4.8.0
+ VERSION=4.8.1
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://archive.xfce.org/src/xfce/$SPELL/$BRANCH/$SOURCE
WEB_SITE=http://www.xfce.org/
-
SOURCE_HASH=sha512:1fd4695915289c76b256f3c8a0520ee308fedddf5155c5af455b760b7422cffbdcaf21b3fbdcff2ca6290a5601c6b52a486acb1dc650dfbe52bc90cef1376351
+
SOURCE_HASH=sha512:f76d16b44d91239e4ee0476307107cf1a0389f415be9d259297f0e214c7a5adb92a08b4771ae9131f08ba93436b95482e53d174963eddd6b84c20d82294b6719
LICENSE[0]=GPL
ENTERED=20030608
KEYWORDS="xfce"
diff --git a/xfce/xfdesktop/HISTORY b/xfce/xfdesktop/HISTORY
index 6305b5e..dcdf9f1 100644
--- a/xfce/xfdesktop/HISTORY
+++ b/xfce/xfdesktop/HISTORY
@@ -1,3 +1,6 @@
+2011-01-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.8.1
+
2011-01-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.8.0 (part of Xfce 4.8)
* DEPENDS: updated dependencies
diff --git a/xfce/xfwm4/DETAILS b/xfce/xfwm4/DETAILS
index 2d1325d..40c0a90 100755
--- a/xfce/xfwm4/DETAILS
+++ b/xfce/xfwm4/DETAILS
@@ -1,11 +1,11 @@
SPELL=xfwm4
- VERSION=4.8.0
+ VERSION=4.8.1
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://archive.xfce.org/src/xfce/$SPELL/$BRANCH/$SOURCE
WEB_SITE=http://www.xfce.org/
-
SOURCE_HASH=sha512:1ec15160c996be3f6e392302011d78db22aa954bed74aed3fe0f5bc4793b205e38de11d6a69ba74f08cbc2060c664f1d7ad0e53e8e5a9488d1c27253932507d9
+
SOURCE_HASH=sha512:569dcd71d3b71ae427e080b640e355134e16e47145f71dd0414e17f428f3788be6cce9903bd0537c59feea0f26f2d262887915d30d760177361e6188edde5c42
LICENSE[0]=GPL
ENTERED=20030608
KEYWORDS="xfce"
diff --git a/xfce/xfwm4/HISTORY b/xfce/xfwm4/HISTORY
index bf5006d..b72935c 100644
--- a/xfce/xfwm4/HISTORY
+++ b/xfce/xfwm4/HISTORY
@@ -1,3 +1,6 @@
+2011-01-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.8.1
+
2011-01-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 4.8.0 (part of Xfce 4.8)
* DEPENDS: updated dependencies



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f8c55462efdfff65285a8f6401c939d47710f4d9), Vlad Glagolev, 01/30/2011

Archive powered by MHonArc 2.6.24.

Top of Page