libgexiv2: update to 0.6.1.
This commit is contained in:
parent
f8f0603967
commit
fa19440c5f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libgexiv2'
|
||||
pkgname=libgexiv2
|
||||
version=0.6.0
|
||||
revision=2
|
||||
version=0.6.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="libtool>=2.4.2_7 pkg-config"
|
||||
makedepends="libglib-devel exiv2-devel"
|
||||
|
@ -10,17 +10,18 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://www.exiv2.org"
|
||||
distfiles="http://yorba.org/download/gexiv2/0.6/${pkgname}_${version}.tar.xz"
|
||||
checksum=54ae999042847852168e507cb2ff25c243b8c63b95aad5068bb536044a15f4a4
|
||||
checksum=72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3
|
||||
long_desc="
|
||||
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the
|
||||
basic features of Exiv2 available to GNOME applications."
|
||||
|
||||
libgexiv2-devel_package() {
|
||||
depends="libglib-devel exiv2-devel libgexiv2-${version}_${revision}"
|
||||
short_desc="${short_desc} - development files"
|
||||
depends="libglib-devel exiv2-devel libgexiv2>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/vala
|
||||
}
|
||||
|
@ -28,6 +29,6 @@ libgexiv2-devel_package() {
|
|||
|
||||
libgexiv2_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue