Date: Thursday, January 7, 2021 @ 14:44:12 Author: arojas Revision: 405584
archrelease: copy trunk to extra-x86_64 Added: juk/repos/extra-x86_64/PKGBUILD (from rev 405583, juk/trunk/PKGBUILD) Deleted: juk/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-01-07 14:44:02 UTC (rev 405583) +++ PKGBUILD 2021-01-07 14:44:12 UTC (rev 405584) @@ -1,29 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=juk -pkgver=20.12.0 -pkgrel=1 -pkgdesc='A jukebox, tagger and music collection manager' -url='https://kde.org/applications/multimedia/juk/' -arch=(x86_64) -license=(GPL LGPL FDL) -groups=(kde-applications kde-multimedia) -depends=(kio taglib phonon-qt5 hicolor-icon-theme) -makedepends=(extra-cmake-modules kdoctools) -source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('a6f9f58f6a354de083ff6274ceaad2025f2876b70c45e8451cb90dd4848e908a' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> - -build() { - cmake -B build -S $pkgname-$pkgver \ - -DBUILD_TESTING=OFF - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: juk/repos/extra-x86_64/PKGBUILD (from rev 405583, juk/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-01-07 14:44:12 UTC (rev 405584) @@ -0,0 +1,29 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=juk +pkgver=20.12.1 +pkgrel=1 +pkgdesc='A jukebox, tagger and music collection manager' +url='https://kde.org/applications/multimedia/juk/' +arch=(x86_64) +license=(GPL LGPL FDL) +groups=(kde-applications kde-multimedia) +depends=(kio taglib phonon-qt5 hicolor-icon-theme) +makedepends=(extra-cmake-modules kdoctools) +source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('99749497c9285e2933374a73fe694ec5f66192ab726b6e6772b997306d6da467' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DBUILD_TESTING=OFF + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}