summaryrefslogtreecommitdiff
path: root/pangox-compat/Pkgfile
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2019-08-18 18:59:44 +1000
committerDanny Rawlins <monster.romster@gmail.com>2019-08-18 18:59:44 +1000
commitaec3b8b63cb2393abaa17b61d880b98b84ddea2f (patch)
treedd172b47c18eb98628fa1956df47bec5b126f5c1 /pangox-compat/Pkgfile
parentcf5380849d6885f71ab9cb6341bdeb1528877166 (diff)
downloadopt-aec3b8b63cb2393abaa17b61d880b98b84ddea2f.tar.gz
opt-aec3b8b63cb2393abaa17b61d880b98b84ddea2f.tar.xz
[notify] pangox-compat: now requires pango-compat to compile
Diffstat (limited to 'pangox-compat/Pkgfile')
-rw-r--r--pangox-compat/Pkgfile8
1 files changed, 5 insertions, 3 deletions
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

Generated by cgit