Date: Thursday, July 11, 2019 @ 11:53:10 Author: arojas Revision: 357731
archrelease: copy trunk to extra-x86_64 Added: filelight/repos/extra-x86_64/PKGBUILD (from rev 357730, filelight/trunk/PKGBUILD) Deleted: filelight/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 72 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 36 insertions(+), 36 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-07-11 11:53:01 UTC (rev 357730) +++ PKGBUILD 2019-07-11 11:53:10 UTC (rev 357731) @@ -1,36 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=filelight -pkgver=19.04.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=('3b00dcf08455080fa5e519647c3cae319a935c4c95fac48d41199619f6429cb7' - '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 \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="$pkgdir" install -} Copied: filelight/repos/extra-x86_64/PKGBUILD (from rev 357730, filelight/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-07-11 11:53:10 UTC (rev 357731) @@ -0,0 +1,36 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=filelight +pkgver=19.04.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=('4ad45db886f06afdff1e5c580261eea18f2c0cf3bcde92ecdc626583641d6c88' + '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 \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd build + make DESTDIR="$pkgdir" install +}