Date: Thursday, November 7, 2019 @ 13:38:06 Author: arojas Revision: 367112
archrelease: copy trunk to extra-x86_64 Added: filelight/repos/extra-x86_64/PKGBUILD (from rev 367111, filelight/trunk/PKGBUILD) Deleted: filelight/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 70 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-11-07 13:37:46 UTC (rev 367111) +++ PKGBUILD 2019-11-07 13:38:06 UTC (rev 367112) @@ -1,35 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=filelight -pkgver=19.08.2 -pkgrel=1 -pkgdesc='View disk usage information' -url='https://kde.org/applications/utilities/filelight' -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/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('313ff23fceb427509b37efa012535e651618d42bde35c62cdc7732e463c346a6' - '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: filelight/repos/extra-x86_64/PKGBUILD (from rev 367111, filelight/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-11-07 13:38:06 UTC (rev 367112) @@ -0,0 +1,35 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=filelight +pkgver=19.08.3 +pkgrel=1 +pkgdesc='View disk usage information' +url='https://kde.org/applications/utilities/filelight' +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/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('95fa38574292a2aa8d3d90749fbbb61c5005889ef1df1aaa04d2d789bbf4fb00' + '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 +}