Skip to Content.
Sympa Menu

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

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 (4d559d2993a2938f619c78381c7aced7a1b99559)
  • Date: Tue, 25 Mar 2014 05:56:21 -0500

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

net/gigolo/DEPENDS | 7 ++++++-
net/gigolo/DETAILS | 2 +-
net/gigolo/HISTORY | 5 +++++
net/gigolo/PRE_BUILD | 7 -------
4 files changed, 12 insertions(+), 9 deletions(-)

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

gigolo: => 0.4.2

diff --git a/net/gigolo/DEPENDS b/net/gigolo/DEPENDS
index 52d2cca..9c14b91 100755
--- a/net/gigolo/DEPENDS
+++ b/net/gigolo/DEPENDS
@@ -1,3 +1,8 @@
depends intltool &&
depends gtk+2 &&
-depends gvfs
+depends gvfs &&
+
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support"
diff --git a/net/gigolo/DETAILS b/net/gigolo/DETAILS
index 1b6e16d..bbc4cec 100755
--- a/net/gigolo/DETAILS
+++ b/net/gigolo/DETAILS
@@ -1,5 +1,5 @@
SPELL=gigolo
- VERSION=0.4.1
+ VERSION=0.4.2
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_URL[0]=http://files.uvena.de/$SPELL/$SOURCE
diff --git a/net/gigolo/HISTORY b/net/gigolo/HISTORY
index 16cdfca..b129e9b 100644
--- a/net/gigolo/HISTORY
+++ b/net/gigolo/HISTORY
@@ -1,3 +1,8 @@
+2014-03-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.4.2
+ * DEPENDS: added gettext optional dependency
+ * PRE_BUILD: dropped
+
2010-08-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.4.1

diff --git a/net/gigolo/PRE_BUILD b/net/gigolo/PRE_BUILD
deleted file mode 100755
index ddd605e..0000000
--- a/net/gigolo/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-# prevent from running plain ./configure
-sed -i "77d" autogen.sh &&
-
-./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (4d559d2993a2938f619c78381c7aced7a1b99559), Vlad Glagolev, 03/25/2014

Archive powered by MHonArc 2.6.24.

Top of Page