development/geany: Updated for version 1.22.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Michiel van Wessem 2012-06-28 16:35:37 -04:00 committed by dsomero
parent 4a55b1dbad
commit ce30f32050
3 changed files with 15 additions and 8 deletions

View file

@ -1,3 +1,10 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications
fi
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
if [ -x /usr/bin/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1
fi
fi

View file

@ -2,7 +2,7 @@
# Slackware build script for Geany
# Written by Evan Hisey <ehisey@gmail.com>
# Copyright 2009-2011 Michiel van Wessem, Manchester, United Kingdom
# Copyright 2009-2012 Michiel van Wessem, Leicester, United Kingdom
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=geany
VERSION=${VERSION:-0.21}
VERSION=${VERSION:-1.22}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -59,7 +59,7 @@ else
LIBDIRSUFFIX=""
fi
set -e # Exit on most errors
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -97,7 +97,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
# Add global support for tags:
if [ "$TAGS" = "yes" ]; then
mkdir -p $PKG/usr/share/$PRGNAM/tags
for tagfile in $CWD/tags/*; do
for tagfile in $CWD/tags/*; do
cat $tagfile > $PKG/usr/share/$PRGNAM/tags/${tagfile##/*/}
done
fi

View file

@ -1,10 +1,10 @@
PRGNAM="geany"
VERSION="0.21"
VERSION="1.22"
HOMEPAGE="http://www.geany.org/"
DOWNLOAD="http://download.geany.org/geany-0.21.tar.bz2"
MD5SUM="117d78ae5275c8c517686b6db9d71ef1"
DOWNLOAD="http://download.geany.org/geany-1.22.tar.bz2"
MD5SUM="0672077fe83e2a739aa0eaca426aacf0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Michiel van Wessem"
EMAIL="michiel@slackbuilds.org"
APPROVED="rworkman,Erik Hanson"
APPROVED="dsomero"