21 lines
689 B
Text
21 lines
689 B
Text
# Template build file for 'gnome-icon-theme-symbolic'.
|
|
pkgname=gnome-icon-theme-symbolic
|
|
version=3.10.0
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="GTK_UPDATE_ICON_CACHE=/bin/true"
|
|
hostmakedepends="pkg-config intltool icon-naming-utils gnome-icon-theme>=3.8.0"
|
|
short_desc="GNOME Desktop icon theme (symbolic icons)"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
checksum=70d3ed884cbee59f2335198b5759d09ab1e075df1ced2730c20c926dd3670334
|
|
|
|
gnome-icon-theme-symbolic_package() {
|
|
depends="gnome-icon-theme>=${version}"
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|