diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-17 15:38:43 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-17 15:38:43 -0300 |
commit | 38434e464d1b579fc61dfccc949e237600f814ac (patch) | |
tree | 34198e5ad3b55ab769fd7dab399618791a3df61c /libre/kipi-plugins-libre/PKGBUILD | |
parent | b2ee14787acfdbc908624df79facd23a82b739b6 (diff) |
kipi-plugins-libre{,-nonprism}-4.0.0-1: update to 4.0.0; move translations to respective subpackages FS#38105 => https://bugs.archlinux.org/task/38105
Diffstat (limited to 'libre/kipi-plugins-libre/PKGBUILD')
-rw-r--r-- | libre/kipi-plugins-libre/PKGBUILD | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/libre/kipi-plugins-libre/PKGBUILD b/libre/kipi-plugins-libre/PKGBUILD index 644bb58fe..83db25a64 100644 --- a/libre/kipi-plugins-libre/PKGBUILD +++ b/libre/kipi-plugins-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 211141 2014-04-17 06:54:31Z andrea $ +# $Id: PKGBUILD 213016 2014-05-17 10:20:26Z ronald $ # Maintainer (Arch): Ronald van Haren <ronald@archlinux.org> # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> # Contributor (Arch): Tobias Powalowski <tpowa@archlinux.org> @@ -8,8 +8,8 @@ pkgbase=digikam _pkgname=kipi-plugins pkgname=kipi-plugins-libre -pkgver=3.5.0 -pkgrel=4 +pkgver=4.0.0 +pkgrel=1 pkgdesc="A collection of plugins extending the KDE graphics and image applications as digiKam, without nonfree jAlbum and SimpleViewer support" arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -31,7 +31,7 @@ optdepends=('libkgeomap: Geolocalize tool' options=('staticlibs') install=kipi-plugins.install source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2") -sha1sums=('9e44fcf219312cbcbbaee0cc9a7f460a01769224') +sha1sums=('23fd1e31e1f0518265c3165e620beb15cef4d41e') prepare() { cd ${srcdir}/${pkgbase}-${pkgver} @@ -56,4 +56,12 @@ build() { package() { cd build/extra/kipi-plugins make DESTDIR="${pkgdir}" install + + cd ../../../build/po + make DESTDIR="${pkgdir}" install + # Put these in the relevant splitted packages + rm "${pkgdir}"/usr/share/locale/*/LC_MESSAGES/libkgeomap.mo + rm "${pkgdir}"/usr/share/locale/*/LC_MESSAGES/digikam.mo + # Fix conflicts with kde-l10n-* (FS#33762) + rm "${pkgdir}"/usr/share/locale/*/LC_MESSAGES/libkipi.mo } |