From 1d865b635a43190416aa4bbcee0464b509cccbc5 Mon Sep 17 00:00:00 2001 From: "Ryan P.C. McQuen" Date: Sun, 24 Jan 2016 10:40:53 -0800 Subject: development/geany: Updated for version 1.26 + new maintainer. Signed-off-by: Ryan P.C. McQuen --- development/geany/geany.SlackBuild | 16 ++++++++++------ development/geany/geany.info | 10 +++++----- 2 files changed, 15 insertions(+), 11 deletions(-) (limited to 'development/geany') diff --git a/development/geany/geany.SlackBuild b/development/geany/geany.SlackBuild index 1c30cf6815..d61cde1a16 100644 --- a/development/geany/geany.SlackBuild +++ b/development/geany/geany.SlackBuild @@ -1,6 +1,9 @@ #!/bin/sh # Slackware build script for Geany + +# Ryan P.C. McQuen | Everett, WA | ryan.q@linux.com + # Written by Evan Hisey # Copyright 2009-2014 Michiel van Wessem, Leicester, United Kingdom # All rights reserved. @@ -25,7 +28,7 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=geany -VERSION=${VERSION:-1.25} +VERSION=${VERSION:-1.26} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,10 +72,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 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 {} \; + \( -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 {} \; CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ @@ -83,12 +86,13 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --disable-static \ --build=$ARCH-slackware-linux make make install DESTDIR=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +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 find $PKG/usr/man -type f -exec gzip -9 {} \; diff --git a/development/geany/geany.info b/development/geany/geany.info index 0521992520..51fc76dd02 100644 --- a/development/geany/geany.info +++ b/development/geany/geany.info @@ -1,10 +1,10 @@ PRGNAM="geany" -VERSION="1.25" +VERSION="1.26" HOMEPAGE="http://www.geany.org/" -DOWNLOAD="http://download.geany.org/geany-1.25.tar.bz2" -MD5SUM="888bd82d62759ac47a4a398fb27c8471" +DOWNLOAD="http://download.geany.org/geany-1.26.tar.bz2" +MD5SUM="bd457caba57099cfa23b063e78b6f819" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Michiel van Wessem" -EMAIL="michiel@slackbuilds.org" +MAINTAINER="Ryan P.C. McQuen" +EMAIL="ryan.q@linux.com" -- cgit v1.2.3-65-gdbad