summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiuseppe Borzi2015-12-17 13:04:55 +0100
committerGiuseppe Borzi2015-12-17 13:04:55 +0100
commitd0a3863c3e72e2902b5b8ad6a88809e281c5dfaf (patch)
tree37bd9212a54120ee67c3b6e07373dfa34f0af292
parent5b48ded349aac9faf56150ef52d7ed0dc09ed927 (diff)
downloadaur-d0a3863c3e72e2902b5b8ad6a88809e281c5dfaf.tar.gz
Update to 2015.12.10
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e442954b7226..5fed26f04feb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Dec 17 12:04:52 UTC 2015
pkgbase = xfce4-topmenu-plugin-git
pkgdesc = A standalone global menu bar for Gtk+ 2.0 based desktop environments.
- pkgver = 2015.03.22
+ pkgver = 2015.12.10
pkgrel = 1
url = https://git.javispedro.com/cgit/topmenu-gtk.git/about/
arch = i686
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
}