Revert "pango: update to 1.32.0."
This reverts commit 47ce608c36
.
Breaks nvidia and probably other pkgs that required libpangox-1.0.so.
This commit is contained in:
parent
47ce608c36
commit
95f4915eba
2 changed files with 9 additions and 11 deletions
|
@ -1,14 +1,13 @@
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libgmodule-2.0.so.0
|
libgmodule-2.0.so.0
|
||||||
librt.so.1
|
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libm.so.6
|
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libharfbuzz.so.0
|
|
||||||
libfreetype.so.6
|
|
||||||
libfontconfig.so.1
|
|
||||||
libXft.so.2
|
libXft.so.2
|
||||||
libXrender.so.1
|
|
||||||
libX11.so.6
|
libX11.so.6
|
||||||
|
libfontconfig.so.1
|
||||||
libcairo.so.2
|
libcairo.so.2
|
||||||
|
librt.so.1
|
||||||
|
libm.so.6
|
||||||
|
libfreetype.so.6
|
||||||
|
libXrender.so.1
|
||||||
|
|
|
@ -1,19 +1,18 @@
|
||||||
# Template build file for 'pango'.
|
# Template build file for 'pango'.
|
||||||
pkgname=pango
|
pkgname=pango
|
||||||
version=1.32.0
|
version=1.30.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# XXX Add missing dependency libthai.
|
# XXX Add missing dependency libthai.
|
||||||
makedepends="pkg-config glib-devel cairo-devel fontconfig-devel freetype-devel
|
makedepends="pkg-config glib-devel cairo-devel fontconfig-devel freetype-devel libXft-devel libXrender-devel gobject-introspection"
|
||||||
libXft-devel libXrender-devel gobject-introspection harfbuzz-devel"
|
|
||||||
subpackages="pango-devel"
|
subpackages="pango-devel"
|
||||||
triggers="pango-modules"
|
triggers="pango-modules"
|
||||||
short_desc="Library for layout and rendering of text"
|
short_desc="Library for layout and rendering of text"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.pango.org/"
|
homepage="http://www.pango.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/pango/1.32/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/pango/1.30/$pkgname-$version.tar.xz"
|
||||||
checksum=ab41fa088fdec2cb34e9afb59357795fe7b72a0319487e8dc710c542589c9e82
|
checksum=3a8c061e143c272ddcd5467b3567e970cfbb64d1d1600a8f8e62435556220cbe
|
||||||
long_desc="
|
long_desc="
|
||||||
Pango is a library for layout and rendering of text, with an emphasis
|
Pango is a library for layout and rendering of text, with an emphasis
|
||||||
on internationalization. Pango can be used anywhere that text layout
|
on internationalization. Pango can be used anywhere that text layout
|
||||||
|
|
Loading…
Reference in a new issue