diff options
author | Frederic Bezies | 2019-03-30 18:19:52 +0100 |
---|---|---|
committer | Frederic Bezies | 2019-03-30 18:19:52 +0100 |
commit | 5ecbe1481935d1354a38533d0f2b1530d0244dfd (patch) | |
tree | 329e17c69f4fddfbba938bd6d7307f1134155f05 /PKGBUILD | |
parent | ae01b9465060afecf7e8711d0fa7a4d4cd5bafb9 (diff) | |
download | aur-5ecbe1481935d1354a38533d0f2b1530d0244dfd.tar.gz |
fix launch with 1.22 - categories are gone for now!
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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() { |