From b2c83c2e8866cda0165f0ce15d66bfea48391968 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 29 Dec 2016 12:32:15 +0100 Subject: libraries/libgee: Updated for version 0.18.1. Signed-off-by: Matteo Bernardini --- libraries/libgee/libgee.SlackBuild | 16 +++++++++------- libraries/libgee/libgee.info | 6 +++--- 2 files changed, 12 insertions(+), 10 deletions(-) (limited to 'libraries') diff --git a/libraries/libgee/libgee.SlackBuild b/libraries/libgee/libgee.SlackBuild index 5cb601e402..136c229cbb 100644 --- a/libraries/libgee/libgee.SlackBuild +++ b/libraries/libgee/libgee.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for libgee # Written by Larry Hajali -# Copyright 2011-2015 Matteo Bernardini , Pisa, Italy +# Copyright 2011-2016 Matteo Bernardini , Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,13 +24,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libgee -VERSION=${VERSION:-0.18.0} +VERSION=${VERSION:-0.18.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -68,7 +68,7 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; CFLAGS="$SLKCFLAGS" \ ./configure \ @@ -82,7 +82,9 @@ CFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +rm -f $PKG/usr/lib$LIBDIRSUFFIX/*.la + +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/libraries/libgee/libgee.info b/libraries/libgee/libgee.info index f766962462..39a73a32c5 100644 --- a/libraries/libgee/libgee.info +++ b/libraries/libgee/libgee.info @@ -1,8 +1,8 @@ PRGNAM="libgee" -VERSION="0.18.0" +VERSION="0.18.1" HOMEPAGE="http://live.gnome.org/Libgee" -DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libgee/0.18/libgee-0.18.0.tar.xz" -MD5SUM="29ea6125e653d7e60b49a9a9544abc96" +DOWNLOAD="http://ftp.gnome.org/pub/GNOME/sources/libgee/0.18/libgee-0.18.1.tar.xz" +MD5SUM="b794ec6e6d1ddd92c14185ca80cbb240" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="vala" -- cgit v1.2.3