community/tepl: upgrade to 6.1.2

This commit is contained in:
Ralf Rachinger 2022-10-26 00:47:13 +02:00 committed by alice
parent e1c92e9308
commit e6c93f350d

View File

@ -1,22 +1,23 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Ralf Rachinger <alpine@ralfrachinger.de>
pkgname=tepl
pkgver=6.00.0
pkgrel=5
pkgver=6.1.2
pkgrel=0
pkgdesc="Text editor product line"
url="https://wiki.gnome.org/Projects/Tepl"
url="https://gitlab.gnome.org/swilmet/tepl"
arch="all"
license="GPL-3.0-or-later"
makedepends="
depends_dev="
amtk-dev
glib-dev
gobject-introspection-dev
gtk+3.0-dev
gtk-doc
gtksourceview4-dev
libxml2-dev
"
makedepends="$depends_dev
gobject-introspection-dev
gsettings-desktop-schemas-dev
gtk-doc
meson
uchardet-dev
vala
"
checkdepends="xvfb-run"
@ -25,7 +26,6 @@ source="https://download.gnome.org/sources/tepl/${pkgver%.*}/tepl-$pkgver.tar.xz
build() {
abuild-meson \
-Dgtk_doc=true \
. output
meson compile ${JOBS:+-j ${JOBS}} -C output
}
@ -37,4 +37,7 @@ check() {
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="e36877b9f33943715a50546d82ed61e65fc07b71dca2c85ff350a305767e96eda74dc14f30b2a430e14deacd4ee8d49697fe01df1f5023afab3747e5e9c95e2e tepl-6.00.0.tar.xz"
sha512sums="
71b1195c2ea65e38ed215cb51b68c5fc4fcbe0a7cd309ecafb41d2a5b1fbe51ac689ae16ba928751742407b6f85216720c07764b174abe6608c5089c4578d355 tepl-6.1.2.tar.xz
"