summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiuseppe Borzi2015-12-17 13:04:17 +0100
committerGiuseppe Borzi2015-12-17 13:04:17 +0100
commit6c2f47aade5228a7d5327310ef81879869769a76 (patch)
treed9012fd603999bd3c6d673acc56bb0d4273dbce3 /PKGBUILD
parent72377ead467f081521cf003907a7979715b605bc (diff)
downloadaur-6c2f47aade5228a7d5327310ef81879869769a76.tar.gz
Update to 2015.12.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d3aa3bcf1b1..62f244f8e9ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=topmenu-gtk3-git
_gitname=topmenu-gtk
-pkgver=2015.03.22
+pkgver=2015.12.10
pkgrel=1
pkgdesc="Gtk3 module for topmenu."
url="https://git.javispedro.com/cgit/topmenu-gtk.git/about/"
@@ -24,7 +24,7 @@ build() {
autoreconf -fi
./configure --prefix=/usr --with-gtk=3 --with-wnck=wnck1 --disable-static \
- --disable-mate-applet --disable-xfce-applet --libexecdir=/usr/lib/topmenu
+ --disable-mate-applet --disable-xfce-applet --disable-lxpanel-plugin --libexecdir=/usr/lib/topmenu
make
}