Skip to Content.
Sympa Menu

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

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 (37bac4c98d33b21884af119313bbcc0f8c9c8cb6)
  • Date: Thu, 10 Jun 2010 00:46:52 -0500

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

ftp/transmission/BUILD | 4 ---
ftp/transmission/CONFIGURE | 10 ++++----
ftp/transmission/DEPENDS | 55
++++++++++++++++++++-------------------------
ftp/transmission/HISTORY | 4 +++
4 files changed, 36 insertions(+), 37 deletions(-)

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

transmission: tiny post-update corrections

diff --git a/ftp/transmission/BUILD b/ftp/transmission/BUILD
index f99e089..d84d314 100755
--- a/ftp/transmission/BUILD
+++ b/ftp/transmission/BUILD
@@ -1,5 +1,3 @@
-OPTS="${TRANSM_CLI} \
- ${TRANSM_DAEMON} \
- ${OPTS}" &&
+OPTS="$TRANSMISSION_OPTS $OPTS" &&

default_build
diff --git a/ftp/transmission/CONFIGURE b/ftp/transmission/CONFIGURE
index c620ff9..7504ba8 100755
--- a/ftp/transmission/CONFIGURE
+++ b/ftp/transmission/CONFIGURE
@@ -1,5 +1,7 @@
-config_query_option TRANSM_CLI "Build command-line client?" y \
- "--enable-cli" "--disable-cli" &&
+config_query_option TRANSMISSION_OPTS "Build command-line client?" y \
+ "--enable-cli" \
+ "--disable-cli" &&

-config_query_option TRANSM_DAEMON "Build daemon?" y \
- "--enable-daemon" "--disable-daemon"
+config_query_option TRANSMISSION_OPTS "Build daemon?" y \
+ "--enable-daemon" \
+ "--disable-daemon"
diff --git a/ftp/transmission/DEPENDS b/ftp/transmission/DEPENDS
index 0406344..bcacb5c 100755
--- a/ftp/transmission/DEPENDS
+++ b/ftp/transmission/DEPENDS
@@ -4,42 +4,37 @@ depends curl &&

runtime_depends zlib &&

-optional_depends libevent \
- "" \
- "" \
- "to use system libevent instead of bundled" &&
+optional_depends libevent "" "" "to use system libevent instead of bundled"
&&

-optional_depends gettext \
- "--enable-nls" \
- "--disable-nls" \
- "for native language support" &&
-
-optional_depends gtk+2 \
- "--enable-gtk" \
- "--disable-gtk" \
- "for GTK+2 client" &&
+optional_depends gtk+2 \
+ "--enable-gtk" \
+ "--disable-gtk" \
+ "for GTK+2 client" &&

if is_depends_enabled $SPELL gtk+2; then

-depends gettext ""--enable-nls"" &&
+ depends gettext '--enable-nls' &&
+
+ optional_depends gconf2 \
+ "--enable-libgconf" \
+ "--disable-libgconf" \
+ "for GConf support" &&

-optional_depends gconf2 \
- "--enable-libgconf" \
- "--disable-libgconf" \
- "for GConf support" &&
+ optional_depends libnotify \
+ "--enable-libnotify" \
+ "--disable-libnotify" \
+ "for notifications support" &&

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

-optional_depends libcanberra \
- "--enable-libcanberra" \
- "--disable-libcanberra" \
- "for sounds support" &&
+ optional_depends dbus-glib "" "" "for dbus support"
+else

-optional_depends dbus-glib \
- "" \
- "" \
- "for dbus support"
+ optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for native language support"
fi
diff --git a/ftp/transmission/HISTORY b/ftp/transmission/HISTORY
index 32fd83a..2d1fc95 100644
--- a/ftp/transmission/HISTORY
+++ b/ftp/transmission/HISTORY
@@ -1,3 +1,7 @@
+2010-06-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: CONFIGURE: use TRANSMISSION OPTS
+ * DEPENDS: fixed formatting, killed syntax error
+
2010-06-09 Vasil Yonkov <spirtbrat AT sourcemage.org>
* BUILD, CONFIGURE: added TRANSM_CLI and TRANSM_DAEMON
* DEPENDS: added runtime zlib, depends gconf2, libnotify, libcanberra,



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (37bac4c98d33b21884af119313bbcc0f8c9c8cb6), Vlad Glagolev, 06/10/2010

Archive powered by MHonArc 2.6.24.

Top of Page