summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2015-12-25 15:39:31 +0100
committerXZS2015-12-25 15:51:54 +0100
commitb6e50042bc9541d11efa8be760b3ef6ce7b3e0fa (patch)
tree2acd10c2b61aa7667d4f3dde5fea3a9090df8269
parent31618b9f6f3cc3e75ed8c4ac5e03ae813c38852d (diff)
downloadaur-b6e50042bc9541d11efa8be760b3ef6ce7b3e0fa.tar.gz
remove unneeded dependencies
The packages gtk-themes-standard and gdk-pixbuf are transitifely included via gnome-shell. The gtk-engines package is not needed at all as the package works fine without it.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d27508b1f45..7acbbaf4e594 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 25 14:51:13 UTC 2015
+# Fri Dec 25 14:51:40 UTC 2015
pkgbase = gnome-shell-theme-aurora
pkgdesc = Aurora GNOME Shell,GTK2,GTK3 theme
pkgver = 3.18.20151219
@@ -8,10 +8,7 @@ pkgbase = gnome-shell-theme-aurora
arch = any
license = GPL3
depends = gnome-shell
- depends = gnome-themes-standard
- depends = gtk-engines
depends = gtk-engine-murrine
- depends = gdk-pixbuf2
optdepends = gnome-tweak-tool: A tool to customize advanced GNOME 3 options.
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 af97e5822794..a97188d20abb 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,themes-standard} gtk-{engines,engine-murrine} gdk-pixbuf2)
+depends=(gnome-shell gtk-engine-murrine)
optdepends=("gnome-tweak-tool: A tool to customize advanced GNOME 3 options.")
source=("${pkgname}.tar.gz::https://www.dropbox.com/s/4ik0pbbpsiqe4ci/Aurora-${pkgver%.*}.tar.gz?dl=1")
sha256sums=('bae3d9c16ed37ad9e3a67a4d019d2e8bff70a7fadbf87a722c2a960d6fd56a4c')