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

Vlad Glagolev scm at sourcemage.org
Thu Jun 10 01:46:52 EDT 2010


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,



More information about the SM-Commit mailing list