diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-03 01:26:55 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-03 01:26:55 -0300 |
commit | 5156402fd563b6078c36e081860bccadc77a72a0 (patch) | |
tree | 00130e67aa08dd6473885db427e53f1488b7be62 /libre/kipi-plugins-libre | |
parent | 4cbcea3c1078e754ad555410d2fad0d3ed0e3bd3 (diff) |
kipi-plugins: remove libre and nonprism suffixes, add complex pkgrel
Diffstat (limited to 'libre/kipi-plugins-libre')
-rw-r--r-- | libre/kipi-plugins-libre/PKGBUILD | 67 | ||||
-rw-r--r-- | libre/kipi-plugins-libre/kipi-plugins.install | 12 |
2 files changed, 0 insertions, 79 deletions
diff --git a/libre/kipi-plugins-libre/PKGBUILD b/libre/kipi-plugins-libre/PKGBUILD deleted file mode 100644 index b8888df6a..000000000 --- a/libre/kipi-plugins-libre/PKGBUILD +++ /dev/null @@ -1,67 +0,0 @@ -# $Id: PKGBUILD 220487 2014-08-20 22:40:51Z svenstaro $ -# Maintainer (Arch): Ronald van Haren <ronald@archlinux.org> -# Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> -# Contributor (Arch): Tobias Powalowski <tpowa@archlinux.org> -# Maintainer: André Silva <emulatorman@parabola.nu> -# Contributor: Márcio Silva <coadde@parabola.nu> - -pkgbase=digikam -_pkgname=kipi-plugins -pkgname=kipi-plugins-libre -pkgver=4.2.0 -pkgrel=2 -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') -url="http://www.digikam.org/" -replaces=($_pkgname) -conflicts=($_pkgname) -provides=($_pkgname=$pkgver) -makedepends=('kdepimlibs' 'libkexiv2' 'libkdcraw' 'libkipi' 'libksane' 'liblqr' - 'kdeedu-marble' 'opencv' 'boost' 'libgpod' 'qjson' 'hugin' 'libgphoto2' - 'cmake' 'automoc4' 'doxygen' 'lensfun' 'qt-gstreamer' 'imagemagick' 'eigen') -depends=('kdebase-runtime' 'kdepimlibs' 'libkdcraw' 'libkipi' 'libksane' 'libkexiv2') -optdepends=('libkgeomap: Geolocalize tool' - 'libmediawiki: MediaWiki Export plugin' - 'libkvkontakte: VKontakte.ru Exporter plugin' - 'libgpod: iPodExport plugin' - 'opencv: Remove Red Eyes plugin' - 'imagemagick: Video SlideShow plugin' - 'qt-gstreamer: Video SlideShow plugin') -options=('staticlibs') -install=kipi-plugins.install -source=("http://download.kde.org/stable/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2") -sha1sums=('4a54136629bed3b30cf4e9355e8d5b498b0d4e54') - -prepare() { - cd ${srcdir}/${pkgbase}-${pkgver} - sed -i '\|flashexport|d - \|jalbumexport|d - ' extra/kipi-plugins/CMakeLists.txt - cd .. - mkdir build -} - -build() { - cd build - cmake ../${pkgbase}-${pkgver} \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_SKIP_RPATH=ON \ - -DBUILD_tests=OFF \ - -DDIGIKAMSC_USE_PRIVATE_KDEGRAPHICS=OFF - make -} - -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/libre/kipi-plugins-libre/kipi-plugins.install b/libre/kipi-plugins-libre/kipi-plugins.install deleted file mode 100644 index 81ce5c4b0..000000000 --- a/libre/kipi-plugins-libre/kipi-plugins.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |