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.3
|
|
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="
|
|
32fa27482fd50a32165b0fdd8ef9089f035a7c703e54d42d2f2b681b2043cbf0996d685ff59b9df141b12805a7678c0d8792198fd5728dd504bdf260ea4ea23d adwaita-xfce-icon-theme-0.0.3.tar.gz
|
|
"
|