From 4e73a3c11c0da3f67e61931ca458c634df98982d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 22 Jan 2015 21:31:15 +0100 Subject: [PATCH] adwaita-icon-theme: depends librsvg for the svg icons. --- srcpkgs/adwaita-icon-theme/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/adwaita-icon-theme/template b/srcpkgs/adwaita-icon-theme/template index c4a899e1dba..1b84f905271 100644 --- a/srcpkgs/adwaita-icon-theme/template +++ b/srcpkgs/adwaita-icon-theme/template @@ -1,11 +1,12 @@ # Template build file for 'adwaita-icon-theme'. pkgname=adwaita-icon-theme version=3.14.1 -revision=1 +revision=2 noarch=yes build_style=gnu-configure configure_args="--enable-icon-mapping" hostmakedepends="pkg-config intltool librsvg icon-naming-utils gtk-update-icon-cache" +depends="librsvg" short_desc="Theme consisting of a set of icons for GTK+" maintainer="Juan RP " homepage="http://www.gnome.org"