summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2017-10-11 23:44:56 -0600
committerBrian Bidulock2017-10-11 23:44:56 -0600
commit5061339f4977c2de685b0c0d895308e9639da09c (patch)
tree6614684ac4f7f7a9a89182cab142df830d81d4ac
parentb0f1508511eb7979b86dab45509f9852f3b148f7 (diff)
downloadaur-5061339f4977c2de685b0c0d895308e9639da09c.tar.gz
uppkg
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c6537920d91..a03a97872550 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = xde-menu-git
pkgdesc = XDG compliant menu generator
- pkgver = 0.4.17.g06d6112
+ pkgver = 0.5.0.gbb8d5f3
pkgrel = 1
url = https://github.com/bbidulock/xde-menu
arch = i686
arch = x86_64
license = GPL
makedepends = git
- depends = libwnck
+ depends = libwnck+-git
depends = libsm
depends = gnome-menus
- depends = gtk2
+ optdepends = xdg-launch-git: for LW WM launch notification
+ optdepends = xde-theme: for LW WM style and theme change support
provides = xde-menu
conflicts = xde-menu
source = xde-menu-git::git+https://github.com/bbidulock/xde-menu.git
diff --git a/PKGBUILD b/PKGBUILD
index 75d88fea4f31..4d21d009dfb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=xde-menu-git
-pkgver=0.4.17.g06d6112
+pkgver=0.5.0.gbb8d5f3
pkgrel=1
pkgdesc="XDG compliant menu generator"
arch=('i686' 'x86_64')
@@ -9,7 +9,9 @@ url="https://github.com/bbidulock/xde-menu"
license=('GPL')
provides=('xde-menu')
conflicts=('xde-menu')
-depends=('libwnck' 'libsm' 'gnome-menus' 'gtk2')
+depends=('libwnck+-git' 'libsm' 'gnome-menus')
+optdepends=('xdg-launch-git: for LW WM launch notification'
+ 'xde-theme: for LW WM style and theme change support')
makedepends=('git')
source=("$pkgname::git+https://github.com/bbidulock/xde-menu.git")
md5sums=('SKIP')