23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
25 lines
746 B
Text
25 lines
746 B
Text
# Template build file for 'gnome-icon-theme'.
|
|
pkgname=gnome-icon-theme
|
|
version=3.2.1.2
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-icon-mapping"
|
|
short_desc="Theme consisting of a set of icons for GNOME"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=ddd4e7599c42244055a59612ea8ea6153624d37d8e331bc0fb0337519000f476
|
|
long_desc="
|
|
This package contains a set of icons forming the default icon theme
|
|
for GNOME."
|
|
|
|
noarch=yes
|
|
gtk_iconcache_dirs="/usr/share/icons/gnome"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build icon-naming-utils
|
|
Add_dependency full librsvg
|
|
|
|
post_install()
|
|
{
|
|
rm -f ${DESTDIR}/usr/share/icons/gnome/icon-theme.cache
|
|
}
|