fribidi: rebuild to update metadata objs.
This commit is contained in:
parent
42d71b08c6
commit
05ef6440c0
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'fribidi'
|
# Template file for 'fribidi'
|
||||||
pkgname=fribidi
|
pkgname=fribidi
|
||||||
version=0.19.6
|
version=0.19.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="glib-devel"
|
makedepends="libglib-devel"
|
||||||
short_desc="Free Implementation of the Unicode Bidirectional Algorithm"
|
short_desc="Free Implementation of the Unicode Bidirectional Algorithm"
|
||||||
homepage="http://fribidi.org/"
|
homepage="http://fribidi.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
@ -13,7 +13,7 @@ distfiles="http://fribidi.org/download/$pkgname-$version.tar.bz2"
|
||||||
checksum=cba8b7423c817e5adf50d28ec9079d14eafcec9127b9e8c8f1960c5ad585e17d
|
checksum=cba8b7423c817e5adf50d28ec9079d14eafcec9127b9e8c8f1960c5ad585e17d
|
||||||
|
|
||||||
fribidi-devel_package() {
|
fribidi-devel_package() {
|
||||||
depends="glib-devel fribidi>=${version}_${revision}"
|
depends="libglib-devel fribidi>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in a new issue