Date: Friday, November 30, 2018 @ 16:03:18 Author: arojas Revision: 340876
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 340875, ktimer/kde-unstable/PKGBUILD) Deleted: ktimer/repos/kde-unstable-x86_64/PKGBUILD ----------+ PKGBUILD | 72 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-11-30 16:03:04 UTC (rev 340875) +++ PKGBUILD 2018-11-30 16:03:18 UTC (rev 340876) @@ -1,36 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=ktimer -pkgver=18.11.80 -pkgrel=1 -pkgdesc='Countdown Launcher' -url='https://kde.org/applications/utilities/ktimer/' -arch=(x86_64) -license=(GPL LGPL FDL) -depends=(kio hicolor-icon-theme) -makedepends=(extra-cmake-modules kdoctools) -groups=(kde-applications kdeutils) -source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('25570ab05ae86865f17783eca5ebb280648ed9b10f8f9b8e4e45c61f71b19838' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> - -prepare() { - mkdir -p build -} - -build() { - cd build - cmake ../$pkgname-$pkgver \ - -DBUILD_TESTING=OFF \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 340875, ktimer/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-11-30 16:03:18 UTC (rev 340876) @@ -0,0 +1,36 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=ktimer +pkgver=18.11.90 +pkgrel=1 +pkgdesc='Countdown Launcher' +url='https://kde.org/applications/utilities/ktimer/' +arch=(x86_64) +license=(GPL LGPL FDL) +depends=(kio hicolor-icon-theme) +makedepends=(extra-cmake-modules kdoctools) +groups=(kde-applications kdeutils) +source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('99a33ea0d4a5a4edd01f0d399d5d7cefd8cedf291934b4adeb637d7b115f27e2' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-$pkgver \ + -DBUILD_TESTING=OFF \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}