2009-04-21 20:34:31 +02:00
|
|
|
# Template build file for 'gnome-icon-theme'.
|
|
|
|
pkgname=gnome-icon-theme
|
2013-09-26 20:14:38 +02:00
|
|
|
version=3.10.0
|
2013-03-28 17:45:46 +01:00
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-04-08 15:44:11 +02:00
|
|
|
configure_args="--enable-icon-mapping"
|
2013-03-28 17:45:46 +01:00
|
|
|
hostmakedepends="pkg-config intltool librsvg icon-naming-utils"
|
2009-04-21 20:34:31 +02:00
|
|
|
short_desc="Theme consisting of a set of icons for GNOME"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2013-03-28 17:45:46 +01:00
|
|
|
homepage="http://www.gnome.org"
|
|
|
|
license="GPL-2"
|
2013-09-26 20:14:38 +02:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
|
|
checksum=c65472b5846c67b97fe75200c5180faccd1347a04caa8390fc0ad23de75b36f6
|
2009-04-21 20:34:31 +02:00
|
|
|
|
2012-03-20 16:00:14 +01:00
|
|
|
post_install() {
|
2011-04-08 15:44:11 +02:00
|
|
|
rm -f ${DESTDIR}/usr/share/icons/gnome/icon-theme.cache
|
2010-05-13 14:35:35 +02:00
|
|
|
}
|
2013-04-12 15:11:12 +02:00
|
|
|
|
|
|
|
gnome-icon-theme_package() {
|
|
|
|
noarch="yes"
|
|
|
|
pkg_install() {
|
2013-05-13 22:46:47 +02:00
|
|
|
vmove all
|
2013-04-12 15:11:12 +02:00
|
|
|
}
|
|
|
|
}
|