mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
fribidi: update to 0.19.7.
This commit is contained in:
parent
69f5703862
commit
70f2a1c537
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'fribidi'
|
# Template file for 'fribidi'
|
||||||
pkgname=fribidi
|
pkgname=fribidi
|
||||||
version=0.19.6
|
version=0.19.7
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libglib-devel"
|
makedepends="libglib-devel"
|
||||||
|
@ -10,10 +10,10 @@ homepage="http://fribidi.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="http://fribidi.org/download/$pkgname-$version.tar.bz2"
|
distfiles="http://fribidi.org/download/$pkgname-$version.tar.bz2"
|
||||||
checksum=cba8b7423c817e5adf50d28ec9079d14eafcec9127b9e8c8f1960c5ad585e17d
|
checksum=08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e
|
||||||
|
|
||||||
fribidi-devel_package() {
|
fribidi-devel_package() {
|
||||||
depends="libglib-devel fribidi>=${version}_${revision}"
|
depends="${makedepends} fribidi>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue