commit: f5fcf06f70225eb8c239f2cde81033b13baa179d
Author: Patrick Nicolas <patricknicolas <AT> laposte <DOT> net>
AuthorDate: Sun Feb 2 16:54:16 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Feb 2 16:55:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5fcf06f
media-libs/wivrn: update dependencies
Signed-off-by: Patrick Nicolas <patricknicolas <AT> laposte.net>
media-libs/wivrn/wivrn-9999.ebuild | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/media-libs/wivrn/wivrn-9999.ebuild
b/media-libs/wivrn/wivrn-9999.ebuild
index eca7a94c7..eecd5c7bb 100644
--- a/media-libs/wivrn/wivrn-9999.ebuild
+++ b/media-libs/wivrn/wivrn-9999.ebuild
@@ -32,7 +32,12 @@ RDEPEND="
net-dns/avahi
x11-libs/libnotify
gui? (
- dev-qt/qtbase:6
+ dev-libs/qcoro
+ kde-frameworks/kcoreaddons:6
+ kde-frameworks/ki18n:6
+ kde-frameworks/kiconthemes:6
+ kde-frameworks/kirigami:6
+ kde-frameworks/qqc2-desktop-style:6
)
pipewire? (
media-video/pipewire
@@ -74,7 +79,7 @@ if [[ ${PV} == 9999 ]]; then
git-r3_src_unpack
default_src_unpack
- local MONADO_COMMIT=$(grep "GIT_TAG" "${P}/CMakeLists.txt" |
awk '{print $2}')
+ local MONADO_COMMIT=$(grep "GIT_TAG" "${P}/CMakeLists.txt" |
awk '{print $2}' | tail -1)
git-r3_fetch "${MONADO_REPO_URI}" "${MONADO_COMMIT}"
git-r3_checkout "${MONADO_REPO_URI}" "${WORKDIR}/monado-src"
}