summaryrefslogtreecommitdiff
path: root/user/pluma
diff options
context:
space:
mode:
Diffstat (limited to 'user/pluma')
-rw-r--r--user/pluma/APKBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/user/pluma/APKBUILD b/user/pluma/APKBUILD
index fde49287d..3390db43c 100644
--- a/user/pluma/APKBUILD
+++ b/user/pluma/APKBUILD
@@ -1,7 +1,7 @@
-# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
-# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
+# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
+# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=pluma
-pkgver=1.22.2
+pkgver=1.26.1
pkgrel=0
pkgdesc="Text editor for the MATE desktop environment"
url="https://mate-desktop.org"
@@ -9,13 +9,14 @@ arch="all"
options="!check" # tests fail due to schema being requested but not available
license="GPL-2.0+ AND GPL-2.0-only AND LGPL-2.0+"
depends=""
-makedepends="gtk+3.0-dev gtksourceview-3.0-dev enchant-dev intltool
- itstool iso-codes-dev libpeas-dev libsm-dev libxml2-dev libxml2-utils"
+makedepends="gtk+3.0-dev gtksourceview4-dev enchant-dev intltool
+ itstool iso-codes-dev libpeas-dev libsm-dev libxml2-dev libxml2-utils
+ wayland-protocols"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://pub.mate-desktop.org/releases/${pkgver%.*}/pluma-$pkgver.tar.xz"
build() {
- cd "$builddir"
+ rm -r help/ru
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -27,13 +28,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="a68b79713f649def15ea29e58e041d70bb6d756a356743f6e06d8dd680f7b39e8bcdd90c68cbe5c517bead7f9263d7596954bc595c3a2501edf0d0ea421c9992 pluma-1.22.2.tar.xz"
+sha512sums="bc4f621736d93df07fc2dc434a25c5a5acaf0d2c958eac43bd0061d4b664cae9b9eac1fffc47afa1509fd64b3c93a77ca62737428b034ca25997ebee432d5eb3 pluma-1.26.1.tar.xz"