From 211709a2f09bd677aa1deac0dc82fde6ce1c8626 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 2 Jun 2012 00:01:53 +0000 Subject: Sat Jun 2 00:01:53 UTC 2012 --- extra/xfce4-power-manager/PKGBUILD | 15 +++++++--- ...ower-manager-1.2.0-sync-en-gb-translation.patch | 34 ++++++++++++++++++++++ 2 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 extra/xfce4-power-manager/xfce4-power-manager-1.2.0-sync-en-gb-translation.patch (limited to 'extra/xfce4-power-manager') diff --git a/extra/xfce4-power-manager/PKGBUILD b/extra/xfce4-power-manager/PKGBUILD index f3f460a6a..6adb11b90 100644 --- a/extra/xfce4-power-manager/PKGBUILD +++ b/extra/xfce4-power-manager/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 157932 2012-04-30 06:20:21Z foutrelis $ +# $Id: PKGBUILD 160263 2012-05-31 17:40:20Z foutrelis $ # Maintainer: Evangelos Foutras # Contributor: Tobias Kieslich pkgname=xfce4-power-manager pkgver=1.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Power manager for Xfce desktop" arch=('i686' 'x86_64') url="http://xfce-goodies.berlios.de/" @@ -14,12 +14,19 @@ depends=('xfce4-panel' 'upower' 'udisks' 'libnotify' 'hicolor-icon-theme') makedepends=('pkgconfig' 'intltool') options=('!libtool') install=$pkgname.install -source=(http://archive.xfce.org/src/apps/$pkgname/1.2/$pkgname-$pkgver.tar.bz2) -sha256sums=('d7fb98a540284b62f4201527de17d4b24123f9d26c9f49131dd497c8387184e9') +source=(http://archive.xfce.org/src/apps/$pkgname/1.2/$pkgname-$pkgver.tar.bz2 + xfce4-power-manager-1.2.0-sync-en-gb-translation.patch) +sha256sums=('d7fb98a540284b62f4201527de17d4b24123f9d26c9f49131dd497c8387184e9' + 'c8e1dfafd685c2abf1fcc2b3682f5b1eb2e7f1d4fa557f11a7478437eef9a933') build() { cd "$srcdir/$pkgname-$pkgver" + # Fix en_GB translation + # https://bugs.archlinux.org/task/30055 + patch -d po -Np0 -i \ + "$srcdir/xfce4-power-manager-1.2.0-sync-en-gb-translation.patch" + ./configure \ --prefix=/usr \ --sysconfdir=/etc \ diff --git a/extra/xfce4-power-manager/xfce4-power-manager-1.2.0-sync-en-gb-translation.patch b/extra/xfce4-power-manager/xfce4-power-manager-1.2.0-sync-en-gb-translation.patch new file mode 100644 index 000000000..ca7a3dc31 --- /dev/null +++ b/extra/xfce4-power-manager/xfce4-power-manager-1.2.0-sync-en-gb-translation.patch @@ -0,0 +1,34 @@ +--- en_GB.po.orig 2012-05-31 20:18:09.000000000 +0300 ++++ en_GB.po 2012-05-31 20:25:09.000000000 +0300 +@@ -345,9 +345,8 @@ msgid "" + "An application is currently disabling the automatic sleep. Doing this action " + "now may damage the working state of this application." + msgstr "" +-"An application is currently disabling the automatic sleep, doing this action " +-"now may damage the working state of this application, are you sure you want " +-"to hibernate the system?" ++"An application is currently disabling the automatic sleep. Doing this action " ++"now may damage the working state of this application." + + #: ../src/xfpm-power.c:331 + msgid "Are you sure you want to hibernate the system?" +@@ -548,8 +547,7 @@ msgid "" + "%s (%i%%)\n" + "%s until is fully charged." + msgstr "" +-"%s\n" +-"Your %s is charging (%i%%)\n" ++"%s (%i%%)\n" + "%s until is fully charged." + + #: ../src/xfpm-battery.c:232 ../src/xfpm-battery.c:268 +@@ -568,8 +566,7 @@ msgid "" + "%s (%i%%)\n" + "Estimated time left is %s." + msgstr "" +-"%s\n" +-"Your %s is discharging (%i%%)\n" ++"%s (%i%%)\n" + "Estimated time left is %s." + + #: ../src/xfpm-battery.c:250 ../src/xfpm-battery.c:271 -- cgit v1.2.3-54-g00ecf