summaryrefslogtreecommitdiff
path: root/extra/gthumb
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-16 00:57:16 -0700
committerroot <root@rshg054.dnsready.net>2013-10-16 00:57:16 -0700
commitc22d00d6478c9a00b4c7e491af65637537247c8f (patch)
treee6346097789cc44df5dc5e4340ad33ffe507b31c /extra/gthumb
parent5d8af7c82b707f4cbda87bb0538fef84daf3791b (diff)
Wed Oct 16 00:56:43 PDT 2013
Diffstat (limited to 'extra/gthumb')
-rw-r--r--extra/gthumb/PKGBUILD13
-rw-r--r--extra/gthumb/gtk310.patch29
2 files changed, 5 insertions, 37 deletions
diff --git a/extra/gthumb/PKGBUILD b/extra/gthumb/PKGBUILD
index 49267ecbf..58f88dba6 100644
--- a/extra/gthumb/PKGBUILD
+++ b/extra/gthumb/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 196101 2013-10-07 11:52:31Z jgc $
+# $Id: PKGBUILD 196562 2013-10-15 13:57:17Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Tobias Kieslich <tobias@justdreams.de>
pkgname=gthumb
-pkgver=3.2.3
-pkgrel=4
+pkgver=3.2.4
+pkgrel=1
pkgdesc="Image browser and viewer for the GNOME Desktop"
arch=(i686 x86_64)
license=(GPL)
@@ -21,14 +21,11 @@ optdepends=('libopenraw: read RAW files'
'liboauth: web albums')
options=('!libtool' '!emptydirs')
install=gthumb.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
- gtk310.patch)
-sha256sums=('9f596b6e59b70bbdf177930f6b2cbc6aabdfc1a281db527e3515946c5ca4e70a'
- 'dcbfad2eb7047c1ea4210dc0af1054dc2ec863331f12fcd59c05021570d38bfe')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0b94e7317911334c80fce5116970186963419fd0c25eed4ecca2a4ddcc968177')
prepare() {
cd $pkgname-$pkgver
- patch -Np1 -i ../gtk310.patch
}
build() {
diff --git a/extra/gthumb/gtk310.patch b/extra/gthumb/gtk310.patch
deleted file mode 100644
index 86f0e99e8..000000000
--- a/extra/gthumb/gtk310.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 36ba0c99c1780ca9f23f220ced70a76b97ce8260 Mon Sep 17 00:00:00 2001
-From: Paolo Bacchilega <paobac@src.gnome.org>
-Date: Fri, 27 Sep 2013 15:40:33 +0000
-Subject: Fixed broken window layout with gtk+ 3.10
-
-[bug #708800]
----
-diff --git a/gthumb/gth-window.c b/gthumb/gth-window.c
-index a2960bc..a2cce99 100644
---- a/gthumb/gth-window.c
-+++ b/gthumb/gth-window.c
-@@ -324,6 +324,7 @@ gth_window_attach (GthWindow *window,
- return;
- }
-
-+ gtk_widget_set_vexpand (child, FALSE);
- gtk_grid_attach (GTK_GRID (window->priv->grid),
- child,
- 0, position,
-@@ -362,6 +363,7 @@ gth_window_attach_content (GthWindow *window,
-
- _gtk_container_remove_children (GTK_CONTAINER (window->priv->contents[page]), NULL, NULL);
- gtk_widget_set_hexpand (child, TRUE);
-+ gtk_widget_set_vexpand (child, TRUE);
- gtk_container_add (GTK_CONTAINER (window->priv->contents[page]), child);
- }
-
---
-cgit v0.9.2