summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin Filion2024-04-02 13:27:56 -0400
committerMartin Filion2024-04-02 13:27:56 -0400
commit332d595491f8839be0719bae8304b1562e6e13f4 (patch)
treeccc775b44e7cfcd266e3334bf4878d42f53520ae /PKGBUILD
parentaa325cfdf693c6e5541372a27bf3b0cfaebca46a (diff)
downloadaur-openbox-menu.tar.gz
modified PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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}"