mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
46 lines
1.0 KiB
Plaintext
46 lines
1.0 KiB
Plaintext
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
|
|
# Maintainer: mio <miyopan@e.email>
|
|
pkgname=libgedit-tepl
|
|
pkgver=6.10.0
|
|
pkgrel=1
|
|
pkgdesc="Text editor product line based on GTK"
|
|
url="https://github.com/gedit-technology/libgedit-tepl"
|
|
arch="all"
|
|
license="LGPL-3.0-or-later"
|
|
depends_dev="
|
|
glib-dev
|
|
gtk+3.0-dev
|
|
libgedit-gtksourceview-dev
|
|
"
|
|
makedepends="
|
|
$depends_dev
|
|
gobject-introspection-dev
|
|
gsettings-desktop-schemas-dev
|
|
gtk-doc
|
|
libgedit-amtk-dev
|
|
libgedit-gfls-dev
|
|
libhandy1-dev
|
|
meson
|
|
"
|
|
checkdepends="xvfb-run"
|
|
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
|
source="https://github.com/gedit-technology/libgedit-tepl/archive/$pkgver/libgedit-tepl-$pkgver.tar.gz"
|
|
replaces="tepl"
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile -C output
|
|
}
|
|
|
|
check() {
|
|
xvfb-run -a meson test --no-rebuild -v -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
d50eb7bc98b204ba0cc892bedc748ac2ee2fbcc8689f2f225a7e6e9aad40fc055054f7b5e0328d12bcfe963438979fd89541a6105ddf9a142d280e9f5f98db25 libgedit-tepl-6.10.0.tar.gz
|
|
"
|