Skip to Content.
Sympa Menu

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

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 (f85863499080cc8e93c12c519b0be63ea6f3e3dc)
  • Date: Mon, 27 Oct 2008 19:36:55 -0500

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

xfce/xfce4-mixer/BUILD | 3 ++-
xfce/xfce4-mixer/DEPENDS | 9 ++++-----
xfce/xfce4-mixer/DETAILS | 13 +++++++------
xfce/xfce4-mixer/HISTORY | 6 +++++-
4 files changed, 18 insertions(+), 13 deletions(-)

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

xfce4-mixer: => 4.4.3

diff --git a/xfce/xfce4-mixer/BUILD b/xfce/xfce4-mixer/BUILD
index 589720d..d22e99f 100755
--- a/xfce/xfce4-mixer/BUILD
+++ b/xfce/xfce4-mixer/BUILD
@@ -1,2 +1,3 @@
make_single &&
-default_build
+default_build &&
+make_normal
diff --git a/xfce/xfce4-mixer/DEPENDS b/xfce/xfce4-mixer/DEPENDS
index 92f5f24..ea0e35e 100755
--- a/xfce/xfce4-mixer/DEPENDS
+++ b/xfce/xfce4-mixer/DEPENDS
@@ -1,8 +1,7 @@
depends xfce4-panel &&

-optional_depends startup-notification "" "" "for startup notification" &&
+optional_depends alsa-lib \
+ "--with-sound=alsa" "" \
+ "for ALSA support (not detected correctly if you have OSS)"
&&

-optional_depends alsa-lib \
- "--with-sound=alsa" \
- "" \
- "for ALSA support (not detected correctly if you have OSS)"
+optional_depends startup-notification "" "" "for startup notification"
diff --git a/xfce/xfce4-mixer/DETAILS b/xfce/xfce4-mixer/DETAILS
index d4aaeea..83ebe37 100755
--- a/xfce/xfce4-mixer/DETAILS
+++ b/xfce/xfce4-mixer/DETAILS
@@ -1,9 +1,10 @@
SPELL=xfce4-mixer
- VERSION=$(cat $GRIMOIRE/xfce/xfce.version)
+ VERSION=4.4.3
+ RELEASE_VERSION=$(cat $GRIMOIRE/xfce/xfce.version)
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.xfce.org/archive/xfce-$VERSION/src/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+
SOURCE_URL[0]=http://www.xfce.org/archive/xfce-$RELEASE_VERSION/src/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.asc
WEB_SITE=http://www.xfce.org/
SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
@@ -11,8 +12,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=BSD
ENTERED=20030608
KEYWORDS="xfce"
- SHORT="Volume control plugin for the XFce 4 panel"
+ SHORT="volume control plugin for the XFce 4 panel"
cat << EOF
-xfce4-mixer is the volume control plugin for the XFce 4 panel.
-Includes a simple sound mixer.
+xfce4-mixer is the volume control plugin for the XFce 4 panel. Includes a
simple
+sound mixer.
EOF
diff --git a/xfce/xfce4-mixer/HISTORY b/xfce/xfce4-mixer/HISTORY
index 753e7cd..22329da 100644
--- a/xfce/xfce4-mixer/HISTORY
+++ b/xfce/xfce4-mixer/HISTORY
@@ -1,3 +1,8 @@
+2008-10-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 4.4.3 (Xfce 4.4.3); quoting paths;
corrected
+ VERSION
+ * DEPENDS: cleaned up
+
2008-09-17 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: use grimoire-wide release version

@@ -101,4 +106,3 @@

2003-06-08 Arwed v. Merkatz <v.merkatz AT gmx.net>
* DEPENDS, DETAILS, HISTORY: created the spell
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f85863499080cc8e93c12c519b0be63ea6f3e3dc), Vlad Glagolev, 10/27/2008

Archive powered by MHonArc 2.6.24.

Top of Page