summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2015-12-25 15:43:43 +0100
committerXZS2015-12-25 15:52:33 +0100
commit88252343aa4c4eb5110381abac573205e85739cf (patch)
treeb968a85420b5580a04d153446e89827dcc48879b
parentc230a093ab63aa950cbae2ad7e8460e91d84c54e (diff)
downloadaur-88252343aa4c4eb5110381abac573205e85739cf.tar.gz
only optionally depend on
Inspecting other theme packages from the Arch Linux repositories, the toolkits and applications that are themed are normally not listed as dependencies. Only additional engines are hinted to as optional dependencies for users of this subset of the theme.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c412fe50416..2c7e55d86364 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 25 14:51:58 UTC 2015
+# Fri Dec 25 14:52:16 UTC 2015
pkgbase = gnome-shell-theme-aurora
pkgdesc = Aurora GNOME Shell,GTK2,GTK3 theme
pkgver = 3.18.20151219
@@ -7,8 +7,7 @@ pkgbase = gnome-shell-theme-aurora
url = http://opendesktop.org/content/show.php?content=170523
arch = any
license = GPL3
- depends = gnome-shell
- depends = gtk-engine-murrine
+ optdepends = gtk-engine-murrine: for GTK2 themes
source = gnome-shell-theme-aurora.tar.gz::https://www.dropbox.com/s/4ik0pbbpsiqe4ci/Aurora-3.18.tar.gz?dl=1
sha256sums = bae3d9c16ed37ad9e3a67a4d019d2e8bff70a7fadbf87a722c2a960d6fd56a4c
diff --git a/PKGBUILD b/PKGBUILD
index 406309f2d1c7..8ec013d3fb46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Aurora GNOME Shell,GTK2,GTK3 theme"
arch=('any')
url="http://opendesktop.org/content/show.php?content=170523"
license=('GPL3')
-depends=(gnome-shell gtk-engine-murrine)
+optdepends=("gtk-engine-murrine: for GTK2 themes")
source=("${pkgname}.tar.gz::https://www.dropbox.com/s/4ik0pbbpsiqe4ci/Aurora-${pkgver%.*}.tar.gz?dl=1")
sha256sums=('bae3d9c16ed37ad9e3a67a4d019d2e8bff70a7fadbf87a722c2a960d6fd56a4c')