Date: Friday, September 30, 2022 @ 20:16:48 Author: arojas Revision: 1320106
archrelease: copy trunk to community-x86_64 Added: haruna/repos/community-x86_64/PKGBUILD (from rev 1320105, haruna/trunk/PKGBUILD) haruna/repos/community-x86_64/keys/ Deleted: haruna/repos/community-x86_64/PKGBUILD haruna/repos/community-x86_64/keys/ ----------+ PKGBUILD | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-09-30 20:16:37 UTC (rev 1320105) +++ PKGBUILD 2022-09-30 20:16:48 UTC (rev 1320106) @@ -1,28 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: prg <prg _at_ xannode _dot_ com> -# Contributor: Nico <d3sox at protonmail dot com> -# Contributor: Caltlgin Stsodaat <cont...@fossdaily.xyz> - -pkgname=haruna -pkgver=0.9.1 -pkgrel=1 -pkgdesc='Video player built with Qt/QML on top of libmpv' -arch=(x86_64) -url='https://apps.kde.org/haruna/' -license=(GPL3) -depends=(kfilemetadata kio mpv kirigami2) -makedepends=(extra-cmake-modules kdoctools) -optdepends=('yt-dlp: YouTube support') -source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('9131f2d3a44332ff65c15c77b243a9897cd7acc1d7fe77d75180bb519344840d' - 'SKIP') -validpgpkeys=(4E421C6554B89766DF9B7A37E12AB207C8755905) # George Florea Bănuș <georgefb...@gmail.com> - -build() { - cmake -B build -S $pkgname-$pkgver - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: haruna/repos/community-x86_64/PKGBUILD (from rev 1320105, haruna/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-09-30 20:16:48 UTC (rev 1320106) @@ -0,0 +1,28 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: prg <prg _at_ xannode _dot_ com> +# Contributor: Nico <d3sox at protonmail dot com> +# Contributor: Caltlgin Stsodaat <cont...@fossdaily.xyz> + +pkgname=haruna +pkgver=0.9.2 +pkgrel=1 +pkgdesc='Video player built with Qt/QML on top of libmpv' +arch=(x86_64) +url='https://apps.kde.org/haruna/' +license=(GPL3) +depends=(kfilemetadata kio mpv kirigami2) +makedepends=(extra-cmake-modules kdoctools) +optdepends=('yt-dlp: YouTube support') +source=(https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('cd1d49c645e53e7cb4bb905c21c3789bae3b55532ad7e5f25c852c0f63702580' + 'SKIP') +validpgpkeys=(4E421C6554B89766DF9B7A37E12AB207C8755905) # George Florea Bănuș <georgefb...@gmail.com> + +build() { + cmake -B build -S $pkgname-$pkgver + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}