23dd7d008e
- There's no need to set build_style for custom-install (default). - gnu_{configure,makefile} renamed to gnu-{configure,makefile}.
22 lines
870 B
Text
22 lines
870 B
Text
# Template build file for 'gnome-icon-theme-symbolic'.
|
|
pkgname=gnome-icon-theme-symbolic
|
|
version=3.2.1
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
|
build_style=gnu-configure
|
|
short_desc="GNOME Desktop icon theme (symbolic icons)"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=a558af2f87f761f00421f49c1addd2149b70228158e09327fa861219ac1a63cb
|
|
long_desc="
|
|
This package contains the default icon theme used by the GNOME desktop.
|
|
The icons are used in the panel menu, and in nautilus and other applications,
|
|
to represent the different applications, files, directories, and devices.
|
|
|
|
This package contains symbolic cons for the default GNOME icon theme."
|
|
|
|
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 gnome-icon-theme
|