Date: Wednesday, August 1, 2012 @ 10:35:06 Author: andrea Revision: 164528
db-move: moved kdepim-runtime from [kde-unstable] to [testing] (i686, x86_64) Added: kdepim-runtime/repos/testing-i686/ kdepim-runtime/repos/testing-i686/PKGBUILD (from rev 164519, kdepim-runtime/repos/kde-unstable-i686/PKGBUILD) kdepim-runtime/repos/testing-i686/kdepim-runtime.install (from rev 164519, kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install) kdepim-runtime/repos/testing-x86_64/ kdepim-runtime/repos/testing-x86_64/PKGBUILD (from rev 164519, kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD) kdepim-runtime/repos/testing-x86_64/kdepim-runtime.install (from rev 164519, kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install) Deleted: kdepim-runtime/repos/kde-unstable-i686/ kdepim-runtime/repos/kde-unstable-x86_64/ ---------------------------------------+ testing-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++ testing-i686/kdepim-runtime.install | 13 +++++++++++++ testing-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++ testing-x86_64/kdepim-runtime.install | 13 +++++++++++++ 4 files changed, 88 insertions(+) Copied: kdepim-runtime/repos/testing-i686/PKGBUILD (from rev 164519, kdepim-runtime/repos/kde-unstable-i686/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2012-08-01 14:35:06 UTC (rev 164528) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgname=kdepim-runtime +pkgver=4.9.0 +pkgrel=1 +pkgdesc='Extends the functionality of kdepim' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/kdepim-runtime' +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime' 'libkgapi') +makedepends=('cmake' 'automoc4' 'boost') +install="${pkgname}.install" +source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('4358e9f39e22040d617a112c8a66a7fee93a62db') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdepim-runtime/repos/testing-i686/kdepim-runtime.install (from rev 164519, kdepim-runtime/repos/kde-unstable-i686/kdepim-runtime.install) =================================================================== --- testing-i686/kdepim-runtime.install (rev 0) +++ testing-i686/kdepim-runtime.install 2012-08-01 14:35:06 UTC (rev 164528) @@ -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 +} Copied: kdepim-runtime/repos/testing-x86_64/PKGBUILD (from rev 164519, kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2012-08-01 14:35:06 UTC (rev 164528) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgname=kdepim-runtime +pkgver=4.9.0 +pkgrel=1 +pkgdesc='Extends the functionality of kdepim' +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/kdepim-runtime' +license=('GPL' 'LGPL' 'FDL') +depends=('kdebase-runtime' 'libkgapi') +makedepends=('cmake' 'automoc4' 'boost') +install="${pkgname}.install" +source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('4358e9f39e22040d617a112c8a66a7fee93a62db') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdepim-runtime/repos/testing-x86_64/kdepim-runtime.install (from rev 164519, kdepim-runtime/repos/kde-unstable-x86_64/kdepim-runtime.install) =================================================================== --- testing-x86_64/kdepim-runtime.install (rev 0) +++ testing-x86_64/kdepim-runtime.install 2012-08-01 14:35:06 UTC (rev 164528) @@ -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 +}