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

Jan Steffens heftig at nymeria.archlinux.org
Tue Oct 15 13:55:27 UTC 2013


    Date: Tuesday, October 15, 2013 @ 15:55:27
  Author: heftig
Revision: 196560

3.2.4

Modified:
  gthumb/trunk/PKGBUILD
Deleted:
  gthumb/trunk/gtk310.patch

--------------+
 PKGBUILD     |   11 ++++-------
 gtk310.patch |   29 -----------------------------
 2 files changed, 4 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-15 13:46:33 UTC (rev 196559)
+++ PKGBUILD	2013-10-15 13:55:27 UTC (rev 196560)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Kieslich <tobias at 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 @@
             '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() {

Deleted: gtk310.patch
===================================================================
--- gtk310.patch	2013-10-15 13:46:33 UTC (rev 196559)
+++ gtk310.patch	2013-10-15 13:55:27 UTC (rev 196560)
@@ -1,29 +0,0 @@
-From 36ba0c99c1780ca9f23f220ced70a76b97ce8260 Mon Sep 17 00:00:00 2001
-From: Paolo Bacchilega <paobac at 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




More information about the arch-commits mailing list