From 6c603f63a839b39fc3f6f30a801155bfbaf596b1 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 30 Dec 2016 09:14:49 +0100 Subject: system/gnomint: Updated for version 1.3.0. Signed-off-by: Matteo Bernardini --- system/gnomint/gnomint.SlackBuild | 30 +++++++++++++++--------------- system/gnomint/gnomint.info | 6 +++--- 2 files changed, 18 insertions(+), 18 deletions(-) (limited to 'system/gnomint') diff --git a/system/gnomint/gnomint.SlackBuild b/system/gnomint/gnomint.SlackBuild index c1e4aaf6e40d..9f043f0c908f 100644 --- a/system/gnomint/gnomint.SlackBuild +++ b/system/gnomint/gnomint.SlackBuild @@ -1,7 +1,8 @@ #!/bin/sh # Slackware build script for gnomint -# Copyright Matteo Bernardini , Pisa, Italy, 2012 + +# Copyright 2012-2016 Matteo Bernardini , Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gnomint -VERSION=${VERSION:-1.2.1} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.3.0} +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 @@ -39,8 +40,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" @@ -65,15 +66,14 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . 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 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -# Apply two patches from Debian nd one from OpenSUSE (thanks a lot, fellas!) -for i in $(ls $CWD/patches); do - patch -p1 < $CWD/patches/$i -done + \( -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 {} \; + +cp Makefile.in m4/ + +sed -i 's|CFLAGS="-Wall -Werror "|CFLAGS="${CFLAGS:--Wall -Werror}"|' configure.ac configure CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/system/gnomint/gnomint.info b/system/gnomint/gnomint.info index 35b631437451..0b6e0e6a16e6 100644 --- a/system/gnomint/gnomint.info +++ b/system/gnomint/gnomint.info @@ -1,8 +1,8 @@ PRGNAM="gnomint" -VERSION="1.2.1" +VERSION="1.3.0" HOMEPAGE="http://sourceforge.net/projects/gnomint/" -DOWNLOAD="http://downloads.sf.net/gnomint/gnomint-1.2.1.tar.gz" -MD5SUM="f09f55abe094232fbea2a2d13ef600e6" +DOWNLOAD="http://downloads.sf.net/gnomint/gnomint-1.3.0.tar.gz" +MD5SUM="32d6fa9be8c47325fa5b337a99c7e006" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3