mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 12:54:32 +02:00
30 lines
785 B
Text
30 lines
785 B
Text
# Contributor: knuxify <knuxify@gmail.com>
|
|
# Maintainer: knuxify <knuxify@gmail.com>
|
|
pkgname=adw-gtk3
|
|
pkgver=6.2
|
|
pkgrel=0
|
|
pkgdesc="The theme from libadwaita ported to GTK-3"
|
|
url="https://github.com/lassekongo83/adw-gtk3"
|
|
arch="noarch"
|
|
license="LGPL-2.1-or-later"
|
|
makedepends="meson dart-sass-js"
|
|
source="https://github.com/lassekongo83/adw-gtk3/archive/refs/tags/v$pkgver/adw-gtk3-$pkgver.tar.gz"
|
|
options="!check" # no test suite
|
|
|
|
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="
|
|
387e6605cb564acf6163fd60cb4ae99b9897a806b42adf102d3d5db43e9f7c665cf3f1dd906145800af8c4b066263a31c0399041fc45a1918892a8103bbb7f9d adw-gtk3-6.2.tar.gz
|
|
"
|