diff options
-rw-r--r-- | libre/kipi-plugins/PKGBUILD | 10 | ||||
-rw-r--r-- | nonprism/kipi-plugins/PKGBUILD | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/libre/kipi-plugins/PKGBUILD b/libre/kipi-plugins/PKGBUILD index c80706fbf..8add15613 100644 --- a/libre/kipi-plugins/PKGBUILD +++ b/libre/kipi-plugins/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 231366 2015-02-13 12:02:33Z ronald $ +# $Id: PKGBUILD 236262 2015-04-11 11:05:41Z arojas $ # Maintainer (Arch): Ronald van Haren <ronald@archlinux.org> # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> # Contributor (Arch): Tobias Powalowski <tpowa@archlinux.org> @@ -7,7 +7,7 @@ pkgbase=digikam pkgname=kipi-plugins -pkgver=4.7.0 +pkgver=4.9.0 pkgrel=1.parabola1 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') @@ -29,8 +29,8 @@ optdepends=('libkgeomap: Geolocalize tool' 'qt-gstreamer: Video SlideShow plugin') options=('staticlibs') install=kipi-plugins.install -source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${pkgver}-1.tar.bz2") -sha1sums=('66faf7f08929b6c4c06ea665d195856aa43a3ee5') +source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2") +sha1sums=('d44ab133f152b84599507dd6a02aef4b22033dd4') prepare() { cd ${srcdir}/${pkgbase}-${pkgver} @@ -62,7 +62,7 @@ package() { cd ../../../build/po make DESTDIR="${pkgdir}" install # Put these in the relevant splitted packages - rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/libkgeomap.mo + #rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/libkgeomap.mo rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/digikam.mo # Fix conflicts with kde-l10n-* (FS#33762) rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/libkipi.mo diff --git a/nonprism/kipi-plugins/PKGBUILD b/nonprism/kipi-plugins/PKGBUILD index b9cd740ef..c6c5ccaff 100644 --- a/nonprism/kipi-plugins/PKGBUILD +++ b/nonprism/kipi-plugins/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 231366 2015-02-13 12:02:33Z ronald $ +# $Id: PKGBUILD 236262 2015-04-11 11:05:41Z arojas $ # Maintainer (Arch): Ronald van Haren <ronald@archlinux.org> # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> # Contributor (Arch): Tobias Powalowski <tpowa@archlinux.org> @@ -7,7 +7,7 @@ pkgbase=digikam pkgname=kipi-plugins -pkgver=4.7.0 +pkgver=4.9.0 pkgrel=1.parabola1.nonprism1 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') @@ -28,8 +28,8 @@ optdepends=('libkgeomap: Geolocalize tool' 'qt-gstreamer: Video SlideShow plugin') options=('staticlibs') install=kipi-plugins.install -source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${pkgver}-1.tar.bz2") -sha1sums=('66faf7f08929b6c4c06ea665d195856aa43a3ee5') +source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2") +sha1sums=('d44ab133f152b84599507dd6a02aef4b22033dd4') prepare() { cd ${srcdir}/${pkgbase}-${pkgver} @@ -82,7 +82,7 @@ package() { cd ../../../build/po make DESTDIR="${pkgdir}" install # Put these in the relevant splitted packages - rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/libkgeomap.mo + #rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/libkgeomap.mo rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/digikam.mo # Fix conflicts with kde-l10n-* (FS#33762) rm "${pkgdir}"/usr/share/locale/kde4/*/LC_MESSAGES/libkipi.mo |