summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoao Guerra2015-07-15 13:50:59 +0300
committerAdrian Perez de Castro2015-07-15 13:51:13 +0300
commitd9d21a9c84f768ced7330e6b0a147b69b27c37cb (patch)
tree323cb35b89ec8fb6fc6063a519cc2c889566a891
parent7c96f85fa79d4030196776b9ead54048517c18dd (diff)
downloadaur-d9d21a9c84f768ced7330e6b0a147b69b27c37cb.tar.gz
Add gtk-engines-murrine as dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 249f1774f34a..c337ad006e2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = evopop-gtk-theme-git
- pkgdesc = A simple, flat and bold Gtk theme for Evolve OS & Budgie Desktop. Iris Dark was used as base.
+ pkgdesc = A simple, flat, and bold GTK+ theme for Solus OS and Budgie Desktop
pkgver = 0.29.r2.g9767c30
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/solus-project/evopop-gtk-theme
arch = any
license = GPL3
depends = gtk3>=3.16
- provides = evopop-gtk-theme,
+ depends = gtk-engine-murrine
+ provides = evopop-gtk-theme
provides = evopop-light-gtk-theme
conflicts = evopop-gtk-theme
source = evopop-gtk-theme-git::git+https://github.com/solus-project/evopop-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index 6905ce89a2e0..daf6dc8756b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Michael Wendland <michael@michiwend.com>
-# Contributor: Adrián Pérez de Castro <aperez@igalia.com>
+# Contributor: Adrián Pérez de Castro <aperez@igalia.com>
+# Contributor: João Guerra <joca.bt@gmail.com>
pkgname=evopop-gtk-theme-git
pkgver=0.29.r2.g9767c30
-pkgrel=1
-pkgdesc="A simple, flat and bold Gtk theme for Evolve OS & Budgie Desktop. Iris Dark was used as base."
+pkgrel=2
+pkgdesc="A simple, flat, and bold GTK+ theme for Solus OS and Budgie Desktop"
arch=('any')
url="https://github.com/solus-project/evopop-gtk-theme"
license=('GPL3')
-depends=('gtk3>=3.16')
-provides=('evopop-gtk-theme', 'evopop-light-gtk-theme')
+depends=('gtk3>=3.16' 'gtk-engine-murrine')
+provides=('evopop-gtk-theme' 'evopop-light-gtk-theme')
conflicts=('evopop-gtk-theme')
source=("${pkgname}::git+${url}")
sha256sums=('SKIP')