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

Jan de Groot jgc at archlinux.org
Thu Jul 2 17:09:40 UTC 2009


    Date: Thursday, July 2, 2009 @ 13:09:40
  Author: jgc
Revision: 44535

upgpkg: eog 2.26.3-1
    Build for libjpeg7, remove python dependency and build without python support. The previous package did not contain all the required dependencies for this anyways

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-02 16:57:29 UTC (rev 44534)
+++ PKGBUILD	2009-07-02 17:09:40 UTC (rev 44535)
@@ -2,19 +2,19 @@
 # Jan de Groot <jgc at archlinux.org>
 
 pkgname=eog
-pkgver=2.26.2
+pkgver=2.26.3
 pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
 arch=(i686 x86_64)
 license=('GPL')
-depends=('gnome-desktop>=2.26.0' 'libexif>=0.6.17' 'lcms>=1.18' 'desktop-file-utils' 'gnome-icon-theme>=2.26.0' 'exempi>=2.1.0' 'libart-lgpl' 'python>=2.6')
+depends=('gnome-desktop>=2.26.3' 'libexif>=0.6.17' 'lcms>=1.18-2' 'desktop-file-utils' 'gnome-icon-theme>=2.26.0' 'exempi>=2.1.0' 'libart-lgpl')
 makedepends=('pkgconfig' 'gnome-doc-utils>=0.16.0' 'intltool')
 install=eog.install
 groups=('gnome-extra')
 options=(!emptydirs)
 url="http://www.gnome.org"
 source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/2.26/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8a0f8fafe627bb7fcc95ea10d148b7c1')
+md5sums=('0660a0ce0fa4a46656fad84d61895917')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list