[Lunar-commits] <moonbase-other> loudmouth: Removed SOURCE1 from DETAILS.

Peter de Ridder peter at lunar-linux.org
Mon Nov 4 21:20:28 CET 2013


commit ef64fb142d5668415f922bbf4ed1705b24c130a9
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Tue, 24 Sep 2013 14:16:28 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/ef64fb142d5668415f922bbf4ed1705b24c130a9

loudmouth: Removed SOURCE1 from DETAILS.

Future releases of lunar will drop support for SOURCE1.
---
  libs/loudmouth/BUILD     | +5/-16    
  libs/loudmouth/DETAILS   | +3/-3     
  libs/loudmouth/PRE_BUILD | +7/-0     
  3 files changed, 15 insertions(+), 19 deletions(-)

--- a/libs/loudmouth/BUILD
+++ b/libs/loudmouth/BUILD
@@ -1,18 +1,7 @@
-(
+#libtool > 1.5.22 support
+autoconf &&
 
-# Fix glib2 header problem.
-  sedit "s:glib/gerror.h:glib.h:" loudmouth/lm-error.c &&
-
-  #gnutls >= 2.6 support
-  patch_it $SOURCE1 1 &&
-
-  #libtool > 1.5.22 support
-  autoconf &&
-
-  #gtk-doc is broken for now
-  OPTS+=" --disable-gtk-doc --with-asyncns=yes" &&
-
-  default_build
-
-) > $C_FIFO 2>&1
+#gtk-doc is broken for now
+OPTS+=" --disable-gtk-doc --with-asyncns=yes" &&
 
+default_build
--- a/libs/loudmouth/DETAILS
+++ b/libs/loudmouth/DETAILS
@@ -1,11 +1,11 @@
           MODULE=loudmouth
          VERSION=1.4.3
           SOURCE=$MODULE-$VERSION.tar.bz2
-         SOURCE1=$MODULE-gnutls.patch.bz2
+         SOURCE2=$MODULE-gnutls.patch.bz2
       SOURCE_URL=http://ftp.gnome.org/pub/GNOME/sources/loudmouth/${VERSION%.*}/
-     SOURCE1_URL=$PATCH_URL/
+     SOURCE2_URL=$PATCH_URL/
       SOURCE_VFY=sha1:55dd0475760f98ff0ba1f5c712c52ab776b432be
-     SOURCE1_VFY=sha1:cbcd4886e03df3c122f6ad6587c617f6ae4692ae
+     SOURCE2_VFY=sha1:cbcd4886e03df3c122f6ad6587c617f6ae4692ae
         WEB_SITE=http://www.loudmouth-project.org/about
          ENTERED=20030719
          UPDATED=20100219
--- /dev/null
+++ b/libs/loudmouth/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+
+# Fix glib2 header problem.
+sedit "s:glib/gerror.h:glib.h:" loudmouth/lm-error.c &&
+
+#gnutls >= 2.6 support
+patch_it $SOURCE2 1




More information about the Lunar-commits mailing list