Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (03bcc63c0bcac3cc1fa6367d90b777984e28dd9d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Mathieu Lonjaret <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (03bcc63c0bcac3cc1fa6367d90b777984e28dd9d)
  • Date: Sat, 27 Oct 2007 18:25:15 -0500

GIT changes to master grimoire by Mathieu Lonjaret <lejatorn AT sourcemage.org>:

libs/libixp/CONFIGURE | 2 ++
libs/libixp/DETAILS | 10 +++++++++-
libs/libixp/DOWNLOAD | 10 ++++++++++
libs/libixp/HISTORY | 3 +++
4 files changed, 24 insertions(+), 1 deletion(-)

New commits:
commit 03bcc63c0bcac3cc1fa6367d90b777984e28dd9d
Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>

libixp: added devel version pulled with hg

diff --git a/libs/libixp/CONFIGURE b/libs/libixp/CONFIGURE
new file mode 100755
index 0000000..a971dc4
--- /dev/null
+++ b/libs/libixp/CONFIGURE
@@ -0,0 +1,2 @@
+config_query LIBIXP_HG "Build devel version from mercurial? (necessary for
wmii to build)" y
+
diff --git a/libs/libixp/DETAILS b/libs/libixp/DETAILS
index f313228..3096901 100755
--- a/libs/libixp/DETAILS
+++ b/libs/libixp/DETAILS
@@ -1,9 +1,17 @@
SPELL=libixp
+if [ x"$LIBIXP_HG" == x"y" ]; then
+ VERSION=hg
+SOURCE_URL[0]=http://www.suckless.org/hg.rc/libixp
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+else
VERSION=0.3
- SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://libs.suckless.org/snaps/${SOURCE}

SOURCE_HASH=sha512:114e5b82649e8e24d94873e8098c15e775230cf933c352001036b2313a0ac4cafc8dba09f3df89d90b514e36725c3358619592a300f05c0a444f7203b70ec7a2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+fi
+ SOURCE=$SPELL-$VERSION.tar.gz
WEB_SITE=http://libs.suckless.org
ENTERED=20061230
LICENSE[0]=GPL
diff --git a/libs/libixp/DOWNLOAD b/libs/libixp/DOWNLOAD
new file mode 100755
index 0000000..ecd5162
--- /dev/null
+++ b/libs/libixp/DOWNLOAD
@@ -0,0 +1,10 @@
+if [ "x$LIBIXP_HG" != "xy" ]; then
+ default_download
+ return $?
+fi &&
+message "${MESSAGE_COLOR}Generating tarball...${DEFAULT_COLOR}" &&
+hg clone http://suckless.org/hg.rc/libixp &&
+tar -zcf ${SOURCE} ${SPELL} &&
+cp ${SOURCE} ${SOURCE_CACHE}/${SOURCE} &&
+rm ${SOURCE} &&
+message "${MESSAGE_COLOR}HG Checkout complete...${DEFAULT_COLOR}"
diff --git a/libs/libixp/HISTORY b/libs/libixp/HISTORY
index 798efd5..93bae28 100644
--- a/libs/libixp/HISTORY
+++ b/libs/libixp/HISTORY
@@ -1,3 +1,6 @@
+2007-10-28 Mathieu Lonjaret <lejatorn AT sourcemage.org>
+ * DETAILS, CONFIGURE, DOWNLOAD: added devel version pulled with hg
+
2007-10-07 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* DETAILS: update to 0.3




  • [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (03bcc63c0bcac3cc1fa6367d90b777984e28dd9d), Mathieu Lonjaret, 10/27/2007

Archive powered by MHonArc 2.6.24.

Top of Page