gnome-icon-theme: no need to depend on librsvg, only needed at build time.
This commit is contained in:
parent
cfdd365535
commit
8295225d4b
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template build file for 'gnome-icon-theme'.
|
# Template build file for 'gnome-icon-theme'.
|
||||||
pkgname=gnome-icon-theme
|
pkgname=gnome-icon-theme
|
||||||
version=3.6.2
|
version=3.6.2
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-icon-mapping"
|
configure_args="--enable-icon-mapping"
|
||||||
makedepends="pkg-config intltool icon-naming-utils"
|
makedepends="pkg-config intltool librsvg icon-naming-utils"
|
||||||
fulldepends="librsvg>=0"
|
|
||||||
short_desc="Theme consisting of a set of icons for GNOME"
|
short_desc="Theme consisting of a set of icons for GNOME"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/3.6/$pkgname-$version.tar.xz"
|
||||||
|
@ -14,8 +14,6 @@ long_desc="
|
||||||
This package contains a set of icons forming the default icon theme
|
This package contains a set of icons forming the default icon theme
|
||||||
for GNOME."
|
for GNOME."
|
||||||
|
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/share/icons/gnome/icon-theme.cache
|
rm -f ${DESTDIR}/usr/share/icons/gnome/icon-theme.cache
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue