summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpriponne2015-10-18 21:29:17 +0100
committerpriponne2015-10-18 22:31:46 +0200
commit627ee872d06c7805c76e30bad88218a8ce185a4d (patch)
tree5f04841604720c53f9de96d9fe55448d81568bcd
parent307c17ea51630880657129562b1ca228bc5687b3 (diff)
downloadaur-627ee872d06c7805c76e30bad88218a8ce185a4d.tar.gz
Patching task moved to function prepare()
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ce7e043763a..b0c222309771 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,10 +22,13 @@ source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname:0:21}/${pkgver:0:4}/${p
sha256sums=('fa621a17f1d132fe60461020b0dad20a9fab6b0e3e651628aaa53a8f6a6df2c0'
'ad32314bb0251298290f4f739be9fe278d498723856248ce4956044b17db4cfa')
-build() {
+prepare() {
cd ${pkgname:0:21}-$pkgver
-
patch -Np1 -i ../120dpi.patch
+}
+
+build() {
+ cd ${pkgname:0:21}-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/${pkgname:0:21} --disable-static