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 4c9ddd08c7a4..47a7bd3118fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 8 19:06:10 UTC 2015
+# Fri Jan 8 20:43:46 UTC 2016
pkgbase = gnome-shell-extension-dash-to-dock-git
pkgdesc = A gnome-shell extension that transforms the dash into an intellihide dock
pkgver = 49
@@ -9,7 +9,6 @@ pkgbase = gnome-shell-extension-dash-to-dock-git
arch = any
license = GPL
makedepends = intltool
- makedepends = imagemagick
makedepends = git
depends = dconf
depends = gnome-shell
diff --git a/PKGBUILD b/PKGBUILD
index c1e664941508..b3a1227db5fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url="https://micheleg.github.io/dash-to-dock/"
_giturl="git+https://github.com/micheleg/dash-to-dock/"
license=('GPL')
depends=('dconf')
-makedepends=('intltool' 'imagemagick')
+makedepends=('intltool')
makedepends+=('git')
source+=("${_gitname:=${pkgname%-git}}::${_giturl:-git+$url}")
@@ -28,15 +28,6 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- cd "$_gitname"
- 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 "$_gitname"
make _build