From 694a083a98d738f352d42cc711904395b0d6a7ae Mon Sep 17 00:00:00 2001 From: Rasmus Thomsen Date: Thu, 17 Oct 2019 12:50:52 +0200 Subject: community/adwaita-icon-theme: move from main Closes !509 --- community/adwaita-icon-theme/APKBUILD | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 community/adwaita-icon-theme/APKBUILD (limited to 'community/adwaita-icon-theme') diff --git a/community/adwaita-icon-theme/APKBUILD b/community/adwaita-icon-theme/APKBUILD new file mode 100644 index 0000000000..6e67822b5a --- /dev/null +++ b/community/adwaita-icon-theme/APKBUILD @@ -0,0 +1,34 @@ +# Contributor: Ɓukasz Jendrysik +# Contributor: Natanael Copa +# Maintainer: Rasmus Thomsen +pkgname=adwaita-icon-theme +pkgver=3.34.0 +pkgrel=0 +pkgdesc="Adwaita icon theme" +url="https://gitlab.gnome.org/GNOME/adwaita-icon-theme" +arch="all !s390x" +options="!check" # Icons only, no binaries. +license="LGPL-3.0-or-later OR CC-BY-SA-3.0" +depends="librsvg" +makedepends="intltool gtk+2.0 gtk+3.0 icon-naming-utils" +subpackages="$pkgname-dev" +source="https://download.gnome.org/sources/adwaita-icon-theme/${pkgver%.*}/adwaita-icon-theme-$pkgver.tar.xz" + +build() { + ./configure \ + --build=$CBUILD \ + --host=$CHOST \ + --prefix=/usr \ + --datadir=/usr/share \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --localstatedir=/var + make +} + +package() { + make DESTDIR="$pkgdir" install pkgconfigdir=/usr/lib/pkgconfig +} + +sha512sums="fc47e9448f498710fb9abf4c839918630f64cee189a0dec60672784bfdf6d350e6fc06d13732fb206380523507d1d3c3ca7609f68438d4b5b76d888b172d3072 adwaita-icon-theme-3.34.0.tar.xz" -- cgit v1.2.3