summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2017-03-21 23:09:22 +0100
committerFrederic Bezies2017-03-21 23:09:22 +0100
commit786af38371fd6a45ae9d5c6d595532b3510ac296 (patch)
tree16e456c5e5afa6803dc89eb82301bef1cf76c60f
parentc0b95a2c75854e8d35b2b7ba8a8e09a420c4d8a3 (diff)
downloadaur-786af38371fd6a45ae9d5c6d595532b3510ac296.tar.gz
adding both mozo and menu-libre as optdepends for menu edition
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9b4dae87b4a..256f25bd90d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Mar 21 21:45:39 UTC 2017
+# Tue Mar 21 22:08:56 UTC 2017
pkgbase = brisk-menu-git
pkgdesc = Modern, efficient menu for the MATE Desktop Environment - git version
pkgver = v0.3.0.r12.g9d16641
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/solus-project/brisk-menu
arch = i686
arch = x86_64
@@ -11,6 +11,8 @@ pkgbase = brisk-menu-git
license = GPL2
makedepends = gnome-common
depends = mate-panel
+ optdepends = mozo: for menu edition
+ optdepends = menu-libre: for menu edition
provides = brisk-menu
conflicts = brisk-menu
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index 28fa624c18e1..244eb0fa8451 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=brisk-menu-git
_gitname=brisk
pkgver=v0.3.0.r12.g9d16641
-pkgrel=1
+pkgrel=2
pkgdesc='Modern, efficient menu for the MATE Desktop Environment - git version'
arch=('i686' 'x86_64')
url='https://github.com/solus-project/brisk-menu'
@@ -12,6 +12,8 @@ license=('GPL2')
groups=('mate')
depends=('mate-panel')
makedepends=('gnome-common')
+optdepends=('mozo: for menu edition'
+ 'menu-libre: for menu edition')
options=('!libtool' '!emptydirs')
provides=('brisk-menu')
conflicts=('brisk-menu')