mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
44 lines
981 B
Plaintext
44 lines
981 B
Plaintext
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
|
# Maintainer: Ralf Rachinger <alpine@ralfrachinger.de>
|
|
pkgname=tepl
|
|
pkgver=6.1.2
|
|
pkgrel=0
|
|
pkgdesc="Text editor product line"
|
|
url="https://gitlab.gnome.org/swilmet/tepl"
|
|
arch="all"
|
|
license="GPL-3.0-or-later"
|
|
depends_dev="
|
|
amtk-dev
|
|
glib-dev
|
|
gtk+3.0-dev
|
|
gtksourceview4-dev
|
|
"
|
|
makedepends="$depends_dev
|
|
gobject-introspection-dev
|
|
gsettings-desktop-schemas-dev
|
|
gtk-doc
|
|
meson
|
|
vala
|
|
"
|
|
checkdepends="xvfb-run"
|
|
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
|
source="https://download.gnome.org/sources/tepl/${pkgver%.*}/tepl-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
abuild-meson \
|
|
. output
|
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
|
}
|
|
|
|
check() {
|
|
xvfb-run meson compile ${JOBS:+-j ${JOBS}} -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
71b1195c2ea65e38ed215cb51b68c5fc4fcbe0a7cd309ecafb41d2a5b1fbe51ac689ae16ba928751742407b6f85216720c07764b174abe6608c5089c4578d355 tepl-6.1.2.tar.xz
|
|
"
|