summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohamed Sobh2020-04-02 17:53:03 +0300
committerCaleb Maclennan2020-04-02 17:54:48 +0300
commite6f36037414b5a1b7d4a3535ae40446784861d86 (patch)
tree8b3545918cad0cb1f0066ea191fa4297139fa879
parent1e0e07db3de7a4765986510b6903ca1ac577c2df (diff)
downloadaur-e6f36037414b5a1b7d4a3535ae40446784861d86.tar.gz
Fix linker flags
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c03a9115576..6dfca33057c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = birdfont
pkgdesc = A font editor which can generate fonts in TTF, EOT, SVG and BIRDFONT format
pkgver = 2.28.0
- pkgrel = 2
+ pkgrel = 3
url = https://birdfont.org
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index a47581055c1f..56a06e468280 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
+# Contributor: Mohamed Sobh <mohamed.alhusieny@gmail.com>
# Contributor: Drew Noel <drewmnoel@gmail.com>
# Contributor: Manuel Hüsers <manuel.huesers@uni-ol.de>
# Contributor: fstirlitz <felix.von.s@posteo.de>
@@ -7,7 +8,7 @@
pkgname=birdfont
pkgver=2.28.0
-pkgrel=2
+pkgrel=3
pkgdesc='A font editor which can generate fonts in TTF, EOT, SVG and BIRDFONT format'
arch=('x86_64' 'i686')
url='https://birdfont.org'
@@ -26,7 +27,7 @@ validpgpkeys=('FB3BEFA59A6FF7F0E0682B68BCD31D4CCCEB9DD4') # Johan Mattsson <gmai
build() {
cd "$pkgname-$pkgver"
- ./configure -p /usr
+ ./configure -p /usr --ldflags="$(pkg-config --libs cairo-gobject)"
./build.py
}