[arch-commits] Commit in gnome-disk-utility/gnome-unstable (PKGBUILD bug593381.patch)

Jan de Groot jgc at archlinux.org
Tue Sep 8 10:22:02 UTC 2009


    Date: Tuesday, September 8, 2009 @ 06:22:02
  Author: jgc
Revision: 51415

Update to 0.5 - add patch to fix compilation

Added:
  gnome-disk-utility/gnome-unstable/bug593381.patch
Modified:
  gnome-disk-utility/gnome-unstable/PKGBUILD

-----------------+
 PKGBUILD        |   16 ++++++++--------
 bug593381.patch |   21 +++++++++++++++++++++
 2 files changed, 29 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-08 10:06:15 UTC (rev 51414)
+++ PKGBUILD	2009-09-08 10:22:02 UTC (rev 51415)
@@ -2,24 +2,24 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gnome-disk-utility
-pkgver=0.4
+pkgver=0.5
 pkgrel=1
 pkgdesc="GNOME libraries and applications for dealing with storage devices"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://www.gnome.org"
-depends=('glib2>=2.21.4' 'dbus-glib>=0.80' 'gnome-keyring>=2.27.90' 'gtk2>=2.17.6' 'libunique>=1.0.8' 'devicekit-disks>=005' 'libnotify>=0.4.5' 'hicolor-icon-theme')
+depends=('dbus-glib>=0.80' 'gnome-keyring>=2.27.90' 'gtk2>=2.17.11' 'libunique>=1.1.2' 'devicekit-disks>=006' 'libnotify>=0.4.5' 'hicolor-icon-theme')
 makedepends=('gnome-doc-utils' 'gtk-doc' 'intltool')
-options=('!libtool' '!emptydirs')
+options=('!libtool' '!emptydirs' '!makeflags')
 install=gnome-disk-utility.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2
-        drop-polkit.patch)
-sha1sums=('7f8590420a8b415b4ea8b88ebea503f5d1fbab93'
-          '456a5b92b826f6d79761c862a1c237e0b97438b7')
+source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.bz2
+        bug593381.patch)
+md5sums=('1764bfcaf3383d2a22c1d73d80be4f66'
+         '0f232c09f8371c9d89940021061f0d91')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/drop-polkit.patch" || return 1
+  patch -Np1 -i "${srcdir}/bug593381.patch" || return 1
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
       --libexecdir=/usr/lib/gnome-disk-utility \
       --disable-scrollkeeper --disable-nautilus || return 1

Added: bug593381.patch
===================================================================
--- bug593381.patch	                        (rev 0)
+++ bug593381.patch	2009-09-08 10:22:02 UTC (rev 51415)
@@ -0,0 +1,21 @@
+From 838c4b1e88ba8bd666b8a34ee8357d69066987e3 Mon Sep 17 00:00:00 2001
+From: David Zeuthen <davidz at redhat.com>
+Date: Wed, 02 Sep 2009 17:56:12 +0000
+Subject: Bug 593381 - fix error caused by zh_CN translation
+
+---
+diff --git a/help/zh_CN/zh_CN.po b/help/zh_CN/zh_CN.po
+index e0e344d..0a99369 100644
+--- a/help/zh_CN/zh_CN.po
++++ b/help/zh_CN/zh_CN.po
+@@ -13,7 +13,7 @@ msgstr ""
+ "MIME-Version: 1.0\n"
+ "Content-Type: text/plain; charset=UTF-8\n"
+ "Content-Transfer-Encoding: 8bit\n"
+-"Plural-Forms: 0\n"
++"Plural-Forms: nplurals=1; plural=0;\n"
+ 
+ #. When image changes, this message will be marked fuzzy or untranslated for you.
+ #. It doesn't matter what you translate it to: it's not used at all.
+--
+cgit v0.8.2




More information about the arch-commits mailing list