diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-13 07:58:59 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-13 07:58:59 -0300 |
commit | 1c0a3ec17b08eda6509c57a9fba7a0cbee779fca (patch) | |
tree | c57c865742b3c258688f73ff672ece1c56ec70c5 | |
parent | ab30bdc44aab512f2b63d09e33b69c4026749d43 (diff) |
xarchiver-libre-0.5.3-4.1: fix po files
-rw-r--r-- | libre/xarchiver-libre/PKGBUILD | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libre/xarchiver-libre/PKGBUILD b/libre/xarchiver-libre/PKGBUILD index c24d97700..f97fcf31c 100644 --- a/libre/xarchiver-libre/PKGBUILD +++ b/libre/xarchiver-libre/PKGBUILD @@ -7,7 +7,7 @@ _pkgname=xarchiver pkgname=xarchiver-libre pkgver=0.5.3 -pkgrel=4 +pkgrel=4.1 pkgdesc="GTK+ frontend to various command line archivers, without nonfree unrar support" arch=('i686' 'x86_64' 'mips64el') url="http://xarchiver.sourceforge.net/" @@ -55,6 +55,13 @@ prepare() { # Remove nonfree unRAR support patch -Np1 -i ../xarchiver-0.5.3-remove-nonfree-unrar-support.patch rm -v src/rar.{c,h} + + # Fix po files + cd po + for file in *.po; do + intltool-update ${file%.*} + msgattrib --no-obsolete -o $file $file + done } build() { |