summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-17 15:38:43 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-17 15:38:43 -0300
commit38434e464d1b579fc61dfccc949e237600f814ac (patch)
tree34198e5ad3b55ab769fd7dab399618791a3df61c
parentb2ee14787acfdbc908624df79facd23a82b739b6 (diff)
downloadabslibre-38434e464d1b579fc61dfccc949e237600f814ac.tar.gz
abslibre-38434e464d1b579fc61dfccc949e237600f814ac.tar.bz2
abslibre-38434e464d1b579fc61dfccc949e237600f814ac.zip
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
-rw-r--r--libre/kipi-plugins-libre/PKGBUILD16
-rw-r--r--nonprism/kipi-plugins-libre-nonprism/PKGBUILD16
2 files changed, 24 insertions, 8 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
}
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 <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-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
}