libgexiv2: update to 0.10.0.
This commit is contained in:
parent
45582abb4d
commit
d91f40922a
1 changed files with 7 additions and 7 deletions
|
@ -1,24 +1,24 @@
|
||||||
# Template file for 'libgexiv2'
|
# Template file for 'libgexiv2'
|
||||||
pkgname=libgexiv2
|
pkgname=libgexiv2
|
||||||
version=0.6.1
|
version=0.10.0
|
||||||
revision=2
|
revision=1
|
||||||
|
wrksrc="${pkgname/lib/}-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="libtool>=2.4.2_7 pkg-config"
|
hostmakedepends="libtool>=2.4.2_7 pkg-config"
|
||||||
makedepends="libglib-devel exiv2-devel"
|
makedepends="libglib-devel exiv2-devel"
|
||||||
short_desc="GObject-based wrapper around the Exiv2 library"
|
short_desc="GObject-based wrapper around the Exiv2 library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://www.exiv2.org"
|
homepage="https://wiki.gnome.org/Projects/gexiv2"
|
||||||
distfiles="http://yorba.org/download/gexiv2/0.6/${pkgname}_${version}.tar.xz"
|
distfiles="${GNOME_SITE}/gexiv2/${version%.*}/${pkgname/lib/}-${version}.tar.xz"
|
||||||
checksum=72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3
|
checksum=9c8c97b36a0d4ca6656488b88908e4c94efb0dfc1b0e3e0850e38b90a9a30031
|
||||||
|
|
||||||
libgexiv2-devel_package() {
|
libgexiv2-devel_package() {
|
||||||
depends="libglib-devel exiv2-devel ${sourcepkg}>=${version}_${revision}"
|
depends="libglib-devel exiv2-devel ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.a"
|
vmove usr/lib/*.so
|
||||||
vmove "usr/lib/*.so"
|
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/vala
|
vmove usr/share/vala
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue