mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-08 09:54:43 +02:00
42 lines
1.1 KiB
Text
42 lines
1.1 KiB
Text
maintainer="fossdd <fossdd@pwned.life>"
|
|
pkgname=ptyxis
|
|
pkgver=48.4
|
|
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 --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
163f1d18f8f1486e82b1ed6f1f21851d1d19a38ce68a5748e46b0c25ffdd206d258ff8247a9b5aa3b661becbc6e1290f1d645d3ed16ab5a9e03515a19a4aae4f ptyxis-48.4.tar.xz
|
|
4fffa58511b7fd3056dc3dc0e7f3bb536850fbe554c692171ece5e2945503c070422b4beffbd3708284ffc542188f8446555982ef997c95136cdb5c2986a9804 fix-W_EXITCODE.patch
|
|
8c491cd6d9f741f7537c3e73205c328dd325797929cf3676dad3e4f683ffbc76ddca55d495e5751bfe5e7b27e93a4175b65f94ee87c55e894c42740ed8651ba7 no-libc-compat.patch
|
|
"
|