commit: cabe8a9e6ae6cf51a2e199ac42490810cfb234ff Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Sat Jun 7 13:31:02 2025 +0000 Commit: Filip Kobierski <fkobi <AT> pm <DOT> me> CommitDate: Sat Jun 7 13:35:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cabe8a9e
gui-libs/xdg-desktop-portal-hyprland: sync live Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> .../xdg-desktop-portal-hyprland-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild index f9fbaa42e3..a9fa49430b 100644 --- a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild +++ b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-9999.ebuild @@ -5,14 +5,14 @@ EAPI=8 inherit cmake toolchain-funcs -DESCRIPTION="xdg-desktop-portal backend for hyprland" +DESCRIPTION="xdg-desktop-portal backend for Hyprland" HOMEPAGE="https://github.com/hyprwm/xdg-desktop-portal-hyprland" if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/hyprwm/${PN}.git" inherit git-r3 else - SRC_URI="https://github.com/hyprwm/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + SRC_URI="https://github.com/hyprwm/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" fi @@ -28,9 +28,9 @@ DEPEND=" dev-libs/wayland dev-qt/qtbase:6[gui,widgets] dev-qt/qtwayland:6 + gui-libs/hyprutils:= media-libs/mesa >=media-video/pipewire-1.2.0:= - sys-apps/util-linux x11-libs/libdrm || ( sys-libs/basu
