summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaphael Scholer2018-08-30 14:03:25 +0200
committerRaphael Scholer2018-08-30 14:03:25 +0200
commitbcaa453e9df40d2cfb4b6f6151c85a9852373214 (patch)
treed53e34ca0e081788908231c3ec3c2f84d23e8f01
parent9722e40dac06f5c649b68856b018d0e71d06cd41 (diff)
downloadaur-bcaa453e9df40d2cfb4b6f6151c85a9852373214.tar.gz
Remove prepare() function.
This is no longer necessary, and the warning regarding icon caches is harmless.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 2 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a69a83fc289..3440908e85a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = elementary-xfce-icons-git
pkgdesc = Elementary icon-theme with improved Xfce support
- pkgver = 0.12.r20.g149753da
+ pkgver = 0.12.r23.gbdebeb85
pkgrel = 1
url = https://github.com/shimmerproject/elementary-xfce
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 71142ce5fb89..26de5282999e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Raphael Scholer <rascholer@gmail.com>
_pkgname='elementary-xfce'
pkgname="${_pkgname}-icons-git"
-pkgver=0.12.r20.g149753da
+pkgver=0.12.r23.gbdebeb85
pkgrel=1
pkgdesc='Elementary icon-theme with improved Xfce support'
arch=('any')
@@ -19,16 +19,6 @@ pkgver() {
git describe --long --tags | sed "s/^${_pkgname}.//;s/\([^-]*-g\)/r\1/;s/-/./g"
}
-prepare() {
- cd "${_pkgname}"
-
- # Only run make's build target once.
- sed -e 's/install: build/install:/' -i Makefile.in
-
- # Generation of caches is done by an ALPM hook.
- sed -e '/@echo .*The icon-theme cache/d' -i Makefile.in
-}
-
build() {
cd "${_pkgname}"