summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2015-12-08 20:03:48 +0100
committerXZS2015-12-08 20:04:16 +0100
commit882461ad4fc358f21f9d05c7169b997480c84fcc (patch)
treeb33cbea4b5e5992c33e37a7140fde4365605ec2d
parentb65b6b9974ab974e253a25ae821bc3ee7e759fcd (diff)
downloadaur-882461ad4fc358f21f9d05c7169b997480c84fcc.tar.gz
add dependency needed for patching up
The imagemagick package contains the convert program needed for the interim fix.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8218d6cd1548..b42996f006b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Tue Dec 8 19:03:36 UTC 2015
pkgbase = gnome-shell-extension-dash-to-dock
pkgdesc = This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops.
pkgver = 49
@@ -9,6 +11,7 @@ pkgbase = gnome-shell-extension-dash-to-dock
license = GPL2
makedepends = gnome-common
makedepends = intltool
+ makedepends = imagemagick
depends = dconf
conflicts = gnome-shell-extensions-dash-to-dock-git
source = https://github.com/micheleg/dash-to-dock/archive/extensions.gnome.org-v49.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 12e837741b83..45789e24c209 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ arch=("any")
url="https://${_author}.github.io/${_extname}/"
license=("GPL2")
depends=("dconf")
-makedepends=("gnome-common" "intltool")
+makedepends=("gnome-common" "intltool" "imagemagick")
conflicts=("gnome-shell-extensions-dash-to-dock-git")
install="gschemas.install"
source=("https://github.com/${_author}/${_extname}/archive/extensions.gnome.org-v${pkgver}.tar.gz")