diff --git a/libs/libunique/BUILD b/libs/libunique/BUILD index 3036914633c..41a7d4e8234 100644 --- 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 diff --git a/libs/libunique/DETAILS b/libs/libunique/DETAILS index f8f921f98cc..2471f5cd3b9 100644 --- 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