summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorduttondj2015-11-15 20:25:18 -0500
committerduttondj2015-11-15 20:25:18 -0500
commit26ba624b156d1b0e520973e3e283aaddece4b58f (patch)
treeb014077ae890ecefa15492a3d21018bd86f69260 /PKGBUILD
parentb60f2e2da472c2524c7f5a99281c4f2d9dc755a2 (diff)
downloadaur-26ba624b156d1b0e520973e3e283aaddece4b58f.tar.gz
Updated PKGBUILD and .SRCINFO to exclude gtkmm requirements and only rely on X11.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ed5f67ddd92..a89f4e24fa46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ source=("http://github.com/downloads/tias/${pkgname}/${pkgname}-${pkgver}.tar.gz
package() {
cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
+ ./autogen.sh --with-gui=x11
make
make DESTDIR="$pkgdir" install
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"