pangox-compat: drop

- ftbfs
- last updated 10 years ago
This commit is contained in:
Đoàn Trần Công Danh 2020-10-09 20:09:38 +07:00
parent 9b7d338c1e
commit bb4b26cd62
3 changed files with 0 additions and 27 deletions
common
srcpkgs

View file

@ -91,7 +91,6 @@ 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-xft-1.36.3_2
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

View file

@ -1 +0,0 @@
pangox-compat

View file

@ -1,25 +0,0 @@
# Template file for 'pangox-compat'
pkgname=pangox-compat
version=0.0.2
revision=4
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="pkg-config"
makedepends="pango-devel"
replaces="pango<1.32"
short_desc="Library for layout and rendering of text (pangox compat library)"
maintainer="Orphaned <orphan@voidlinux.org>"
homepage="http://www.pango.org/"
license="LGPL-2.1"
distfiles="${GNOME_SITE}/${pkgname}/0.0/${pkgname}-${version}.tar.xz"
checksum=552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046
pangox-compat-devel_package() {
depends="libX11-devel pango-devel>=1.31 ${sourcepkg}-${version}_${revision}"
short_desc+=" -- development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}