mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-06 01:44:36 +02:00
27 lines
790 B
Text
27 lines
790 B
Text
# Contributor: Dylan Van Assche <me@dylanvanassche.be>
|
|
# Maintainer: team/phosh <me@dylanvanassche.be>
|
|
pkgname=feedbackd-device-themes
|
|
pkgver=0.8.3
|
|
pkgrel=0
|
|
pkgdesc="Feedbackd device themes for different devices"
|
|
url="https://gitlab.freedesktop.org/agx/feedbackd"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later"
|
|
makedepends="meson json-glib-dev"
|
|
source="https://sources.phosh.mobi/releases/feedbackd-device-themes/feedbackd-device-themes-$pkgver.tar.xz"
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
}
|
|
|
|
check() {
|
|
meson test --print-errorlogs -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
3b0540a43da211c4ac2bcda1420d4bc8c034b2a61b97d73da8b2b27466a1dc033f8515b12e5d076de3b80ab36be521b02fccdbf03f9b0d49ff3c98327a10a9e6 feedbackd-device-themes-0.8.3.tar.xz
|
|
"
|