Skip to Content.
Sympa Menu

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

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 (775f7bdd70341dfd8adc68bc7ae1f15188709116)
  • Date: Sun, 17 Aug 2008 05:26:28 -0500

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

dev/null |binary
lua-forge/lua4/DEPENDS | 1 +
lua-forge/lua4/PRE_BUILD | 1 +
lua-forge/lua4/TRIGGERS | 1 +
lua-forge/lua50/BUILD | 1 +
lua-forge/lua50/INSTALL | 1 +
lua-forge/lua50/TRIGGERS | 1 +
x11/conky/DEPENDS | 16 ++++++++++++++++
x11/conky/DETAILS | 6 +++---
x11/conky/HISTORY | 5 +++++
x11/conky/PRE_BUILD | 4 ----
x11/conky/conky-1.5.1.tar.gz.sig | 0
x11/conky/conky-1.6.1.tar.bz2.sig |binary
13 files changed, 30 insertions(+), 7 deletions(-)

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

conky: => 1.6.1

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

lua4: added forgotten files

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

lua50: added forgotten files

diff --git a/lua-forge/lua4/DEPENDS b/lua-forge/lua4/DEPENDS
new file mode 100755
index 0000000..9dc7219
--- /dev/null
+++ b/lua-forge/lua4/DEPENDS
@@ -0,0 +1 @@
+depends lua
diff --git a/lua-forge/lua4/PRE_BUILD b/lua-forge/lua4/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/lua-forge/lua4/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/lua-forge/lua4/TRIGGERS b/lua-forge/lua4/TRIGGERS
new file mode 100755
index 0000000..4f07845
--- /dev/null
+++ b/lua-forge/lua4/TRIGGERS
@@ -0,0 +1 @@
+on_cast lua4 dispel_self
diff --git a/lua-forge/lua50/BUILD b/lua-forge/lua50/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/lua-forge/lua50/BUILD
@@ -0,0 +1 @@
+true
diff --git a/lua-forge/lua50/INSTALL b/lua-forge/lua50/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/lua-forge/lua50/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/lua-forge/lua50/TRIGGERS b/lua-forge/lua50/TRIGGERS
new file mode 100755
index 0000000..14fcc7d
--- /dev/null
+++ b/lua-forge/lua50/TRIGGERS
@@ -0,0 +1 @@
+on_cast lua50 dispel_self
diff --git a/x11/conky/DEPENDS b/x11/conky/DEPENDS
index 390160e..30a04c4 100755
--- a/x11/conky/DEPENDS
+++ b/x11/conky/DEPENDS
@@ -1,5 +1,21 @@
depends X11-LIBS &&

+optional_depends mpd \
+ "--enable-mpd" "--disable-mpd" \
+ "for Music Player Daemon support" &&
+
+optional_depends xmms2 \
+ "--enable-xmms2" "--disable-xmms2" \
+ "for XMMS2 support" &&
+
+optional_depends bmpx \
+ "--enable-bmpx" "--disable-bmpx" \
+ "for BMPx support" &&
+
+optional_depends audacious \
+ "--enable-audacious" "--disable-audacious" \
+ "for Audacious support" &&
+
optional_depends wireless_tools \
"--enable-wlan" "--disable-wlan" \
"for Wireless support"
diff --git a/x11/conky/DETAILS b/x11/conky/DETAILS
index 0d53ca1..46a5bce 100755
--- a/x11/conky/DETAILS
+++ b/x11/conky/DETAILS
@@ -1,7 +1,7 @@
SPELL=conky
- VERSION=1.5.1
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ VERSION=1.6.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_GPG=gurus.gpg:$SOURCE.sig
LICENSE[0]=BSD
diff --git a/x11/conky/HISTORY b/x11/conky/HISTORY
index b719482..b3747f2 100644
--- a/x11/conky/HISTORY
+++ b/x11/conky/HISTORY
@@ -1,3 +1,8 @@
+2008-08-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.6.1, fixed SOURCE_URL[0], quoting paths!
+ * PRE_BUILD: removed, useless: bug fixed by upstream
+ * DEPENDS: added missing deps
+
2008-04-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.5.1

diff --git a/x11/conky/PRE_BUILD b/x11/conky/PRE_BUILD
deleted file mode 100755
index 059773d..0000000
--- a/x11/conky/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-sed -i "s:linux/route:net/route:" src/linux.c
diff --git a/x11/conky/conky-1.5.1.tar.gz.sig
b/x11/conky/conky-1.5.1.tar.gz.sig
deleted file mode 100644
index 2ef534f..0000000
Binary files a/x11/conky/conky-1.5.1.tar.gz.sig and /dev/null differ
diff --git a/x11/conky/conky-1.6.1.tar.bz2.sig
b/x11/conky/conky-1.6.1.tar.bz2.sig
new file mode 100644
index 0000000..27e5ce3
Binary files /dev/null and b/x11/conky/conky-1.6.1.tar.bz2.sig differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (775f7bdd70341dfd8adc68bc7ae1f15188709116), Vlad Glagolev, 08/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page