21 lines
711 B
Text
21 lines
711 B
Text
# Template build file for 'gnome-icon-theme-symbolic'.
|
|
pkgname=gnome-icon-theme-symbolic
|
|
version=3.10.1
|
|
revision=2
|
|
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=344e88e5f9dac3184bf012d9bac972110df2133b93d76f2ad128d4c9cbf41412
|
|
|
|
gnome-icon-theme-symbolic_package() {
|
|
depends="gnome-icon-theme>=3.10.0" # hasn't been updated yet
|
|
noarch="yes"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|