aboutsummaryrefslogtreecommitdiffstats
path: root/community/pluma/APKBUILD
diff options
context:
space:
mode:
authorPaul Bredbury <brebs@sent.com>2019-06-16 10:34:29 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-17 12:19:44 +0000
commit3622cb560ebf1af9e54ed15f8618a055320212eb (patch)
treec0783da819e2682a97ca0010903a4257508a25ca /community/pluma/APKBUILD
parent6292f979743b7a8093a4322b79548beb01635cca (diff)
downloadaports-3622cb560ebf1af9e54ed15f8618a055320212eb.tar.bz2
aports-3622cb560ebf1af9e54ed15f8618a055320212eb.tar.xz
community/pluma: upgrade to 1.22.1
Remove patch, is applied upstream. Remove unnecessary "cd" commands.
Diffstat (limited to 'community/pluma/APKBUILD')
-rw-r--r--community/pluma/APKBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/community/pluma/APKBUILD b/community/pluma/APKBUILD
index 826c93d01e..1fe76c1758 100644
--- a/community/pluma/APKBUILD
+++ b/community/pluma/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=pluma
-pkgver=1.22.0
+pkgver=1.22.1
pkgrel=0
pkgdesc="A small and lightweight UTF-8 text editor for the MATE"
url="https://github.com/mate-desktop/pluma"
@@ -13,12 +13,10 @@ makedepends="intltool enchant-dev iso-codes-dev gtk+3.0-dev
mate-desktop-dev gtksourceview-dev dconf-dev libsm-dev itstool
libxml2-utils fortify-headers libpeas-dev gsettings-desktop-schemas-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz
- install-sh.patch"
-
+source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
+
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -29,14 +27,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="${pkgdir}" install
}
-sha512sums="7c74c2ce0a89ec3813c936449d3114957e7b319433875ef567ecc508a28a1d3ddc3d0da418b2eb1278b6dc9dbaa3c75a279524f5a061b5aecb52955edcf28f51 pluma-1.22.0.tar.xz
-2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch"
+sha512sums="0d3f07b2e8c736c9e1ad64ed5cb749db6088868e9bc27aa786cbb0c3fe72715f0fd4dd53999502a4333ec82110148b772c0dde81433d0936d2d3c2d04804026a pluma-1.22.1.tar.xz"