summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXZS2016-02-19 19:52:22 +0100
committerXZS2016-02-19 19:52:22 +0100
commit441e24e9a153eb104a773270118cb3a120a42e8c (patch)
tree8f65cdaa760f219b44f88ccb1375e25215b6043d /PKGBUILD
parent882461ad4fc358f21f9d05c7169b997480c84fcc (diff)
downloadaur-441e24e9a153eb104a773270118cb3a120a42e8c.tar.gz
use original image
Meanwhile, the bug in librsvg was fixed upstream. [1] The maintainer of the extension cared for the issue as well [2] and was so kind to rework the image not to trigger it to begin with [3]. So there is no need to patch the image any longer and the respective last two commits since "patch up unreadable image" can be reverted, bringing this package as close to upstream as it has been. This change does not increase the pkgrel as there is no functional change to be shipped out. Already installed packages will continue to work without the need of an update. [1]: https://bugzilla.gnome.org/show_bug.cgi?id=759084 [2]: https://github.com/micheleg/dash-to-dock/issues/262 [3]: https://github.com/micheleg/dash-to-dock/commit/8a7e74e
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 1 insertions, 10 deletions
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