New package: pangox-compat-0.0.2.
This commit is contained in:
parent
fc94a68592
commit
88117520f6
5 changed files with 40 additions and 1 deletions
|
@ -75,7 +75,7 @@ libatk-1.0.so.0 atk-1.26.0_1
|
||||||
libpangocairo-1.0.so.0 pango-1.24.0_1
|
libpangocairo-1.0.so.0 pango-1.24.0_1
|
||||||
libpangoft2-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
|
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
|
libpango-1.0.so.0 pango-1.24.0_1
|
||||||
libcairo.so.2 cairo-1.8.6_1
|
libcairo.so.2 cairo-1.8.6_1
|
||||||
libcairo-gobject.so.2 cairo-1.8.6_1
|
libcairo-gobject.so.2 cairo-1.8.6_1
|
||||||
|
|
1
srcpkgs/pangox-compat-devel
Symbolic link
1
srcpkgs/pangox-compat-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
pangox-compat
|
13
srcpkgs/pangox-compat/pangox-compat-devel.template
Normal file
13
srcpkgs/pangox-compat/pangox-compat-devel.template
Normal file
|
@ -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
|
||||||
|
}
|
6
srcpkgs/pangox-compat/pangox-compat.rshlibs
Normal file
6
srcpkgs/pangox-compat/pangox-compat.rshlibs
Normal file
|
@ -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
|
19
srcpkgs/pangox-compat/template
Normal file
19
srcpkgs/pangox-compat/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||||
|
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..."
|
Loading…
Reference in a new issue