libraries/libgexiv2: Updated for version 0.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6a91772399
commit
874838e634
|
@ -3,7 +3,8 @@
|
||||||
# Brad Hermanson <apeitheo@gmail.com>
|
# Brad Hermanson <apeitheo@gmail.com>
|
||||||
|
|
||||||
PRGNAM=libgexiv2
|
PRGNAM=libgexiv2
|
||||||
VERSION=0.3.1
|
SRCNAM=gexiv2
|
||||||
|
VERSION=${VERSION:-0.7.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -36,12 +37,16 @@ set -e
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
cd $TMP
|
cd $TMP
|
||||||
rm -rf $PRGNAM-$VERSION
|
rm -rf $SRCNAM-$VERSION
|
||||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
tar xvf $CWD/$SRCNAM-$VERSION.tar.xz
|
||||||
cd $PRGNAM-$VERSION
|
cd $SRCNAM-$VERSION
|
||||||
|
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
chmod -R u+w,go+r-w,a-s .
|
find -L . \
|
||||||
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
|
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||||
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
# This doesn't really do much...
|
# This doesn't really do much...
|
||||||
./configure --prefix=/usr
|
./configure --prefix=/usr
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="libgexiv2"
|
PRGNAM="libgexiv2"
|
||||||
VERSION="0.3.1"
|
VERSION="0.7.0"
|
||||||
HOMEPAGE="http://redmine.yorba.org/projects/gexiv2"
|
HOMEPAGE="https://wiki.gnome.org/gexiv2"
|
||||||
DOWNLOAD="http://yorba.org/download/gexiv2/0.3/libgexiv2-0.3.1.tar.bz2"
|
DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gexiv2/0.7/gexiv2-0.7.0.tar.xz"
|
||||||
MD5SUM="066ec95994ae34d7bec39de13123f5a3"
|
MD5SUM="de3619e5d2b621c19fdcf77b17d25d25"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
|
@ -11,7 +11,7 @@ libgexiv2:
|
||||||
libgexiv2: gexiv2 is a GObject-based wrapper around the Exiv2 library. It
|
libgexiv2: gexiv2 is a GObject-based wrapper around the Exiv2 library. It
|
||||||
libgexiv2: makes the basic features of Exiv2 available to GNOME applications.
|
libgexiv2: makes the basic features of Exiv2 available to GNOME applications.
|
||||||
libgexiv2:
|
libgexiv2:
|
||||||
libgexiv2: Homepage: http://redmine.yorba.org/projects/gexiv2
|
libgexiv2: Homepage: https://wiki.gnome.org/gexiv2
|
||||||
libgexiv2:
|
libgexiv2:
|
||||||
libgexiv2:
|
libgexiv2:
|
||||||
libgexiv2:
|
libgexiv2:
|
||||||
|
|
Loading…
Reference in New Issue