Date: Sunday, February 13, 2022 @ 19:03:19 Author: arojas Revision: 437177
archrelease: copy trunk to testing-x86_64 Added: kactivities/repos/testing-x86_64/PKGBUILD (from rev 437176, kactivities/trunk/PKGBUILD) Deleted: kactivities/repos/testing-x86_64/PKGBUILD ----------+ PKGBUILD | 61 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 31 insertions(+), 30 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-02-13 19:03:03 UTC (rev 437176) +++ PKGBUILD 2022-02-13 19:03:19 UTC (rev 437177) @@ -1,30 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kactivities -pkgver=5.90.0 -pkgrel=1 -arch=(x86_64) -pkgdesc='Core components for KDE Activities' -url='https://community.kde.org/Frameworks' -license=(LGPL) -depends=(kcoreaddons kconfig kwindowsystem) -makedepends=(extra-cmake-modules boost doxygen qt5-tools qt5-doc qt5-declarative) -optdepends=('qt5-declarative: QML bindings') -groups=(kf5) -source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('bc8071efa15946e63a52fa40cdf4077a02108257de76cc058ee2cb359cb5c771' - 'SKIP') -validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <fa...@kde.org> - -build() { - cmake -B build -S $pkgname-$pkgver \ - -DBUILD_TESTING=OFF \ - -DBUILD_QCH=ON - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: kactivities/repos/testing-x86_64/PKGBUILD (from rev 437176, kactivities/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-02-13 19:03:19 UTC (rev 437177) @@ -0,0 +1,31 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kactivities +pkgver=5.91.0 +pkgrel=1 +arch=(x86_64) +pkgdesc='Core components for KDE Activities' +url='https://community.kde.org/Frameworks' +license=(LGPL) +depends=(kcoreaddons kconfig kwindowsystem) +makedepends=(extra-cmake-modules boost doxygen qt5-tools qt5-doc qt5-declarative) +optdepends=('qt5-declarative: QML bindings') +groups=(kf5) +source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('c0c811b91ff79cb23b99ec85b390ae331107a010f522ed45600ae6274f87c40f' + 'SKIP') +validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <fa...@kde.org> +options=(debug) + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DBUILD_TESTING=OFF \ + -DBUILD_QCH=ON + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}