Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / haruna
Commits: f70d2be4 by Antonio Rojas at 2024-08-28T17:42:57+02:00 Add qqc2-desktop-style dependency Fixes https://gitlab.archlinux.org/archlinux/packaging/packages/haruna/-/issues/1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = haruna pkgdesc = Video player built with Qt/QML on top of libmpv pkgver = 1.2.0 - pkgrel = 1 + pkgrel = 2 url = https://apps.kde.org/haruna/ arch = x86_64 license = GPL-3.0-or-later @@ -19,6 +19,7 @@ pkgbase = haruna depends = kirigami depends = kwindowsystem depends = mpvqt + depends = qqc2-desktop-style depends = qt6-5compat depends = qt6-base depends = qt6-declarative ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=haruna pkgver=1.2.0 -pkgrel=1 +pkgrel=2 pkgdesc='Video player built with Qt/QML on top of libmpv' arch=(x86_64) url='https://apps.kde.org/haruna/' @@ -23,6 +23,7 @@ depends=(ffmpeg kirigami kwindowsystem mpvqt + qqc2-desktop-style qt6-5compat qt6-base qt6-declarative) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haruna/-/commit/f70d2be4f4f2d415b824140ae4a0a70cfbc31273 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haruna/-/commit/f70d2be4f4f2d415b824140ae4a0a70cfbc31273 You're receiving this email because of your account on gitlab.archlinux.org.
