From 38434e464d1b579fc61dfccc949e237600f814ac Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 17 May 2014 15:38:43 -0300 Subject: 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 --- nonprism/kipi-plugins-libre-nonprism/PKGBUILD | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'nonprism') diff --git a/nonprism/kipi-plugins-libre-nonprism/PKGBUILD b/nonprism/kipi-plugins-libre-nonprism/PKGBUILD index 63d83cb59..df63e45c7 100644 --- a/nonprism/kipi-plugins-libre-nonprism/PKGBUILD +++ b/nonprism/kipi-plugins-libre-nonprism/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 # Contributor (Arch): Andrea Scarpino # Contributor (Arch): Tobias Powalowski @@ -8,8 +8,8 @@ pkgbase=digikam _pkgname=kipi-plugins pkgname=kipi-plugins-libre-nonprism -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 and support for unsafe and dangerous for privacy protocols" arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -30,7 +30,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} @@ -76,4 +76,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 } -- cgit v1.2.3