mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
community/tepl: upgrade to 6.1.2
This commit is contained in:
parent
e1c92e9308
commit
e6c93f350d
@ -1,22 +1,23 @@
|
|||||||
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
||||||
# Maintainer: Ralf Rachinger <alpine@ralfrachinger.de>
|
# Maintainer: Ralf Rachinger <alpine@ralfrachinger.de>
|
||||||
pkgname=tepl
|
pkgname=tepl
|
||||||
pkgver=6.00.0
|
pkgver=6.1.2
|
||||||
pkgrel=5
|
pkgrel=0
|
||||||
pkgdesc="Text editor product line"
|
pkgdesc="Text editor product line"
|
||||||
url="https://wiki.gnome.org/Projects/Tepl"
|
url="https://gitlab.gnome.org/swilmet/tepl"
|
||||||
arch="all"
|
arch="all"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
makedepends="
|
depends_dev="
|
||||||
amtk-dev
|
amtk-dev
|
||||||
glib-dev
|
glib-dev
|
||||||
gobject-introspection-dev
|
|
||||||
gtk+3.0-dev
|
gtk+3.0-dev
|
||||||
gtk-doc
|
|
||||||
gtksourceview4-dev
|
gtksourceview4-dev
|
||||||
libxml2-dev
|
"
|
||||||
|
makedepends="$depends_dev
|
||||||
|
gobject-introspection-dev
|
||||||
|
gsettings-desktop-schemas-dev
|
||||||
|
gtk-doc
|
||||||
meson
|
meson
|
||||||
uchardet-dev
|
|
||||||
vala
|
vala
|
||||||
"
|
"
|
||||||
checkdepends="xvfb-run"
|
checkdepends="xvfb-run"
|
||||||
@ -25,7 +26,6 @@ source="https://download.gnome.org/sources/tepl/${pkgver%.*}/tepl-$pkgver.tar.xz
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
abuild-meson \
|
abuild-meson \
|
||||||
-Dgtk_doc=true \
|
|
||||||
. output
|
. output
|
||||||
meson compile ${JOBS:+-j ${JOBS}} -C output
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
||||||
}
|
}
|
||||||
@ -37,4 +37,7 @@ check() {
|
|||||||
package() {
|
package() {
|
||||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||||
}
|
}
|
||||||
sha512sums="e36877b9f33943715a50546d82ed61e65fc07b71dca2c85ff350a305767e96eda74dc14f30b2a430e14deacd4ee8d49697fe01df1f5023afab3747e5e9c95e2e tepl-6.00.0.tar.xz"
|
|
||||||
|
sha512sums="
|
||||||
|
71b1195c2ea65e38ed215cb51b68c5fc4fcbe0a7cd309ecafb41d2a5b1fbe51ac689ae16ba928751742407b6f85216720c07764b174abe6608c5089c4578d355 tepl-6.1.2.tar.xz
|
||||||
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user