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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Mon Jun 23 12:04:14 UTC 2014


    Date: Monday, June 23, 2014 @ 14:04:13
  Author: flexiondotorg
Revision: 113455

upgpkg: eom 1.8.0-3 - Fix SVG support

Modified:
  eom/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-23 12:03:43 UTC (rev 113454)
+++ PKGBUILD	2014-06-23 12:04:13 UTC (rev 113455)
@@ -3,14 +3,14 @@
 
 pkgname=eom
 pkgver=1.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An image viewing and cataloging program for MATE"
 url="http://mate-desktop.org"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('dbus-glib' 'desktop-file-utils' 'gtk2' 'exempi' 'lcms2' 'libexif'
-         'libjpeg-turbo' 'mate-desktop' 'mate-icon-theme' 'pygtk' 'python2'
-         'python2-gobject2' 'startup-notification' 'zlib')
+         'libjpeg-turbo' 'librsvg' 'mate-desktop' 'mate-icon-theme' 'pygtk'
+         'python2' 'python2-gobject2' 'startup-notification' 'zlib')
 makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
 replaces=('mate-image-viewer')
@@ -26,7 +26,8 @@
     PYTHON=/usr/bin/python2 ./configure \
         --prefix=/usr \
         --localstatedir=/var \
-        --with-gtk=2.0
+        --with-gtk=2.0 \
+        --with-librsvg
     make
 }
 




More information about the arch-commits mailing list