aports/testing/ptyxis/APKBUILD

42 lines
1.1 KiB
Text

maintainer="fossdd <fossdd@pwned.life>"
pkgname=ptyxis
pkgver=48.1
pkgrel=0
pkgdesc="Container-oriented terminal"
url="https://gitlab.gnome.org/chergert/ptyxis"
arch="all"
license="GPL-3.0-or-later"
makedepends="
desktop-file-utils
gtk4.0-dev
json-glib-dev
libadwaita-dev
libportal-dev
meson
vte3-dev
"
subpackages="$pkgname-doc $pkgname-lang"
source="https://download.gnome.org/sources/ptyxis/${pkgver%.*}/ptyxis-$pkgver.tar.xz
fix-W_EXITCODE.patch
no-libc-compat.patch
"
build() {
abuild-meson \
output .
meson compile -C output
}
check() {
meson test --no-rebuild --print-errorlogs -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="
128dc54a910230a6e2b9ad94c8eef88f216fdfe509a234cbc95e870df7adce8fee62f8de8ca7ca437835816c94d0e2764bb07eb72dbe070c8b55981da9726ff8 ptyxis-48.1.tar.xz
4fffa58511b7fd3056dc3dc0e7f3bb536850fbe554c692171ece5e2945503c070422b4beffbd3708284ffc542188f8446555982ef997c95136cdb5c2986a9804 fix-W_EXITCODE.patch
8c491cd6d9f741f7537c3e73205c328dd325797929cf3676dad3e4f683ffbc76ddca55d495e5751bfe5e7b27e93a4175b65f94ee87c55e894c42740ed8651ba7 no-libc-compat.patch
"