Date: Sunday, March 4, 2012 @ 09:11:34 Author: andrea Revision: 152028
archrelease: copy trunk to staging-i686, staging-x86_64 Added: kdepimlibs/repos/staging-i686/ kdepimlibs/repos/staging-i686/PKGBUILD (from rev 152027, kdepimlibs/trunk/PKGBUILD) kdepimlibs/repos/staging-i686/kdepimlibs.install (from rev 152027, kdepimlibs/trunk/kdepimlibs.install) kdepimlibs/repos/staging-x86_64/ kdepimlibs/repos/staging-x86_64/PKGBUILD (from rev 152027, kdepimlibs/trunk/PKGBUILD) kdepimlibs/repos/staging-x86_64/kdepimlibs.install (from rev 152027, kdepimlibs/trunk/kdepimlibs.install) Modified: kdepimlibs/repos/extra-i686/PKGBUILD kdepimlibs/repos/extra-x86_64/PKGBUILD -----------------------------------+ extra-i686/PKGBUILD | 2 +- extra-x86_64/PKGBUILD | 2 +- staging-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ staging-i686/kdepimlibs.install | 11 +++++++++++ staging-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++ staging-x86_64/kdepimlibs.install | 11 +++++++++++ 6 files changed, 88 insertions(+), 2 deletions(-) Modified: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2012-03-04 14:10:44 UTC (rev 152027) +++ extra-i686/PKGBUILD 2012-03-04 14:11:34 UTC (rev 152028) @@ -12,7 +12,7 @@ depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison') makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap') install='kdepimlibs.install' -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +source=("http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz") sha1sums=('22409015a8047e3a78711093e3363775e8434fba') build() { Modified: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2012-03-04 14:10:44 UTC (rev 152027) +++ extra-x86_64/PKGBUILD 2012-03-04 14:11:34 UTC (rev 152028) @@ -12,7 +12,7 @@ depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison') makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap') install='kdepimlibs.install' -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +source=("http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz") sha1sums=('22409015a8047e3a78711093e3363775e8434fba') build() { Copied: kdepimlibs/repos/staging-i686/PKGBUILD (from rev 152027, kdepimlibs/trunk/PKGBUILD) =================================================================== --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2012-03-04 14:11:34 UTC (rev 152028) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgname=kdepimlibs +pkgver=4.8.1 +pkgrel=1 +pkgdesc="KDE PIM Libraries" +arch=('i686' 'x86_64') +url='http://www.kde.org' +license=('GPL' 'LGPL') +depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison') +makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap') +install='kdepimlibs.install' +source=("http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz") +sha1sums=('ccc653df34fd8f5f8eddac9a9e14f0fa1ea82839') + +build() { + cd ${srcdir} + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdepimlibs/repos/staging-i686/kdepimlibs.install (from rev 152027, kdepimlibs/trunk/kdepimlibs.install) =================================================================== --- staging-i686/kdepimlibs.install (rev 0) +++ staging-i686/kdepimlibs.install 2012-03-04 14:11:34 UTC (rev 152028) @@ -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 Copied: kdepimlibs/repos/staging-x86_64/PKGBUILD (from rev 152027, kdepimlibs/trunk/PKGBUILD) =================================================================== --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2012-03-04 14:11:34 UTC (rev 152028) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> +# Contributor: Pierre Schmitz <pie...@archlinux.de> + +pkgname=kdepimlibs +pkgver=4.8.1 +pkgrel=1 +pkgdesc="KDE PIM Libraries" +arch=('i686' 'x86_64') +url='http://www.kde.org' +license=('GPL' 'LGPL') +depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison') +makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap') +install='kdepimlibs.install' +source=("http://download.kde.org/stable/${pkgver}/src/xz/${pkgname}-${pkgver}.tar.xz") +sha1sums=('ccc653df34fd8f5f8eddac9a9e14f0fa1ea82839') + +build() { + cd ${srcdir} + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_SKIP_RPATH=ON \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd $srcdir/build + make DESTDIR=$pkgdir install +} Copied: kdepimlibs/repos/staging-x86_64/kdepimlibs.install (from rev 152027, kdepimlibs/trunk/kdepimlibs.install) =================================================================== --- staging-x86_64/kdepimlibs.install (rev 0) +++ staging-x86_64/kdepimlibs.install 2012-03-04 14:11:34 UTC (rev 152028) @@ -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