mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
gui-libs/xdg-desktop-portal-hyprland: treeclean
Closes: https://bugs.gentoo.org/967011 (pkgremoved) Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
DIST xdg-desktop-portal-hyprland-1.3.11.tar.gz 51615 BLAKE2B e03677226d820b93a55c92dda96a717f0141262f3f74cb2a90b2e11b6fc7407f70e06786e3b4798e3178b16565d122c27c793e21b9647422d7839de3fd87a022 SHA512 cb2ac4372172f3a222efdf92061158e5d6092508a3113d8e9bb24e226199251f2e3d9e707f9445a00e7603e7210d2752dc7fc449aa0abc08c5fb4a827921c028
|
|
||||||
DIST xdg-desktop-portal-hyprland-1.3.9.tar.gz 50667 BLAKE2B 581013bd3bfc2c38f17624cee3a6bc759c88db50d67e0de7031d1ee7cf4cf906238a176f26d12a8f2ae5a88caf983dfdd119d7919bfe2481c9a140d3f8b9ebd8 SHA512 2a157d406b63371b0594a679622e113379a326ef68a02163aa5c0b14703c2472f972d080ff146d401c87e084bbfdbc4133768792d4996c2d2ad45ca6db8ccc1e
|
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
||||||
<pkgmetadata>
|
|
||||||
<maintainer type="person">
|
|
||||||
<name>Gonçalo Negrier Duarte</name>
|
|
||||||
<email>gonegrier.duarte@gmail.com</email>
|
|
||||||
</maintainer>
|
|
||||||
<maintainer type="person">
|
|
||||||
<email>mia@xenialinux.com</email>
|
|
||||||
<name>Mia Neufeld</name>
|
|
||||||
</maintainer>
|
|
||||||
<upstream>
|
|
||||||
<bugs-to>https://github.com/hyprwm/xdg-desktop-portal-hyprland/issues</bugs-to>
|
|
||||||
<changelog>https://github.com/hyprwm/xdg-desktop-portal-hyprland/releases</changelog>
|
|
||||||
<doc>https://wiki.hyprland.org/Hypr-Ecosystem/xdg-desktop-portal-hyprland/</doc>
|
|
||||||
<remote-id type="github">hyprwm/xdg-desktop-portal-hyprland</remote-id>
|
|
||||||
</upstream>
|
|
||||||
<longdescription>
|
|
||||||
An XDG Desktop Portal (later called XDP) is a program that lets
|
|
||||||
other applications communicate swiftly with the compositor through
|
|
||||||
D-Bus. It's used for stuff like e.g. opening file pickers, screen sharing.
|
|
||||||
On Wayland, it also requires an implementation. For Hyprland, you'd usually
|
|
||||||
use xdg-desktop-portal-wlr (later called XDPW). Unfortunately, due to various
|
|
||||||
reasons the -wlr portal is inferior to the KDE or Gnome ones. In order to
|
|
||||||
bridge the gap, Hyprland has its own fork of XDPW that has more features,
|
|
||||||
called xdg-desktop-portal-hyprland.
|
|
||||||
</longdescription>
|
|
||||||
<use>
|
|
||||||
<flag name="elogind">Enable support for rootless session via elogind</flag>
|
|
||||||
</use>
|
|
||||||
</pkgmetadata>
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
# Copyright 2022-2025 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit cmake toolchain-funcs
|
|
||||||
|
|
||||||
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}.tar.gz"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
IUSE="elogind systemd"
|
|
||||||
REQUIRED_USE="?? ( elogind systemd )"
|
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
>=dev-cpp/sdbus-c++-2.0.0
|
|
||||||
dev-libs/hyprlang:=
|
|
||||||
dev-libs/inih
|
|
||||||
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:=
|
|
||||||
x11-libs/libdrm
|
|
||||||
|| (
|
|
||||||
sys-libs/basu
|
|
||||||
elogind? ( >=sys-auth/elogind-237 )
|
|
||||||
systemd? ( >=sys-apps/systemd-237 )
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
${DEPEND}
|
|
||||||
sys-apps/xdg-desktop-portal
|
|
||||||
"
|
|
||||||
|
|
||||||
BDEPEND="
|
|
||||||
dev-libs/hyprland-protocols
|
|
||||||
>=dev-libs/wayland-protocols-1.24
|
|
||||||
>=dev-util/hyprwayland-scanner-0.4.2
|
|
||||||
virtual/pkgconfig
|
|
||||||
|| ( >=sys-devel/gcc-14:* >=llvm-core/clang-17:* )
|
|
||||||
"
|
|
||||||
|
|
||||||
pkg_setup() {
|
|
||||||
[[ ${MERGE_TYPE} == binary ]] && return
|
|
||||||
|
|
||||||
if tc-is-gcc && ver_test $(gcc-version) -lt 14 ; then
|
|
||||||
eerror "XDPH needs >=gcc-14 or >=clang-17 to compile."
|
|
||||||
eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc"
|
|
||||||
die "GCC version is too old to compile XDPH!"
|
|
||||||
elif tc-is-clang && ver_test $(clang-version) -lt 17 ; then
|
|
||||||
eerror "XDPH needs >=gcc-14 or >=clang-17 to compile."
|
|
||||||
eerror "Please upgrade Clang: emerge -v1 llvm-core/clang"
|
|
||||||
die "Clang version is too old to compile XDPH!"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
sed -i "/add_compile_options(-O3)/d" "${S}/CMakeLists.txt" || die
|
|
||||||
cmake_src_prepare
|
|
||||||
}
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
# Copyright 2022-2025 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit cmake toolchain-funcs
|
|
||||||
|
|
||||||
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}.tar.gz"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
IUSE="elogind systemd"
|
|
||||||
REQUIRED_USE="?? ( elogind systemd )"
|
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
>=dev-cpp/sdbus-c++-2.0.0
|
|
||||||
dev-libs/hyprlang:=
|
|
||||||
dev-libs/inih
|
|
||||||
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:=
|
|
||||||
x11-libs/libdrm
|
|
||||||
|| (
|
|
||||||
sys-libs/basu
|
|
||||||
elogind? ( >=sys-auth/elogind-237 )
|
|
||||||
systemd? ( >=sys-apps/systemd-237 )
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
${DEPEND}
|
|
||||||
sys-apps/xdg-desktop-portal
|
|
||||||
"
|
|
||||||
|
|
||||||
BDEPEND="
|
|
||||||
dev-libs/hyprland-protocols
|
|
||||||
>=dev-libs/wayland-protocols-1.24
|
|
||||||
>=dev-util/hyprwayland-scanner-0.4.2
|
|
||||||
virtual/pkgconfig
|
|
||||||
|| ( >=sys-devel/gcc-14:* >=llvm-core/clang-17:* )
|
|
||||||
"
|
|
||||||
|
|
||||||
pkg_setup() {
|
|
||||||
[[ ${MERGE_TYPE} == binary ]] && return
|
|
||||||
|
|
||||||
if tc-is-gcc && ver_test $(gcc-version) -lt 14 ; then
|
|
||||||
eerror "XDPH needs >=gcc-14 or >=clang-17 to compile."
|
|
||||||
eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc"
|
|
||||||
die "GCC version is too old to compile XDPH!"
|
|
||||||
elif tc-is-clang && ver_test $(clang-version) -lt 17 ; then
|
|
||||||
eerror "XDPH needs >=gcc-14 or >=clang-17 to compile."
|
|
||||||
eerror "Please upgrade Clang: emerge -v1 llvm-core/clang"
|
|
||||||
die "Clang version is too old to compile XDPH!"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
sed -i "/add_compile_options(-O3)/d" "${S}/CMakeLists.txt" || die
|
|
||||||
cmake_src_prepare
|
|
||||||
}
|
|
||||||
@@ -1,72 +0,0 @@
|
|||||||
# Copyright 2022-2025 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit cmake toolchain-funcs
|
|
||||||
|
|
||||||
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}.tar.gz"
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="MIT"
|
|
||||||
SLOT="0"
|
|
||||||
IUSE="elogind systemd"
|
|
||||||
REQUIRED_USE="?? ( elogind systemd )"
|
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
>=dev-cpp/sdbus-c++-2.0.0
|
|
||||||
dev-libs/hyprlang:=
|
|
||||||
dev-libs/inih
|
|
||||||
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:=
|
|
||||||
x11-libs/libdrm
|
|
||||||
|| (
|
|
||||||
sys-libs/basu
|
|
||||||
elogind? ( >=sys-auth/elogind-237 )
|
|
||||||
systemd? ( >=sys-apps/systemd-237 )
|
|
||||||
)
|
|
||||||
"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
${DEPEND}
|
|
||||||
sys-apps/xdg-desktop-portal
|
|
||||||
"
|
|
||||||
|
|
||||||
BDEPEND="
|
|
||||||
dev-libs/hyprland-protocols
|
|
||||||
>=dev-libs/wayland-protocols-1.24
|
|
||||||
>=dev-util/hyprwayland-scanner-0.4.2
|
|
||||||
virtual/pkgconfig
|
|
||||||
|| ( >=sys-devel/gcc-14:* >=llvm-core/clang-17:* )
|
|
||||||
"
|
|
||||||
|
|
||||||
pkg_setup() {
|
|
||||||
[[ ${MERGE_TYPE} == binary ]] && return
|
|
||||||
|
|
||||||
if tc-is-gcc && ver_test $(gcc-version) -lt 14 ; then
|
|
||||||
eerror "XDPH needs >=gcc-14 or >=clang-17 to compile."
|
|
||||||
eerror "Please upgrade GCC: emerge -v1 sys-devel/gcc"
|
|
||||||
die "GCC version is too old to compile XDPH!"
|
|
||||||
elif tc-is-clang && ver_test $(clang-version) -lt 17 ; then
|
|
||||||
eerror "XDPH needs >=gcc-14 or >=clang-17 to compile."
|
|
||||||
eerror "Please upgrade Clang: emerge -v1 llvm-core/clang"
|
|
||||||
die "Clang version is too old to compile XDPH!"
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
sed -i "/add_compile_options(-O3)/d" "${S}/CMakeLists.txt" || die
|
|
||||||
cmake_src_prepare
|
|
||||||
}
|
|
||||||
@@ -52,7 +52,6 @@ dev-python/mkdocs-rss-plugin
|
|||||||
# https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4db2ff53c5461db0c8aa1a93f4707593c8a4f3
|
# https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4db2ff53c5461db0c8aa1a93f4707593c8a4f3
|
||||||
# The following list depends on last-rited packages.
|
# The following list depends on last-rited packages.
|
||||||
# Removal on 2026-03-11. Bugs #939727 #945878 #967011
|
# Removal on 2026-03-11. Bugs #939727 #945878 #967011
|
||||||
<=gui-libs/xdg-desktop-portal-hyprland-1.3.11
|
|
||||||
<=gui-wm/hyprland-contrib-0.1-r1
|
<=gui-wm/hyprland-contrib-0.1-r1
|
||||||
<=sys-auth/hyprpolkitagent-0.1.2
|
<=sys-auth/hyprpolkitagent-0.1.2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user