Date: Sunday, August 21, 2016 @ 05:32:59 Author: felixonmars Revision: 274498
archrelease: copy trunk to testing-i686, testing-x86_64 Added: kteatime/repos/testing-i686/ kteatime/repos/testing-i686/PKGBUILD (from rev 274497, kteatime/trunk/PKGBUILD) kteatime/repos/testing-x86_64/ kteatime/repos/testing-x86_64/PKGBUILD (from rev 274497, kteatime/trunk/PKGBUILD) -------------------------+ testing-i686/PKGBUILD | 33 +++++++++++++++++++++++++++++++++ testing-x86_64/PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) Copied: kteatime/repos/testing-i686/PKGBUILD (from rev 274497, kteatime/trunk/PKGBUILD) =================================================================== --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2016-08-21 05:32:59 UTC (rev 274498) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kteatime +pkgver=16.08.0 +pkgrel=1 +pkgdesc='Tea Cooker' +url='http://kde.org/applications/games/kteatime/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdeutils') +depends=('knotifyconfig' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdetoys-kteatime') +replaces=('kdetoys-kteatime') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz") +sha1sums=('6fffad9c8ebffc8998ad0c3140ef744802aa4575') + +build() { + mkdir -p build + cd build + cmake ../kteatime-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +} Copied: kteatime/repos/testing-x86_64/PKGBUILD (from rev 274497, kteatime/trunk/PKGBUILD) =================================================================== --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2016-08-21 05:32:59 UTC (rev 274498) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kteatime +pkgver=16.08.0 +pkgrel=1 +pkgdesc='Tea Cooker' +url='http://kde.org/applications/games/kteatime/' +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde-applications' 'kdeutils') +depends=('knotifyconfig' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdetoys-kteatime') +replaces=('kdetoys-kteatime') +source=("http://download.kde.org/stable/applications/${pkgver}/src/kteatime-${pkgver}.tar.xz") +sha1sums=('6fffad9c8ebffc8998ad0c3140ef744802aa4575') + +build() { + mkdir -p build + cd build + cmake ../kteatime-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR=$pkgdir install +}