From eacf6faf83156da318a5e1c482f7cd55372f386e Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 30 Nov 2017 21:30:30 -0200 Subject: [PATCH] appstream-glib: add missing -devel dependency on gdk-pixbuf-devel. the .pc file indicates that it requires gdk-pixbuf-2.0. Closes: #9660 [via git-merge-pr] --- srcpkgs/appstream-glib/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/appstream-glib/template b/srcpkgs/appstream-glib/template index 8e2a7840e7b..6b108202193 100644 --- a/srcpkgs/appstream-glib/template +++ b/srcpkgs/appstream-glib/template @@ -1,7 +1,7 @@ # Template file for 'appstream-glib' pkgname=appstream-glib version=0.6.13 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config intltool gobject-introspection automake gperf gcab" # XXX: add libstemmer support @@ -23,7 +23,7 @@ post_install() { } appstream-glib-devel_package() { - depends="${sourcepkg}>=${version}_${revision} libarchive-devel gcab-devel" + depends="${sourcepkg}>=${version}_${revision} libarchive-devel gcab-devel gdk-pixbuf-devel" short_desc+=" - development files" pkg_install() { vmove usr/include