From f5a5c7be964389dc5c914aadb41f35990ed1c71b Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 20 Aug 2015 14:24:05 -0300 Subject: rename KDE4 kdepim-runtime nonprism package --- nonprism/kdepim-runtime/PKGBUILD | 39 ------------------------ nonprism/kdepim-runtime/kdepim-runtime.install | 13 -------- nonprism/kdepim4-runtime/PKGBUILD | 39 ++++++++++++++++++++++++ nonprism/kdepim4-runtime/kdepim4-runtime.install | 13 ++++++++ 4 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 nonprism/kdepim-runtime/PKGBUILD delete mode 100644 nonprism/kdepim-runtime/kdepim-runtime.install create mode 100644 nonprism/kdepim4-runtime/PKGBUILD create mode 100644 nonprism/kdepim4-runtime/kdepim4-runtime.install diff --git a/nonprism/kdepim-runtime/PKGBUILD b/nonprism/kdepim-runtime/PKGBUILD deleted file mode 100644 index 2ec0e2864..000000000 --- a/nonprism/kdepim-runtime/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# $Id: PKGBUILD 241398 2015-06-29 17:50:28Z arojas $ -# Maintainer (Arch): Felix Yan -# Contributor (Arch): Andrea Scarpino -# Contributor (Arch): Pierre Schmitz -# Maintainer: André Silva - -pkgname=kdepim-runtime -pkgver=4.14.10 -_kdeappver=15.04.3 -pkgrel=1.nonprism1 -pkgdesc='Extends the functionality of kdepim, without libkgapi and libkfbapi support' -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/kdepim-runtime' -license=('GPL' 'LGPL' 'FDL') -depends=('kdebase-runtime' 'libkolab' 'libaccounts-qt' 'libsignon-qt4') -makedepends=('cmake' 'automoc4' 'boost') -install="${pkgname}.install" -replaces=('kdepim-runtime-coherence' 'kdepim-runtime-nonprism') -conflicts=('kdepim-runtime-coherence' 'kdepim-runtime-nonprism') -source=("http://download.kde.org/stable/applications/${_kdeappver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('f5b1e44f1d10d29bad308b3fd90a48b34da7493c') - -prepare() { - mkdir build -} - -build() { - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DKDE4_BUILD_TESTS=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/nonprism/kdepim-runtime/kdepim-runtime.install b/nonprism/kdepim-runtime/kdepim-runtime.install deleted file mode 100644 index c77e68041..000000000 --- a/nonprism/kdepim-runtime/kdepim-runtime.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null - update-mime-database usr/share/mime &> /dev/null - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/nonprism/kdepim4-runtime/PKGBUILD b/nonprism/kdepim4-runtime/PKGBUILD new file mode 100644 index 000000000..255852156 --- /dev/null +++ b/nonprism/kdepim4-runtime/PKGBUILD @@ -0,0 +1,39 @@ +# $Id: PKGBUILD 244440 2015-08-20 14:58:15Z arojas $ +# Maintainer (Arch): Felix Yan +# Contributor (Arch): Andrea Scarpino +# Contributor (Arch): Pierre Schmitz +# Maintainer: André Silva + +pkgname=kdepim4-runtime +pkgver=4.14.10 +_kdeappver=15.04.3 +pkgrel=4.nonprism1 +pkgdesc='Extends the functionality of kdepim4, without libkgapi4 support' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/kdepim-runtime' +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime' 'libkolab4' 'libaccounts-qt4' 'libsignon-qt4' 'akonadi-qt4') +makedepends=('cmake' 'automoc4' 'boost') +replaces=('kdepim-runtime<15' 'kdepim-runtime-coherence' 'kdepim-runtime-nonprism') +conflicts=('kdepim-runtime' 'kdepim-runtime-coherence' 'kdepim-runtime-nonprism') +install="${pkgname}.install" +source=("http://download.kde.org/stable/applications/${_kdeappver}/src/kdepim-runtime-${pkgver}.tar.xz") +sha1sums=('f5b1e44f1d10d29bad308b3fd90a48b34da7493c') + +prepare() { + mkdir build +} + +build() { + cd build + cmake ../kdepim-runtime-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} diff --git a/nonprism/kdepim4-runtime/kdepim4-runtime.install b/nonprism/kdepim4-runtime/kdepim4-runtime.install new file mode 100644 index 000000000..c77e68041 --- /dev/null +++ b/nonprism/kdepim4-runtime/kdepim4-runtime.install @@ -0,0 +1,13 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-mime-database usr/share/mime &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-54-g00ecf