development/geany: Updated for version 0.19.

Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
Michiel van Wessem 2010-08-14 14:03:19 -05:00 committed by Erik Hanson
parent a0437f6a92
commit 006bc8811f
3 changed files with 6 additions and 6 deletions

View file

@ -8,7 +8,7 @@ them (and other tag-files) from: http://download.geany.org/contrib/tags/
the easiest way to download them all is:
lftp -c "open http://download.geany.org/contrib/tags; mirror ."
lftp -c "open http://download.geany.org/contrib/; mirror tags"
The first option is to put them in $CWD at the time you build the
package. Then tell the SlackBuild to include support for tags:

View file

@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=geany
VERSION=${VERSION:-0.18.1}
VERSION=${VERSION:-0.19}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -102,7 +102,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
# 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,8 +1,8 @@
PRGNAM="geany"
VERSION="0.18.1"
VERSION="0.19"
HOMEPAGE="http://geany.uvena.de/Main/HomePage"
DOWNLOAD="http://download.geany.org/geany-0.18.1.tar.bz2"
MD5SUM="e8be4c0918a8b29ef43bf17fa080c11c"
DOWNLOAD="http://download.geany.org/geany-0.19.tar.bz2"
MD5SUM="3f9ab0faea72b1c8e25fe50162c42f95"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Michiel van Wessem"