pango-compat: marked unmaintained
This commit is contained in:
parent
150db09127
commit
e3c3fc05e7
@ -1,5 +1,5 @@
|
|||||||
untrusted comment: verify with /etc/ports/opt.pub
|
untrusted comment: verify with /etc/ports/opt.pub
|
||||||
RWSE3ohX2g5d/e6u/k8vmmZdok1KQpod3Oe5JzWOoeDugVyNWygN5UW4aRsoufaIeRQlfSbZ6dZw+D82dHcWfxEt5xLgptOYuQM=
|
RWSE3ohX2g5d/QYKaudqwgXGLnZ4FGtQN9BqjAqfvdAqnEbSfJov4GbyrRfaPhfw9ICTwusf/LBD3jAcvS7s87eiBOXRMzCgWg0=
|
||||||
SHA256 (Pkgfile) = dbaeeda6f4154059ebc02af2275c26f5c69ddcac663c809ac28661fb1c709fde
|
SHA256 (Pkgfile) = 389834e223eab8f56394fec8a64deff4c962692e35cfcafad5c2db85afc8d447
|
||||||
SHA256 (.footprint) = c25aefe5794a0bd3e9ca9198ebfbe77583951d3c3f4ceb80508ee221e4b94baa
|
SHA256 (.footprint) = c25aefe5794a0bd3e9ca9198ebfbe77583951d3c3f4ceb80508ee221e4b94baa
|
||||||
SHA256 (pango-1.34.1.tar.xz) = 1aea30df34a8ae4fcce71afd22aa5b57224b52916d46e3ea81ff9f1eb130e64c
|
SHA256 (pango-1.34.1.tar.xz) = 1aea30df34a8ae4fcce71afd22aa5b57224b52916d46e3ea81ff9f1eb130e64c
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Description: A library for layout and rendering of text (required for pangox-compat)
|
# Description: A library for layout and rendering of text (required for pangox-compat)
|
||||||
# URL: https://www.gtk.org/
|
# URL: https://www.gtk.org/
|
||||||
# Maintainer: Danny Rawlins, crux at romster dot me
|
# Maintainer: unmaintained
|
||||||
# Depends on: xorg-libsm xorg-libxft
|
# Depends on: xorg-libsm xorg-libxft
|
||||||
|
|
||||||
name=pango-compat
|
name=pango-compat
|
||||||
@ -9,17 +9,17 @@ release=1
|
|||||||
source=(https://ftp.gnome.org/pub/gnome/sources/pango/1.34/pango-$version.tar.xz)
|
source=(https://ftp.gnome.org/pub/gnome/sources/pango/1.34/pango-$version.tar.xz)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd pango-$version
|
cd pango-$version
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--includedir='/usr/include/pango-compat' \
|
--includedir='/usr/include/pango-compat' \
|
||||||
--libdir='/usr/lib/pango-compat' \
|
--libdir='/usr/lib/pango-compat' \
|
||||||
--disable-introspection
|
--disable-introspection
|
||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
rm -r $PKG/usr/share/{gtk-doc,man}
|
rm -r $PKG/usr/share/{gtk-doc,man}
|
||||||
rm $PKG/usr/bin/pango-view
|
rm $PKG/usr/bin/pango-view
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user