mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 20:46:39 +02:00
41 lines
891 B
Text
41 lines
891 B
Text
# Contributor: fossdd <fossdd@pwned.life>
|
|
# Maintainer: fossdd <fossdd@pwned.life>
|
|
pkgname=refine
|
|
pkgver=0.5.4
|
|
pkgrel=0
|
|
pkgdesc="Explore and tweak advanced settings in GNOME"
|
|
url="https://tesk.page/refine/"
|
|
arch="noarch"
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
gtk4.0
|
|
libadwaita
|
|
"
|
|
makedepends="
|
|
blueprint-compiler
|
|
desktop-file-utils
|
|
gettext
|
|
glib-dev
|
|
meson
|
|
"
|
|
subpackages="$pkgname-lang"
|
|
source="https://gitlab.gnome.org/TheEvilSkeleton/Refine/-/archive/$pkgver/Refine-$pkgver.tar.gz"
|
|
builddir="$srcdir/Refine-$pkgver"
|
|
|
|
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="
|
|
fe76bc0c4a691dcb4e083f87ab6989d6524e1cac0c9940ceaa4c7fa2716c7bb9f8985cc52e905eca83e69f978ccde465853d05f480d7dfe6c296661f59a38f80 Refine-0.5.4.tar.gz
|
|
"
|