[arch-commits] Commit in gtk2/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed May 6 11:45:00 UTC 2015


    Date: Wednesday, May 6, 2015 @ 13:45:00
  Author: heftig
Revision: 238543

Depend on librsvg for SVG support

Modified:
  gtk2/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-06 11:39:33 UTC (rev 238542)
+++ PKGBUILD	2015-05-06 11:45:00 UTC (rev 238543)
@@ -4,11 +4,12 @@
 pkgbase=gtk2
 pkgname=('gtk2' 'gtk-update-icon-cache')
 pkgver=2.24.27
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://www.gtk.org/"
 makedepends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage'
-             'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 'gobject-introspection' 'python2')
+             'shared-mime-info' 'cairo' 'libcups' 'gdk-pixbuf2' 'gobject-introspection' 'python2'
+             'librsvg')
 license=('LGPL')
 source=(http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
         gtkrc xid-collision-debug.patch)
@@ -39,7 +40,7 @@
     pkgdesc="GTK+ is a multi-platform toolkit (v2)"
     install=gtk2.install
     depends=('atk' 'pango' 'libxcursor' 'libxinerama' 'libxrandr' 'libxi' 'libxcomposite' 'libxdamage' 
-             'shared-mime-info' 'cairo' 'libcups' 'gtk-update-icon-cache')
+             'shared-mime-info' 'cairo' 'libcups' 'gtk-update-icon-cache' 'librsvg')
     optdepends=('gnome-themes-standard: Default widget theme'
                 'gnome-icon-theme: Default icon theme')
     replaces=('gtk2-docs')



More information about the arch-commits mailing list