[arch-commits] Commit in glade/trunk (PKGBUILD warnfix.patch)

Jan Steffens heftig at nymeria.archlinux.org
Sat Mar 29 15:58:42 UTC 2014


    Date: Saturday, March 29, 2014 @ 16:58:42
  Author: heftig
Revision: 209118

3.18.1

Modified:
  glade/trunk/PKGBUILD
Deleted:
  glade/trunk/warnfix.patch

---------------+
 PKGBUILD      |   10 ++++------
 warnfix.patch |   11 -----------
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-29 11:42:27 UTC (rev 209117)
+++ PKGBUILD	2014-03-29 15:58:42 UTC (rev 209118)
@@ -2,7 +2,7 @@
 # Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=glade
-pkgver=3.18.0
+pkgver=3.18.1
 pkgrel=1
 pkgdesc="User interface builder for GTK+ and GNOME."
 arch=(i686 x86_64)
@@ -13,15 +13,13 @@
             'devhelp: help browser')
 url="http://glade.gnome.org/"
 install=glade.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
-        warnfix.patch)
-sha256sums=('ab95d910c148e82a9c0bf18e44a68924b739c5a4d2d998d922cef11b3e3c6a73'
-            '1669b935e9608ea6be515bd3840394b79f1046b47343f8fbc7ef359481f31f6f')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('9d5f141c4469a5a0a3f93fadb901b847030bc7318e80a8a6a0f09df7f194fc28')
 
 prepare() {
   cd "$pkgname-$pkgver"
-  patch -Np0 -i ../warnfix.patch
 }
+
 build() {
   cd "$pkgname-$pkgver"
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \

Deleted: warnfix.patch
===================================================================
--- warnfix.patch	2014-03-29 11:42:27 UTC (rev 209117)
+++ warnfix.patch	2014-03-29 15:58:42 UTC (rev 209118)
@@ -1,11 +0,0 @@
---- src/glade-http.c.orig	2014-03-25 09:22:52.235399882 +0000
-+++ src/glade-http.c	2014-03-25 09:23:24.131855225 +0000
-@@ -185,7 +185,7 @@
- 
-   if (priv->data->len != count)
-     {
--      g_warning ("priv->data_size = %ld, write = %ld", priv->data->len, count);
-+      g_warning ("priv->data_size = %" G_GSIZE_FORMAT ", write = %" G_GSIZE_FORMAT, priv->data->len, count);
-       return;
-     }
- 




More information about the arch-commits mailing list