26 lines
735 B
Plaintext
26 lines
735 B
Plaintext
# Template build file for 'gnome-icon-theme'.
|
|
pkgname=gnome-icon-theme
|
|
version=2.31.0
|
|
distfiles="${GNOME_SITE}/$pkgname/2.31/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="Theme consisting of a set of icons for GNOME"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=ea7e05b77ead159379392b3b275ca0c9cbacd7d936014e447cc7c5e27a767982
|
|
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()
|
|
{
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
mv ${DESTDIR}/usr/share/pkgconfig ${DESTDIR}/usr/lib
|
|
}
|