mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
libgexiv2: remove long_desc.
This commit is contained in:
parent
4c006ecf51
commit
b1dc9550f8
1 changed files with 2 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libgexiv2'
|
# Template file for 'libgexiv2'
|
||||||
pkgname=libgexiv2
|
pkgname=libgexiv2
|
||||||
version=0.6.1
|
version=0.6.1
|
||||||
revision=1
|
revision=2
|
||||||
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"
|
||||||
|
@ -11,12 +11,9 @@ license="GPL-2"
|
||||||
homepage="http://www.exiv2.org"
|
homepage="http://www.exiv2.org"
|
||||||
distfiles="http://yorba.org/download/gexiv2/0.6/${pkgname}_${version}.tar.xz"
|
distfiles="http://yorba.org/download/gexiv2/0.6/${pkgname}_${version}.tar.xz"
|
||||||
checksum=72ee2fcc6a98c9e83467adea45b10d1b61c55654c204dcce9c2463615389a9e3
|
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() {
|
libgexiv2-devel_package() {
|
||||||
depends="libglib-devel exiv2-devel libgexiv2>=${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
|
||||||
|
@ -26,9 +23,3 @@ libgexiv2-devel_package() {
|
||||||
vmove usr/share/vala
|
vmove usr/share/vala
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libgexiv2_package() {
|
|
||||||
pkg_install() {
|
|
||||||
vmove all
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue