From 45e8294d0e6bf58b1777f07e427973bdc29ac412 Mon Sep 17 00:00:00 2001 From: Bill Kirkpatrick Date: Tue, 15 Jun 2010 04:11:51 -0500 Subject: misc/gramps: Updated for version 3.2.3. Signed-off-by: Robby Workman --- misc/gramps/README | 2 +- misc/gramps/doinst.sh | 1 + misc/gramps/gramps.SlackBuild | 13 +++++-------- misc/gramps/gramps.info | 8 ++++---- misc/gramps/slack-desc | 1 - 5 files changed, 11 insertions(+), 14 deletions(-) diff --git a/misc/gramps/README b/misc/gramps/README index 8da4f53cec..9ef466cf09 100644 --- a/misc/gramps/README +++ b/misc/gramps/README @@ -3,7 +3,7 @@ stands for Genealogical Research and Analysis Management Programming System. GRAMPS helps you track your family tree. It allows you to store, edit, and research genealogical data. -GRAMPS requires ORBit2, libbonobo, gnome-mime-data, gconf, gnome-vfs, +GRAMPS requires ORBit2, libbonobo, gnome-mime-data, GConf, gnome-vfs, libgnome, and gnome-python; building in that order should work. GRAMPS can also use libgnomeprint, graphviz, inkscape, and freefont diff --git a/misc/gramps/doinst.sh b/misc/gramps/doinst.sh index 9424ce43ff..9830478e8c 100644 --- a/misc/gramps/doinst.sh +++ b/misc/gramps/doinst.sh @@ -11,3 +11,4 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 fi fi + diff --git a/misc/gramps/gramps.SlackBuild b/misc/gramps/gramps.SlackBuild index 21f1cc747b..93bcfdc16e 100644 --- a/misc/gramps/gramps.SlackBuild +++ b/misc/gramps/gramps.SlackBuild @@ -5,16 +5,14 @@ # Written by Bill Kirkpatrick PRGNAM=gramps -VERSION=${VERSION:-3.2.0} +VERSION=${VERSION:-3.2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -38,7 +36,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -62,6 +60,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ + --enable-packager-mode \ --build=$ARCH-slackware-linux make @@ -70,10 +69,8 @@ make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a AUTHORS COPYING FAQ INSTALL NEWS TODO $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/misc/gramps/gramps.info b/misc/gramps/gramps.info index d34134a310..dd3fcb5e37 100644 --- a/misc/gramps/gramps.info +++ b/misc/gramps/gramps.info @@ -1,10 +1,10 @@ PRGNAM="gramps" -VERSION="3.2.0" +VERSION="3.2.3" HOMEPAGE="http://www.gramps-project.org/" -DOWNLOAD="http://downloads.sourceforge.net/gramps/gramps-3.2.0.tar.gz" -MD5SUM="38f905162c9f3064e46397d9907492f7" +DOWNLOAD="http://downloads.sourceforge.net/gramps/gramps-3.2.3.tar.gz" +MD5SUM="76a8d5bac3300d6fc81def3eccafcd27" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Bill Kirkpatrick" EMAIL="bkirkp@gmail.com" -APPROVED="Erik Hanson" +APPROVED="rworkman" diff --git a/misc/gramps/slack-desc b/misc/gramps/slack-desc index 58bb4ed5f2..9b1ec67d34 100644 --- a/misc/gramps/slack-desc +++ b/misc/gramps/slack-desc @@ -17,4 +17,3 @@ gramps: gramps: Homepage: http://www.gramps-project.org/ gramps: gramps: - -- cgit v1.2.3