summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD11
2 files changed, 2 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b42996f006b8..c225da1c187b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 8 19:03:36 UTC 2015
+# Fri Feb 19 18:52:03 UTC 2016
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
@@ -11,7 +11,6 @@ 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 45789e24c209..2020fa807027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,22 +15,13 @@ arch=("any")
url="https://${_author}.github.io/${_extname}/"
license=("GPL2")
depends=("dconf")
-makedepends=("gnome-common" "intltool" "imagemagick")
+makedepends=("gnome-common" "intltool")
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")
noextract=()
sha256sums=('50bd242f3f6e6089137957c175462475d10a2e39f6014184b792248ed7708084')
-prepare() {
- cd "${srcdir}/${_extname}-extensions.gnome.org-v${pkgver}"
- grep -lZr logo.svg | while IFS= read -rd $'\0' file
- do
- sed -i 's/\(logo\.\)svg/\1png/' "$file"
- done
- convert media/logo.{svg,png}
-}
-
build() {
cd "${srcdir}/${_extname}-extensions.gnome.org-v${pkgver}"
make