summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSergio Correia2017-03-07 22:45:25 -0500
committerSergio Correia2017-03-07 22:47:26 -0500
commit6538e912463dcd965faa32effe3bc53dd37069ef (patch)
tree08f668778ebdc5bc6c9d5ddc4e04df655f6326cf /PKGBUILD
parentf36c7686be32828b1b0d5d9cd206d4b4a3f1da12 (diff)
downloadaur-mylaunchpad-git.tar.gz
Add gtk-engine-murrine as an optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d818b1133d3..ba69af07e9ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,13 +8,15 @@ _category_icons=false
pkgname=mylaunchpad-git
_pkgname_simple=mylaunchpad
pkgdesc="Eyecandy Full Screen launcher script for openbox and other stand-alone window managers"
-pkgrel=1
+pkgrel=2
pkgver=r93.7bb98be
arch=('any')
url="https://github.com/gaboelnuevo/mylaunchpad"
license=('GPL')
-depends=('python2-lxml' 'pygtk' 'cairo' 'python2-cairo' 'python2-imaging' 'gnome-menus2' 'python2-distutils-extra')
+depends=('python2-lxml' 'pygtk' 'cairo' 'python2-cairo' 'python2-imaging' 'gnome-menus2'
+'python2-distutils-extra')
+optdepends=('gtk-engine-murrine: murrine engine')
makedepends=('git')
provides=('mylaunchpad')
conflicts=('mylaunchpad')