mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-18 12:13:42 +02:00
47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
# Contributor: Angelo Verlain <hey@vixalien.com>
|
|
# Maintainer: Angelo Verlain <hey@vixalien.com>
|
|
pkgname=malcontent
|
|
pkgver=0.13.1
|
|
pkgrel=0
|
|
pkgdesc="Parental control support for applications"
|
|
url="https://gitlab.freedesktop.org/pwithnall/malcontent"
|
|
arch="all"
|
|
license="LGPL-2.1-or-later"
|
|
makedepends="
|
|
accountsservice-dev
|
|
desktop-file-utils
|
|
flatpak-dev
|
|
gtk4.0-dev
|
|
gobject-introspection-dev
|
|
dbus-dev
|
|
itstool
|
|
libadwaita-dev
|
|
libglib-testing-dev
|
|
linux-pam-dev
|
|
meson
|
|
polkit-dev
|
|
"
|
|
checkdepends="
|
|
dbus
|
|
gtk4.0-demo
|
|
"
|
|
subpackages="$pkgname-dev $pkgname-doc"
|
|
source="https://gitlab.freedesktop.org/pwithnall/malcontent/-/archive/$pkgver/malcontent-$pkgver.tar.gz"
|
|
|
|
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="
|
|
b87c1df487cda1cf85fea26904011f4616823006a20bb2953cfe7137dff4c9dd9ee846cfe4d0c24ff5a0c0ceede5a47c9dd813a66fb2b812ce2bf6f6ade7690d malcontent-0.13.1.tar.gz
|
|
"
|