Date: Sunday, November 13, 2022 @ 13:06:16
Author: eworm
Revision: 1347247
archrelease: copy trunk to community-staging-x86_64
Added:
haruna/repos/community-staging-x86_64/
haruna/repos/community-staging-x86_64/PKGBUILD
(from rev 1347246, haruna/trunk/PKGBUILD)
haruna/repos/community-staging-x86_64/keys/
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: haruna/repos/community-staging-x86_64/PKGBUILD (from rev 1347246,
haruna/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2022-11-13 13:06:16 UTC (rev 1347247)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: prg <prg _at_ xannode _dot_ com>
+# Contributor: Nico <d3sox at protonmail dot com>
+# Contributor: Caltlgin Stsodaat <[email protected]>
+
+pkgname=haruna
+pkgver=0.9.3
+pkgrel=2
+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=('673d8db5d59e1c0f5937c3b73c11ee858fbd43d65efcde91aba9dcf70dac73e6'
+ 'SKIP')
+validpgpkeys=(4E421C6554B89766DF9B7A37E12AB207C8755905) # George Florea Bănuș
<[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}