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

Jan Steffens heftig at nymeria.archlinux.org
Sun Mar 31 05:50:15 UTC 2013


    Date: Sunday, March 31, 2013 @ 07:50:15
  Author: heftig
Revision: 181047

3.2.0

Modified:
  gthumb/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-31 05:27:19 UTC (rev 181046)
+++ PKGBUILD	2013-03-31 05:50:15 UTC (rev 181047)
@@ -4,26 +4,26 @@
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=gthumb
-pkgver=3.1.2
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Image browser and viewer for the GNOME Desktop"
 arch=(i686 x86_64)
-license=('GPL')
+license=(GPL)
 url="http://live.gnome.org/gthumb"
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'dconf' 'librsvg' 'clutter-gtk'
-         'gstreamer0.10-base' 'gsettings-desktop-schemas' 'libwebp')
-makedepends=('intltool' 'gnome-doc-utils' 'libchamplain' 'libopenraw' 'exiv2' 'libsoup-gnome'
-             'brasero' 'librsvg' 'libopenraw' 'liboauth')
+depends=(desktop-file-utils hicolor-icon-theme dconf librsvg clutter-gtk
+         gst-plugins-base-libs gsettings-desktop-schemas libwebp libsecret
+         libsoup webkitgtk3 json-glib)
+makedepends=(intltool gnome-doc-utils libchamplain libopenraw exiv2
+             brasero librsvg libopenraw liboauth)
 optdepends=('libopenraw: read RAW files'
             'exiv2: metadata support'
             'libchamplain: map viewer'
             'brasero: burn discs'
-            'libsoup-gnome: web albums'
             'liboauth: web albums')
 options=('!libtool' '!emptydirs')
 install=gthumb.install
 source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('5e7f80b3ffa8a6e06b9f1bf0cfa869f772af4163b842a7f457c9dc68ff7e6f8f')
+sha256sums=('d48db6ab9d3ab052bdeb0e43f17afef90db1329111941d289e7be4b11ec0cbbf')
 
 build() {
   cd $pkgname-$pkgver
@@ -37,6 +37,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install




More information about the arch-commits mailing list