Date: Thursday, September 8, 2022 @ 11:57:38 Author: arojas Revision: 455386
archrelease: copy trunk to extra-x86_64 Added: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 455385, kmousetool/trunk/PKGBUILD) kmousetool/repos/extra-x86_64/keys/ Deleted: kmousetool/repos/extra-x86_64/PKGBUILD kmousetool/repos/extra-x86_64/keys/ ----------+ PKGBUILD | 62 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-09-08 11:57:25 UTC (rev 455385) +++ PKGBUILD 2022-09-08 11:57:38 UTC (rev 455386) @@ -1,31 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kmousetool -pkgver=22.08.0 -pkgrel=1 -arch=(x86_64) -pkgdesc='Clicks the mouse for you, reducing the effects of RSI' -url='https://apps.kde.org/kmousetool/' -license=(GPL FDL) -groups=(kde-applications kde-accessibility) -depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme) -makedepends=(extra-cmake-modules kdoctools libxt) -source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('6e2333c5911dd0538904f1c23e37de096b52c537223fb0aa3240b2f881f299c5' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cf...@kde.org> - D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.bec...@kde.org> -options=(debug) - -build() { - cmake -B build -S $pkgname-$pkgver \ - -DBUILD_TESTING=OFF - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 455385, kmousetool/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-09-08 11:57:38 UTC (rev 455386) @@ -0,0 +1,31 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kmousetool +pkgver=22.08.1 +pkgrel=1 +arch=(x86_64) +pkgdesc='Clicks the mouse for you, reducing the effects of RSI' +url='https://apps.kde.org/kmousetool/' +license=(GPL FDL) +groups=(kde-applications kde-accessibility) +depends=(knotifications kxmlgui phonon-qt5 hicolor-icon-theme) +makedepends=(extra-cmake-modules kdoctools libxt) +source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('f6ca77cb4d2262c766e849dada39d1c572d65109c2f696ec495cfbfac944f089' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cf...@kde.org> + D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.bec...@kde.org> +options=(debug) + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DBUILD_TESTING=OFF + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}