mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-24 15:01:49 +01:00
43 lines
1.1 KiB
Plaintext
43 lines
1.1 KiB
Plaintext
maintainer="fossdd <fossdd@pwned.life>"
|
|
pkgname=ptyxis
|
|
pkgver=47.10
|
|
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="
|
|
ca9a94b6eaa5a72b53afe6a090ca0ae520686cc2f75708265809f8d32c6a8f1c25e63d8fb62e662b1199a11fc0e4fe0f0aaecdba4817c1b7431d9c269c180393 ptyxis-47.10.tar.xz
|
|
4fffa58511b7fd3056dc3dc0e7f3bb536850fbe554c692171ece5e2945503c070422b4beffbd3708284ffc542188f8446555982ef997c95136cdb5c2986a9804 fix-W_EXITCODE.patch
|
|
8c491cd6d9f741f7537c3e73205c328dd325797929cf3676dad3e4f683ffbc76ddca55d495e5751bfe5e7b27e93a4175b65f94ee87c55e894c42740ed8651ba7 no-libc-compat.patch
|
|
"
|