main/hicolor-icon-theme: upgrade to 0.18

This commit is contained in:
Sertonix 2024-07-11 17:08:13 +02:00 committed by Natanael Copa
parent c148c01ad5
commit 0d5b763d2f

View file

@ -1,24 +1,24 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=hicolor-icon-theme
pkgver=0.17
pkgrel=2
pkgver=0.18
pkgrel=0
pkgdesc="Freedesktop.org Hicolor icon theme"
url="https://www.freedesktop.org/wiki/Software/icon-theme/"
arch="noarch"
makedepends="meson"
options="!check" # Just icon set, no tests.
license="GPL-2.0-only"
license="GPL-2.0-or-later"
source="https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-$pkgver.tar.xz"
build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr
make
abuild-meson . output
meson compile -C output
}
package() {
make DESTDIR="$pkgdir" install
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
sha512sums="eca8655930aa7e234f42630041c0053fde067b970fad1f81c55fcd4c5046c03edfdf2ede72a3e78fba2908e7da53e9463d3c5ae12ab9f5ef261e29a49f9c7a8d hicolor-icon-theme-0.17.tar.xz"
sha512sums="
07db44fb6bec797445740832fa2b3ba56f5f335834161a26a4e5f767a8c45c0885ef1189e887b56752bd20c4b1aac101c5d4a395df4177cd3817ee5105db0d37 hicolor-icon-theme-0.18.tar.xz
"