libgexiv2: update to 0.6.0.

This commit is contained in:
Juan RP 2013-03-19 17:26:10 +01:00
parent 455bac643f
commit 2ab05db21c
2 changed files with 5 additions and 13 deletions

View file

@ -2,14 +2,10 @@
#
depends="glib-devel exiv2-devel libgexiv2-${version}_${revision}"
short_desc="${short_desc} - development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
noarch=yes
do_install() {
vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib
vmove usr/share/vala usr/share
}

View file

@ -1,7 +1,7 @@
# Template file for 'libgexiv2'
pkgname=libgexiv2
version=0.4.1
revision=2
version=0.6.0
revision=1
build_style=gnu-configure
subpackages="${pkgname}-devel"
makedepends="libtool pkg-config glib-devel exiv2-devel"
@ -9,12 +9,8 @@ short_desc="GObject-based wrapper around the Exiv2 library"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://www.exiv2.org"
distfiles="http://yorba.org/download/gexiv2/0.4/${pkgname}-${version}.tar.bz2"
checksum=c51e8bae7e53866b474b51e4eef19b98385fbeaf2edac2aefd7d24ed3f7d9d6e
distfiles="http://yorba.org/download/gexiv2/0.6/${pkgname}_${version}.tar.xz"
checksum=54ae999042847852168e507cb2ff25c243b8c63b95aad5068bb536044a15f4a4
long_desc="
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
basic features of Exiv2 available to GNOME applications."
post_install() {
rm -f ${DESTDIR}/usr/lib/*.a
}