diff --git a/pango-compat/.signature b/pango-compat/.signature index 747c3979b..6edbfb26d 100644 --- a/pango-compat/.signature +++ b/pango-compat/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/e6u/k8vmmZdok1KQpod3Oe5JzWOoeDugVyNWygN5UW4aRsoufaIeRQlfSbZ6dZw+D82dHcWfxEt5xLgptOYuQM= -SHA256 (Pkgfile) = dbaeeda6f4154059ebc02af2275c26f5c69ddcac663c809ac28661fb1c709fde +RWSE3ohX2g5d/QYKaudqwgXGLnZ4FGtQN9BqjAqfvdAqnEbSfJov4GbyrRfaPhfw9ICTwusf/LBD3jAcvS7s87eiBOXRMzCgWg0= +SHA256 (Pkgfile) = 389834e223eab8f56394fec8a64deff4c962692e35cfcafad5c2db85afc8d447 SHA256 (.footprint) = c25aefe5794a0bd3e9ca9198ebfbe77583951d3c3f4ceb80508ee221e4b94baa SHA256 (pango-1.34.1.tar.xz) = 1aea30df34a8ae4fcce71afd22aa5b57224b52916d46e3ea81ff9f1eb130e64c diff --git a/pango-compat/Pkgfile b/pango-compat/Pkgfile index f9295497c..62f2a2468 100644 --- a/pango-compat/Pkgfile +++ b/pango-compat/Pkgfile @@ -1,6 +1,6 @@ # Description: A library for layout and rendering of text (required for pangox-compat) # URL: https://www.gtk.org/ -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: unmaintained # Depends on: xorg-libsm xorg-libxft name=pango-compat @@ -9,17 +9,17 @@ release=1 source=(https://ftp.gnome.org/pub/gnome/sources/pango/1.34/pango-$version.tar.xz) build() { - cd pango-$version + cd pango-$version - ./configure \ - --prefix=/usr \ - --includedir='/usr/include/pango-compat' \ - --libdir='/usr/lib/pango-compat' \ - --disable-introspection + ./configure \ + --prefix=/usr \ + --includedir='/usr/include/pango-compat' \ + --libdir='/usr/lib/pango-compat' \ + --disable-introspection - make - make DESTDIR=$PKG install + make + make DESTDIR=$PKG install - rm -r $PKG/usr/share/{gtk-doc,man} - rm $PKG/usr/bin/pango-view + rm -r $PKG/usr/share/{gtk-doc,man} + rm $PKG/usr/bin/pango-view }