commit aec3b8b63cb2393abaa17b61d880b98b84ddea2f Author: Danny Rawlins <monster.romster@gmail.com> Date: Sun Aug 18 18:59:44 2019 +1000 [notify] pangox-compat: now requires pango-compat to compile diff --git a/pangox-compat/.signature b/pangox-compat/.signature index 65b3c2992..e2b32a390 100644 --- a/pangox-compat/.signature +++ b/pangox-compat/.signature @@ -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 diff --git a/pangox-compat/Pkgfile b/pangox-compat/Pkgfile index 9629379c9..c10ba9543 100644 --- a/pangox-compat/Pkgfile +++ b/pangox-compat/Pkgfile @@ -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