Date: Thursday, February 6, 2020 @ 12:23:47 Author: arojas Revision: 374823
archrelease: copy trunk to extra-x86_64 Added: klettres/repos/extra-x86_64/PKGBUILD (from rev 374822, klettres/trunk/PKGBUILD) Deleted: klettres/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 68 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-02-06 12:23:38 UTC (rev 374822) +++ PKGBUILD 2020-02-06 12:23:47 UTC (rev 374823) @@ -1,34 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=klettres -pkgver=19.12.1 -pkgrel=1 -pkgdesc="Learn The Alphabet" -url="https://kde.org/applications/education/klettres/" -arch=(x86_64) -license=(GPL LGPL FDL) -groups=(kde-applications kdeedu) -depends=(knewstuff phonon-qt5 hicolor-icon-theme) -makedepends=(extra-cmake-modules kdoctools) -source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('4f103d85918d40e0a3ffc451bf3862c45b37b8bd2453e6ee7d21d4c738967c36' - '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 - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: klettres/repos/extra-x86_64/PKGBUILD (from rev 374822, klettres/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-02-06 12:23:47 UTC (rev 374823) @@ -0,0 +1,34 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=klettres +pkgver=19.12.2 +pkgrel=1 +pkgdesc="Learn The Alphabet" +url="https://kde.org/applications/education/klettres/" +arch=(x86_64) +license=(GPL LGPL FDL) +groups=(kde-applications kdeedu) +depends=(knewstuff phonon-qt5 hicolor-icon-theme) +makedepends=(extra-cmake-modules kdoctools) +source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('7e9cf472598f8032830687e166583b671d377bfe89f599dfd8a5f9616e67e4b0' + '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 + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}