[arch-commits] Commit in pluma/trunk (PKGBUILD)

Brad Fanella cesura at archlinux.org
Sat Dec 29 21:49:25 UTC 2018


    Date: Saturday, December 29, 2018 @ 21:49:25
  Author: cesura
Revision: 418931

upgpkg: pluma 1.20.4-1

Updated to version 1.20.4

Modified:
  pluma/trunk/PKGBUILD

----------+
 PKGBUILD |   34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-29 21:42:47 UTC (rev 418930)
+++ PKGBUILD	2018-12-29 21:49:25 UTC (rev 418931)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress <code at flexion.org>
 
 pkgname=pluma
-pkgver=1.20.3
+pkgver=1.20.4
 pkgrel=1
 pkgdesc="A powerful text editor for MATE"
 url="https://mate-desktop.org"
@@ -15,30 +15,30 @@
 conflicts=('pluma-gtk3')
 replaces=('pluma-gtk3')
 source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('85845e61cf719374860e66d5c90ede00f5dc2210594b6e72bad7e9e3bf608bd9')
+sha256sums=('fffd1ad0309c058ebd364ea0185d5dbbada2a9cde3d580da528b226c7ca9ab61')
 
 prepare() {
-    cd ${pkgname}-${pkgver}
-    sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
-    sed -i 's/, enchant/, enchant-2/' configure.ac
+    	cd "${pkgname}-${pkgver}"
+    	sed -i 's/python/python2/' plugins/externaltools/data/switch-c.tool.in
+    	sed -i 's/, enchant/, enchant-2/' configure.ac
 }
 
 build() {
-    cd ${pkgname}-${pkgver}
-    ./autogen.sh
-    PYTHON=/usr/bin/python2 ./configure \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${pkgname} \
-        --enable-gtk-doc=no \
-        --enable-python
+    	cd "${pkgname}-${pkgver}"
+    	./autogen.sh
+    	PYTHON=/usr/bin/python2 ./configure \
+        	--prefix=/usr \
+        	--libexecdir=/usr/lib/${pkgname} \
+        	--enable-gtk-doc=no \
+        	--enable-python
 
-    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+    	#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
-    make
+    	make
 }
 
 package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list