[Lunar-commits] <moonbase-other> libunique: Switching to a different patch and a little fiddle with BUILD.

Dennis Veatch dennisveatch at bellsouth.net
Mon Sep 22 21:13:57 CEST 2014


commit 58d4d6837dd98aafb173b30b5c051a7677005189
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Mon, 22 Sep 2014 15:13:27 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/58d4d6837dd98aafb173b30b5c051a7677005189

libunique: Switching to a different patch and a little fiddle with BUILD.
---
  libs/libunique/BUILD   | +3/-14    
  libs/libunique/DETAILS | +4/-10    
  2 files changed, 7 insertions(+), 24 deletions(-)

--- a/libs/libunique/BUILD
+++ b/libs/libunique/BUILD
@@ -1,18 +1,7 @@
-(
 
-  patch_it $SOURCE2 0 &&
-  patch_it $SOURCE3 0 &&
-  patch_it $SOURCE4 0 &&
+  patch_it $SOURCE2 1 &&
 
   OPTS+=" --enable-dbus=no"
 
-  autoreconf &&
-
-  default_config &&
-
-#To fix usrbin
-  sedit "s:usrbin:usr/bin:g" Makefile unique/Makefile &&
-
-  default_make
-
-) > $C_FIFO 2>&1
+  autoreconf -fis &&
+  default_build
--- a/libs/libunique/DETAILS
+++ b/libs/libunique/DETAILS
@@ -1,20 +1,14 @@
           MODULE=libunique
          VERSION=1.1.6
           SOURCE=$MODULE-$VERSION.tar.bz2
-         SOURCE2=$MODULE-1.1.6-gcc-460.patch
-         SOURCE3=$MODULE.g.const.return.patch
-         SOURCE4=$MODULE-gdbus.patch
+         SOURCE2=libunique-1.1.6-upstream_fixes-1.patch
       SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
-     SOURCE2_URL=$PATCH_URL
-     SOURCE3_URL=$PATCH_URL
-     SOURCE4_URL=$PATCH_URL
+     SOURCE2_URL=http://www.linuxfromscratch.org/patches/blfs/svn/
       SOURCE_VFY=sha1:d44ad06503efaaa0c660c5f8a817e90fbe254d1f
-     SOURCE2_VFY=sha1:3784b4b8f73c144c6039d5a3d4523563c708342e
-     SOURCE3_VFY=sha1:8b8c9f6494b5e076386e58dae93677451089b1f2
-     SOURCE4_VFY=sha1:49804af3f3ad62426bb95aee4ce2477492d488f4
+     SOURCE2_VFY=sha1:245d47fab38706c1b0a4096686ea8b1d7493c548
         WEB_SITE=http://live.gnome.org/LibUnique
          ENTERED=20080825
-         UPDATED=20121231
+         UPDATED=20140922
            SHORT="library for single instance application"
 
 cat << EOF




More information about the Lunar-commits mailing list