mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
26 lines
746 B
Plaintext
26 lines
746 B
Plaintext
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=adwaita-xfce-icon-theme
|
|
pkgver=0.0.4
|
|
pkgrel=0
|
|
pkgdesc="Adwaita missing icons that are used in Xfce"
|
|
url="https://github.com/shimmerproject/adwaita-xfce-icon-theme"
|
|
arch="noarch"
|
|
license="GPL-2.0-only"
|
|
options="!check" # no testsuite. just icons
|
|
depends="adwaita-icon-theme"
|
|
source="https://github.com/shimmerproject/adwaita-xfce-icon-theme/archive/refs/tags/$pkgver/adwaita-xfce-icon-theme-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix=/usr
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="
|
|
8425d5ea5d3e3288a6e137b9008529674aa745f56fe80c90d927c1a1576da4b8dc030e808f0da5828289ec7a85adf2306d6def96fe2ec9388e68da0aadd08bbb adwaita-xfce-icon-theme-0.0.4.tar.gz
|
|
"
|