[notify] pangox-compat: now requires pango-compat to compile

This commit is contained in:
Danny Rawlins 2019-08-18 18:59:44 +10:00
parent cf5380849d
commit aec3b8b63c
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/ZZDuW6lRmhA+r/ITZbk95JiFqYKGN82E54q01BfYshaq08ih18j3OO/5a+tAMWwAuXNB3j441ZwMI4cqgdWjgE=
SHA256 (Pkgfile) = 678baf6c29475d5eb853f236a094349a89459a2901e6178ea0e32e75b6bfae0b
RWSE3ohX2g5d/Wc5qfKAVvC1Wnue5Ys/s7TKqy1Pof+Ay84ODA4oaFe1350/VJc+DV1gdaEbl14Dc6HD3V9Tw1jb1Z+1hftslAA=
SHA256 (Pkgfile) = 6b3d59a5a063d21f08cc88cea6ba72b530652ea24df385ab724ce1e0a3800e4e
SHA256 (.footprint) = 31bd6452c547be38139d0d1b4a47f51a3f59f1432c29ef50e74f244562528009
SHA256 (pangox-compat-0.0.2.tar.xz) = 552092b3b6c23f47f4beee05495d0f9a153781f62a1c4b7ec53857a37dfce046

View File

@ -1,15 +1,17 @@
# Description: pangox compatibility library (no longer provided by pango)
# URL: http://www.pango.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
# Depends on: pango
# Depends on: pango-compat
name=pangox-compat
version=0.0.2
release=1
source=(http://download.gnome.org/sources/$name/${version:0:3}/$name-$version.tar.xz)
release=2
source=(https://download.gnome.org/sources/$name/${version:0:3}/$name-$version.tar.xz)
build() {
cd $name-$version
PKG_CONFIG_PATH+="/usr/lib/pango-compat/pkgconfig" \
./configure --prefix=/usr
make
make DESTDIR=$PKG install