summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 563089d8fa36..f292d5ab14a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=brisk-menu-git
_gitname=brisk
pkgver=v0.5.0.r30.gc274131
-pkgrel=1
+pkgrel=2
pkgdesc='Modern, efficient menu for the MATE Desktop Environment - git version'
arch=('i686' 'x86_64')
url='https://github.com/getsolus/brisk-menu'
@@ -18,9 +18,11 @@ options=('!libtool' '!emptydirs')
provides=('brisk-menu')
conflicts=('brisk-menu')
source=(git+https://github.com/getsolus/brisk-menu.git
- mate-122.patch)
+ mate-122.patch
+ fix-launch.patch)
sha1sums=('SKIP'
- '64641c7c67e357220cab52e48a7518e1d99a04b1')
+ '64641c7c67e357220cab52e48a7518e1d99a04b1'
+ '57a888511a70142ee4c1b192cc50ee12661e84d7')
pkgver() {
cd "$srcdir/brisk-menu"
@@ -32,6 +34,8 @@ prepare() {
cd "$srcdir/brisk-menu"
# This patch fixes building with mate 1.22.x
patch -Np1 -i "${srcdir}/mate-122.patch"
+ # This fixes starting with mate 1.22.x but removes categories icon for now
+ patch -Np1 -i "${srcdir}/fix-launch.patch"
}
build() {