summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Correia2017-03-07 22:45:25 -0500
committerSergio Correia2017-03-07 22:47:26 -0500
commit6538e912463dcd965faa32effe3bc53dd37069ef (patch)
tree08f668778ebdc5bc6c9d5ddc4e04df655f6326cf
parentf36c7686be32828b1b0d5d9cd206d4b4a3f1da12 (diff)
downloadaur-6538e912463dcd965faa32effe3bc53dd37069ef.tar.gz
Add gtk-engine-murrine as an optional dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd7e0728fcab..4dd7b7ce7033 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 5.0.1
-# Wed Mar 8 02:41:38 UTC 2017
pkgbase = mylaunchpad-git
pkgdesc = Eyecandy Full Screen launcher script for openbox and other stand-alone window managers
pkgver = r93.7bb98be
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gaboelnuevo/mylaunchpad
arch = any
license = GPL
@@ -15,6 +13,7 @@ pkgbase = mylaunchpad-git
depends = python2-imaging
depends = gnome-menus2
depends = python2-distutils-extra
+ depends = gtk-engine-murrine
provides = mylaunchpad
conflicts = mylaunchpad
backup = etc/mylaunchpad.conf
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')