19 lines
678 B
Bash
19 lines
678 B
Bash
# Template file for 'gnome-icon-theme'
|
|
pkgname=gnome-icon-theme
|
|
version=3.12.0
|
|
revision=3
|
|
build_style=gnu-configure
|
|
configure_args="--enable-icon-mapping"
|
|
hostmakedepends="pkg-config intltool librsvg icon-naming-utils gtk-update-icon-cache"
|
|
makedepends="icon-naming-utils"
|
|
short_desc="Theme consisting of a set of icons for GNOME"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://www.gnome.org"
|
|
distfiles="${GNOME_SITE}/gnome-icon-theme/${version%.*}/gnome-icon-theme-${version}.tar.xz"
|
|
checksum=359e720b9202d3aba8d477752c4cd11eced368182281d51ffd64c8572b4e503a
|
|
|
|
post_install() {
|
|
rm -f ${DESTDIR}/usr/share/icons/gnome/icon-theme.cache
|
|
}
|