summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiuseppe Borzi2015-12-17 13:04:55 +0100
committerGiuseppe Borzi2015-12-17 13:04:55 +0100
commitd0a3863c3e72e2902b5b8ad6a88809e281c5dfaf (patch)
tree37bd9212a54120ee67c3b6e07373dfa34f0af292 /PKGBUILD
parent5b48ded349aac9faf56150ef52d7ed0dc09ed927 (diff)
downloadaur-d0a3863c3e72e2902b5b8ad6a88809e281c5dfaf.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 b3964572153a..3f359e90b11a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xfce4-topmenu-plugin-git
_gitname=topmenu-gtk
-pkgver=2015.03.22
+pkgver=2015.12.10
pkgrel=1
pkgdesc="A standalone global menu bar for Gtk+ 2.0 based desktop environments."
url="https://git.javispedro.com/cgit/topmenu-gtk.git/about/"
@@ -27,7 +27,7 @@ build() {
autoreconf -fi
./configure --prefix=/usr --with-gtk=2 --with-wnck=wnck1 --disable-static \
- --disable-mate-applet --enable-xfce-applet --libexecdir=/usr/lib/topmenu
+ --disable-mate-applet --enable-xfce-applet --disable-lxpanel-plugin --libexecdir=/usr/lib/topmenu
make
}