fribidi: update to 0.19.6.
This commit is contained in:
parent
b62e77f548
commit
e2df5cc595
2 changed files with 9 additions and 26 deletions
|
@ -1,12 +0,0 @@
|
||||||
--- lib/fribidi-types.h.orig 2006/01/31 03:23:13 1.12
|
|
||||||
+++ lib/fribidi-types.h 2010/02/24 19:40:04 1.13
|
|
||||||
@@ -40,8 +40,7 @@
|
|
||||||
|
|
||||||
#if FRIBIDI_USE_GLIB+0
|
|
||||||
# ifndef __FRIBIDI_DOC
|
|
||||||
-# include <glib/gtypes.h>
|
|
||||||
-# include <glib/gunicode.h>
|
|
||||||
+# include <glib.h>
|
|
||||||
# endif /* !__FRIBIDI_DOC */
|
|
||||||
# define FRIBIDI_INT8_LOCAL gint8
|
|
||||||
# define FRIBIDI_INT16_LOCAL gint16
|
|
|
@ -1,35 +1,30 @@
|
||||||
# Template file for 'fribidi'
|
# Template file for 'fribidi'
|
||||||
pkgname=fribidi
|
pkgname=fribidi
|
||||||
version=0.19.2
|
version=0.19.6
|
||||||
revision=7
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
makedepends="glib-devel"
|
makedepends="glib-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"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="http://fribidi.org/download/$pkgname-$version.tar.gz"
|
distfiles="http://fribidi.org/download/$pkgname-$version.tar.bz2"
|
||||||
checksum=49cf91586e48b52fe25872ff66c1da0dff0daac2593f9f300e2af12f44f64177
|
checksum=cba8b7423c817e5adf50d28ec9079d14eafcec9127b9e8c8f1960c5ad585e17d
|
||||||
long_desc="
|
|
||||||
The library implements all of the algorithm as described in the Unicode
|
|
||||||
Standard Annex 9, The Bidirectional Algorithm,
|
|
||||||
http://www.unicode.org/unicode/reports/tr9/. FriBidi is exhautively tested
|
|
||||||
against Bidi Reference Code, and due to our best knowledge, does not contain
|
|
||||||
any conformance bugs."
|
|
||||||
|
|
||||||
fribidi-devel_package() {
|
fribidi-devel_package() {
|
||||||
depends="glib-devel fribidi>=${version}"
|
depends="glib-devel fribidi>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fribidi_package() {
|
fribidi_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue