Date: Thursday, March 2, 2023 @ 07:25:06
Author: arojas
Revision: 1406268
archrelease: copy trunk to community-staging-x86_64
Added:
haruna/repos/community-staging-x86_64/
haruna/repos/community-staging-x86_64/PKGBUILD
(from rev 1406267, 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 1406267,
haruna/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2023-03-02 07:25:06 UTC (rev 1406268)
@@ -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.10.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=('4d21eaa709dd3b9f393e2252c4642127ab5da9781a74c903dafba64ae3f9d296'
+ '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
+}