mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/hicolor-icon-theme: upgrade to 0.18
This commit is contained in:
parent
c148c01ad5
commit
0d5b763d2f
@ -1,24 +1,24 @@
|
|||||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||||
pkgname=hicolor-icon-theme
|
pkgname=hicolor-icon-theme
|
||||||
pkgver=0.17
|
pkgver=0.18
|
||||||
pkgrel=2
|
pkgrel=0
|
||||||
pkgdesc="Freedesktop.org Hicolor icon theme"
|
pkgdesc="Freedesktop.org Hicolor icon theme"
|
||||||
url="https://www.freedesktop.org/wiki/Software/icon-theme/"
|
url="https://www.freedesktop.org/wiki/Software/icon-theme/"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
|
makedepends="meson"
|
||||||
options="!check" # Just icon set, no tests.
|
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"
|
source="https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-$pkgver.tar.xz"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
abuild-meson . output
|
||||||
--build=$CBUILD \
|
meson compile -C output
|
||||||
--host=$CHOST \
|
|
||||||
--prefix=/usr
|
|
||||||
make
|
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
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
|
||||||
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user