Date: Saturday, January 19, 2013 @ 06:18:27 Author: andrea Revision: 175539
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64 Added: kdepimlibs/repos/kde-unstable-i686/PKGBUILD (from rev 175538, kdepimlibs/kde-unstable/PKGBUILD) kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install (from rev 175538, kdepimlibs/kde-unstable/kdepimlibs.install) kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD (from rev 175538, kdepimlibs/kde-unstable/PKGBUILD) kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install (from rev 175538, kdepimlibs/kde-unstable/kdepimlibs.install) Deleted: kdepimlibs/repos/kde-unstable-i686/PKGBUILD kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install ----------------------------------------+ kde-unstable-i686/PKGBUILD | 64 +++++++++++++++---------------- kde-unstable-i686/kdepimlibs.install | 22 +++++----- kde-unstable-x86_64/PKGBUILD | 64 +++++++++++++++---------------- kde-unstable-x86_64/kdepimlibs.install | 22 +++++----- 4 files changed, 86 insertions(+), 86 deletions(-) Deleted: kde-unstable-i686/PKGBUILD =================================================================== --- kde-unstable-i686/PKGBUILD 2013-01-19 11:12:05 UTC (rev 175538) +++ kde-unstable-i686/PKGBUILD 2013-01-19 11:18:27 UTC (rev 175539) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> -# Contributor: Pierre Schmitz <pie...@archlinux.de> - -pkgname=kdepimlibs -pkgver=4.9.97 -pkgrel=1 -pkgdesc="KDE PIM Libraries" -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/kdepimlibs' -license=('GPL' 'LGPL') -depends=('nepomuk-core' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson') -makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl') -install='kdepimlibs.install' -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('7d1f7acc8132950c3e5b5e0939eedeb2759efe44') - -build() { - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DKDE4_BUILD_TESTS=OFF \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kdepimlibs/repos/kde-unstable-i686/PKGBUILD (from rev 175538, kdepimlibs/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-i686/PKGBUILD (rev 0) +++ kde-unstable-i686/PKGBUILD 2013-01-19 11:18:27 UTC (rev 175539) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgname=kdepimlibs +pkgver=4.9.98 +pkgrel=1 +pkgdesc="KDE PIM Libraries" +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/kdepimlibs' +license=('GPL' 'LGPL') +depends=('nepomuk-core' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson') +makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl') +install='kdepimlibs.install' +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('5a80cf0adc8542038ebef8535fd3abf332bb3548') + +build() { + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: kde-unstable-i686/kdepimlibs.install =================================================================== --- kde-unstable-i686/kdepimlibs.install 2013-01-19 11:12:05 UTC (rev 175538) +++ kde-unstable-i686/kdepimlibs.install 2013-01-19 11:18:27 UTC (rev 175539) @@ -1,11 +0,0 @@ -post_install() { - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} \ No newline at end of file Copied: kdepimlibs/repos/kde-unstable-i686/kdepimlibs.install (from rev 175538, kdepimlibs/kde-unstable/kdepimlibs.install) =================================================================== --- kde-unstable-i686/kdepimlibs.install (rev 0) +++ kde-unstable-i686/kdepimlibs.install 2013-01-19 11:18:27 UTC (rev 175539) @@ -0,0 +1,11 @@ +post_install() { + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} \ No newline at end of file Deleted: kde-unstable-x86_64/PKGBUILD =================================================================== --- kde-unstable-x86_64/PKGBUILD 2013-01-19 11:12:05 UTC (rev 175538) +++ kde-unstable-x86_64/PKGBUILD 2013-01-19 11:18:27 UTC (rev 175539) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> -# Contributor: Pierre Schmitz <pie...@archlinux.de> - -pkgname=kdepimlibs -pkgver=4.9.97 -pkgrel=1 -pkgdesc="KDE PIM Libraries" -arch=('i686' 'x86_64') -url='https://projects.kde.org/projects/kde/kdepimlibs' -license=('GPL' 'LGPL') -depends=('nepomuk-core' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson') -makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl') -install='kdepimlibs.install' -source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('7d1f7acc8132950c3e5b5e0939eedeb2759efe44') - -build() { - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DKDE4_BUILD_TESTS=OFF \ - -DCMAKE_SKIP_RPATH=ON \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: kdepimlibs/repos/kde-unstable-x86_64/PKGBUILD (from rev 175538, kdepimlibs/kde-unstable/PKGBUILD) =================================================================== --- kde-unstable-x86_64/PKGBUILD (rev 0) +++ kde-unstable-x86_64/PKGBUILD 2013-01-19 11:18:27 UTC (rev 175539) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgname=kdepimlibs +pkgver=4.9.98 +pkgrel=1 +pkgdesc="KDE PIM Libraries" +arch=('i686' 'x86_64') +url='https://projects.kde.org/projects/kde/kdepimlibs' +license=('GPL' 'LGPL') +depends=('nepomuk-core' 'gpgme' 'akonadi' 'libical' 'prison' 'qjson') +makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl') +install='kdepimlibs.install' +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('5a80cf0adc8542038ebef8535fd3abf332bb3548') + +build() { + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DKDE4_BUILD_TESTS=OFF \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: kde-unstable-x86_64/kdepimlibs.install =================================================================== --- kde-unstable-x86_64/kdepimlibs.install 2013-01-19 11:12:05 UTC (rev 175538) +++ kde-unstable-x86_64/kdepimlibs.install 2013-01-19 11:18:27 UTC (rev 175539) @@ -1,11 +0,0 @@ -post_install() { - update-mime-database usr/share/mime &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} \ No newline at end of file Copied: kdepimlibs/repos/kde-unstable-x86_64/kdepimlibs.install (from rev 175538, kdepimlibs/kde-unstable/kdepimlibs.install) =================================================================== --- kde-unstable-x86_64/kdepimlibs.install (rev 0) +++ kde-unstable-x86_64/kdepimlibs.install 2013-01-19 11:18:27 UTC (rev 175539) @@ -0,0 +1,11 @@ +post_install() { + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} \ No newline at end of file