Date: Thursday, May 10, 2018 @ 11:56:07 Author: arojas Revision: 323730
archrelease: copy trunk to extra-x86_64 Added: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 323729, kmousetool/trunk/PKGBUILD) Deleted: kmousetool/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 76 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-05-10 11:55:54 UTC (rev 323729) +++ PKGBUILD 2018-05-10 11:56:07 UTC (rev 323730) @@ -1,38 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=kmousetool -pkgver=18.04.0 -pkgrel=1 -arch=(x86_64) -pkgdesc='Clicks the mouse for you, reducing the effects of RSI' -url='https://kde.org/applications/utilities/kmousetool/' -license=(GPL FDL) -groups=(kde-applications kdeaccessibility) -depends=(knotifications kxmlgui hicolor-icon-theme) -makedepends=(extra-cmake-modules kdoctools libxt) -conflicts=(kdeaccessibility-kmousetool) -replaces=(kdeaccessibility-kmousetool) -source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('27bf836cc4bfbd28859a982a6c7d61777642c7d9befac915b5751029b8af66d8' - '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 \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: kmousetool/repos/extra-x86_64/PKGBUILD (from rev 323729, kmousetool/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-05-10 11:56:07 UTC (rev 323730) @@ -0,0 +1,38 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=kmousetool +pkgver=18.04.1 +pkgrel=1 +arch=(x86_64) +pkgdesc='Clicks the mouse for you, reducing the effects of RSI' +url='https://kde.org/applications/utilities/kmousetool/' +license=(GPL FDL) +groups=(kde-applications kdeaccessibility) +depends=(knotifications kxmlgui hicolor-icon-theme) +makedepends=(extra-cmake-modules kdoctools libxt) +conflicts=(kdeaccessibility-kmousetool) +replaces=(kdeaccessibility-kmousetool) +source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('1d3f2a6443164b835e3f2753f986c8a96d320c7e30a5fb0f819997e67c9ae521' + '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 \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}