fribidi: add missing glib rundep.
This commit is contained in:
parent
816b0945a8
commit
91959db77e
3 changed files with 16 additions and 3 deletions
|
@ -5,9 +5,9 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
revision=2
|
||||||
|
|
||||||
Add_dependency run glibc-devel
|
Add_dependency run glib-devel
|
||||||
Add_dependency run fribidi
|
Add_dependency run fribidi
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
|
12
srcpkgs/fribidi/patches/fribidi-types.h.glib2.24.patch
Normal file
12
srcpkgs/fribidi/patches/fribidi-types.h.glib2.24.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
--- 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,7 +1,7 @@
|
||||||
# Template file for 'fribidi'
|
# Template file for 'fribidi'
|
||||||
pkgname=fribidi
|
pkgname=fribidi
|
||||||
version=0.19.2
|
version=0.19.2
|
||||||
revision=1
|
revision=2
|
||||||
distfiles="http://fribidi.org/download/$pkgname-$version.tar.gz"
|
distfiles="http://fribidi.org/download/$pkgname-$version.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Free Implementation of the Unicode Bidirectional Algorithm"
|
short_desc="Free Implementation of the Unicode Bidirectional Algorithm"
|
||||||
|
@ -16,3 +16,4 @@ long_desc="
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
Add_dependency run glib
|
||||||
|
|
Loading…
Reference in a new issue