mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/gramps: Updated for version 3.4.2.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
1fa80c2257
commit
39c473f2f6
3 changed files with 27 additions and 8 deletions
|
@ -3,5 +3,6 @@ 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 can also use libgnomeprint, graphviz, inkscape, and freefont
|
||||
if they are installed.
|
||||
Optional dependencies are pyenchant, graphviz, inkscape and freefont.
|
||||
See http://www.gramps-project.org/wiki/index.php?title=Installation for a
|
||||
list of additional programs GRAMPS can use if they are installed.
|
||||
|
|
|
@ -2,10 +2,28 @@
|
|||
|
||||
# Slackware build script for gramps
|
||||
|
||||
# Written by Bill Kirkpatrick <bkirkp@gmail.com>
|
||||
# Copyright 2012 Bill Kirkpatrick USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=gramps
|
||||
VERSION=${VERSION:-3.3.1}
|
||||
VERSION=${VERSION:-3.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -66,7 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
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 {} \;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="gramps"
|
||||
VERSION="3.3.1"
|
||||
VERSION="3.4.2"
|
||||
HOMEPAGE="http://www.gramps-project.org/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gramps/gramps-3.3.1.tar.gz"
|
||||
MD5SUM="c4dafb5688899c6943f212b6d76ce2ea"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/gramps/gramps-3.4.2.tar.gz"
|
||||
MD5SUM="44645bd2716f9409b18ec8a57dbd2544"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gnome-python"
|
||||
|
|
Loading…
Reference in a new issue