From 88117520f605ead162a32df8f2424eac53b73486 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 18 Oct 2012 09:10:02 +0200 Subject: [PATCH] New package: pangox-compat-0.0.2. --- common/shlibs | 2 +- srcpkgs/pangox-compat-devel | 1 + .../pangox-compat-devel.template | 13 +++++++++++++ srcpkgs/pangox-compat/pangox-compat.rshlibs | 6 ++++++ srcpkgs/pangox-compat/template | 19 +++++++++++++++++++ 5 files changed, 40 insertions(+), 1 deletion(-) create mode 120000 srcpkgs/pangox-compat-devel create mode 100644 srcpkgs/pangox-compat/pangox-compat-devel.template create mode 100644 srcpkgs/pangox-compat/pangox-compat.rshlibs create mode 100644 srcpkgs/pangox-compat/template diff --git a/common/shlibs b/common/shlibs index 4d217614ccd..1b7f267ec4b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -75,7 +75,7 @@ libatk-1.0.so.0 atk-1.26.0_1 libpangocairo-1.0.so.0 pango-1.24.0_1 libpangoft2-1.0.so.0 pango-1.24.0_1 libpangoxft-1.0.so.0 pango-1.24.0_1 -libpangox-1.0.so.0 pango-1.24.0_1 +libpangox-1.0.so.0 pangox-compat-0.0.2_1 libpango-1.0.so.0 pango-1.24.0_1 libcairo.so.2 cairo-1.8.6_1 libcairo-gobject.so.2 cairo-1.8.6_1 diff --git a/srcpkgs/pangox-compat-devel b/srcpkgs/pangox-compat-devel new file mode 120000 index 00000000000..bb1b03dc520 --- /dev/null +++ b/srcpkgs/pangox-compat-devel @@ -0,0 +1 @@ +pangox-compat \ No newline at end of file diff --git a/srcpkgs/pangox-compat/pangox-compat-devel.template b/srcpkgs/pangox-compat/pangox-compat-devel.template new file mode 100644 index 00000000000..f86aa95d111 --- /dev/null +++ b/srcpkgs/pangox-compat/pangox-compat-devel.template @@ -0,0 +1,13 @@ +# Template file for 'pangox-compat-devel'. +# +noarch=yes +depends="libX11-devel pango-devel>=1.31 ${sourcepkg}-${version}_${revision}" +short_desc="${sourcepkg} (development files)" +long_desc="${long_desc} + + This package contains files for development, headers, static libs, etc." + +do_install() { + vmove usr/include usr + vmove usr/lib/pkgconfig usr/lib +} diff --git a/srcpkgs/pangox-compat/pangox-compat.rshlibs b/srcpkgs/pangox-compat/pangox-compat.rshlibs new file mode 100644 index 00000000000..ded6c8537e5 --- /dev/null +++ b/srcpkgs/pangox-compat/pangox-compat.rshlibs @@ -0,0 +1,6 @@ +libpango-1.0.so.0 +libgobject-2.0.so.0 +libglib-2.0.so.0 +libX11.so.6 +libpthread.so.0 +libc.so.6 diff --git a/srcpkgs/pangox-compat/template b/srcpkgs/pangox-compat/template new file mode 100644 index 00000000000..b9b9aae42b9 --- /dev/null +++ b/srcpkgs/pangox-compat/template @@ -0,0 +1,19 @@ +# Template build file for 'pangox-compat'. +pkgname=pangox-compat +version=0.0.2 +revision=1 +build_style=gnu-configure +replaces="pango<1.32" +configure_args="--disable-static" +makedepends="pkg-config pango-devel" +subpackages="${pkgname}-devel" +short_desc="Library for layout and rendering of text (pangox compat library)" +maintainer="Juan RP " +homepage="http://www.pango.org/" +license="LGPL-2.1" +distfiles="${GNOME_SITE}/${pkgname}/0.0/${pkgname}-${version}.tar.xz" +checksum=552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046 +long_desc=" + This is a compatibility library providing the obsolete pangox library + that is not shipped by Pango itself anymore. If you are still using + pangox, well, really, get a life..."