summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02635028bb25..2924890424bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = openbox-menu
arch = i686
arch = x86_64
license = GPL3
- depends = gtk2
+ depends = gtk3
depends = menu-cache
depends = lxterminal
optdepends = lxmenu-data: LXDE menus
@@ -15,9 +15,11 @@ pkgbase = openbox-menu
source = with-svg.patch
source = openbox-menu.patch
source = menu.patch
+ source = utils.patch
md5sums = SKIP
md5sums = 484bd49f619e57f9fb2be42931d57dd5
md5sums = 1a74746fcf8b24f76fc79c61d1533db0
md5sums = 5d92e49ed689ada8b2a02b04cc50a4b0
+ md5sums = 3af738bd95444fc4c66f0893863d7572
pkgname = openbox-menu
diff --git a/PKGBUILD b/PKGBUILD
index c76be1ee6e57..dca8a18b43cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,14 @@ pkgdesc="Dynamic XDG menu for openbox"
arch=('i686' 'x86_64')
url="http://fabrice.thiroux.free.fr/openbox-menu_en.html"
license=('GPL3')
-depends=('gtk2' 'menu-cache' 'lxterminal')
+depends=('gtk3' 'menu-cache' 'lxterminal')
optdepends=('lxmenu-data: LXDE menus' 'gnome-menus: GNOME menus')
-source=("git+https://github.com/fabriceT/openbox-menu" "with-svg.patch" "openbox-menu.patch" "menu.patch")
+source=("git+https://github.com/fabriceT/openbox-menu" "with-svg.patch" "openbox-menu.patch" "menu.patch" "utils.patch")
md5sums=('SKIP'
'484bd49f619e57f9fb2be42931d57dd5'
'1a74746fcf8b24f76fc79c61d1533db0'
- '5d92e49ed689ada8b2a02b04cc50a4b0')
+ '5d92e49ed689ada8b2a02b04cc50a4b0'
+ '3af738bd95444fc4c66f0893863d7572')
build() {
cd "${srcdir}/${pkgname}"