summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Bill Kirkpatrick2010-06-15 11:11:51 +0200
committer Robby Workman2010-06-15 11:11:51 +0200
commit45e8294d0e6bf58b1777f07e427973bdc29ac412 (patch)
tree85d6715ec5b5ebb857d4a0eec4b3e93c9cbe788b
parent906ce0e3ee58d4c924738f6970ce088042929875 (diff)
downloadslackbuilds-45e8294d0e6bf58b1777f07e427973bdc29ac412.tar.gz
misc/gramps: Updated for version 3.2.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--misc/gramps/README2
-rw-r--r--misc/gramps/doinst.sh1
-rw-r--r--misc/gramps/gramps.SlackBuild13
-rw-r--r--misc/gramps/gramps.info8
-rw-r--r--misc/gramps/slack-desc1
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 <bkirkp@gmail.com>
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:
-