graphics/dia: Updated for version 0.97.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
34f478d355
commit
31ddcbbdee
|
@ -3,10 +3,10 @@
|
|||
# Slackware build script for dia
|
||||
# Written by Matt Hayes (dominian@slackadelic.com
|
||||
# Updated for 64bit by Ash Wiren (ash@spooksoftware.com 19-08-2009
|
||||
# Currently mantained by Dugan Chen (dugan [underscore] c [at] fastmail [dot] fm)))
|
||||
# Currently mantained by Dugan Chen (thedoogster@gmail.com)))
|
||||
|
||||
PRGNAM=dia
|
||||
VERSION=0.97.1
|
||||
VERSION=0.97.2
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -43,7 +43,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="dia"
|
||||
VERSION="0.97.1"
|
||||
VERSION="0.97.2"
|
||||
HOMEPAGE="http://live.gnome.org/Dia"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/dia/0.97/dia-0.97.1.tar.bz2"
|
||||
MD5SUM="57e44bb9f387559a0506b52a134deaf0"
|
||||
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/dia/0.97/dia-0.97.2.tar.xz"
|
||||
MD5SUM="1e1180a513fb567709b09bc19f12105e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Dugan Chen"
|
||||
EMAIL="dugan [underscore] c [at] fastmail [dot] fm"
|
||||
APPROVED="rworkman,Niels Horn"
|
||||
EMAIL="thedoogster@gmail.com"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in New Issue