34 lines
1.1 KiB
Text
34 lines
1.1 KiB
Text
|
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||
|
pkgname=hiprompt-gtk-ptrc
|
||
|
pkgver=0_git20230225
|
||
|
pkgrel=0
|
||
|
_commit=8d6ef1d042ec2731f84245164094e622f4be3f2d
|
||
|
pkgdesc="A GTK+ Himitsu prompter for Wayland"
|
||
|
url="https://git.sr.ht/~sircmpwn/hiprompt-gtk-py"
|
||
|
arch="noarch"
|
||
|
license="GPL-3.0-or-later"
|
||
|
source="$pkgname-$_commit.tar.gz::https://git.sr.ht/~sircmpwn/hiprompt-gtk-py/archive/$_commit.tar.gz
|
||
|
im-too-lazy-to-fork.patch
|
||
|
"
|
||
|
depends="python3 py3-gobject3 gtk+3.0"
|
||
|
makedepends="py3-setuptools glib-dev meson ninja"
|
||
|
builddir="$srcdir/hiprompt-gtk-py-$_commit"
|
||
|
|
||
|
build() {
|
||
|
abuild-meson . output
|
||
|
meson compile ${JOBS:+-j ${JOBS}} -C output
|
||
|
}
|
||
|
|
||
|
check() {
|
||
|
meson test --no-rebuild -C output
|
||
|
}
|
||
|
|
||
|
package() {
|
||
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||
|
}
|
||
|
|
||
|
sha512sums="
|
||
|
cac43582ae8de7cb0c68cf28309644a10b6e797d8477ff6af06fc18fd14c3a3a86ae6f17e1f549b39dd263cd43482219a2fb10c7e77e5863da5c72f28c66993c hiprompt-gtk-ptrc-8d6ef1d042ec2731f84245164094e622f4be3f2d.tar.gz
|
||
|
70d328a80f5941368f5da9989bf8d1226c3a1db4626b552c9d31418feba49ea0afee2c430c96a344bca003ac6e82020d08bb2700b283421aefcc4f3a04a41e92 im-too-lazy-to-fork.patch
|
||
|
"
|