commit:     482dc3358ca90dec7d44ffcb799aaa22cebf9173
Author:     Mia Neufeld <mia <AT> xenialinux <DOT> com>
AuthorDate: Wed Oct 11 13:43:59 2023 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Wed Oct 11 13:43:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=482dc335

gui-libs/xdg-desktop-portal-hyprland: Add 1.2.2, drop 1.2.0 and 1.2.1

Signed-off-by: Mia Neufeld <mia <AT> xenialinux.com>

 gui-libs/xdg-desktop-portal-hyprland/Manifest      |  3 +-
 .../xdg-desktop-portal-hyprland-1.2.1.ebuild       | 77 ----------------------
 ...ld => xdg-desktop-portal-hyprland-1.2.2.ebuild} |  0
 3 files changed, 1 insertion(+), 79 deletions(-)

diff --git a/gui-libs/xdg-desktop-portal-hyprland/Manifest 
b/gui-libs/xdg-desktop-portal-hyprland/Manifest
index c87015958d..ddf233d144 100644
--- a/gui-libs/xdg-desktop-portal-hyprland/Manifest
+++ b/gui-libs/xdg-desktop-portal-hyprland/Manifest
@@ -1,3 +1,2 @@
 DIST xdg-desktop-hyprland-1.1.0.tar.gz 42732 BLAKE2B 
aa78b9f3a5812988e8324b71cc265c4b2ca23d0b12239c3ac13d068a46200504685da0fb57093f0689101fc2235cb7825646a4669bfe1894928d57a3259df9e3
 SHA512 
e02fa5bb19ca20cdee9a2e6ad0beb507d96118e095b1e5a1836cc16a35492a9ba5db36b06e5be561adcbf16d8716c38cbb1ed373965416696c69448fbd020c10
-DIST xdg-desktop-hyprland-1.2.0.tar.gz 43068 BLAKE2B 
7fcd9cc962d50ade64a97af3bb34a0bfff5c72cb4458ed2dd17122b3ee53364b319d8fbf0db5827bdd94e778a8ddaaba55963fe67fe6d2fe7a7d6265e327c56a
 SHA512 
41201a773756f3b5f49b8a9e39b98fc8939fab60bda24f99d2c3b76a34f159b69fce17af88b6eff2a475e6b097f0d7912b51a8862c2b8cd7cdd9af4e237d17da
-DIST xdg-desktop-hyprland-1.2.1.tar.gz 43054 BLAKE2B 
700c96b3fcfb6c3987b1e48ffa27e75ed9b84262140de824ee029249030e7aad68e54ecabc026baed28d79344ffa69a820ca1b27d5c3b4760450252bdd603c2b
 SHA512 
a27bc7d3c2ed32005b6787517550b89fee8661644f68b4689912894073a1971a7cf2dec4e7df60275b8fa6cac2bbc6fea244e5da1877bc7ffb71225e7bb44c3d
+DIST xdg-desktop-hyprland-1.2.2.tar.gz 43233 BLAKE2B 
3d3d955596051da3a3384dab75a516a47627175ac584e6c8967ffe83607a99d99b8c8365b04f57976b8fe41917354217ca0bf3cb07f5e64cc099a1fb6fc3ef8a
 SHA512 
10c8a0eb23a65535dcb16c30d42e2a71268d5a05b88f14ff4c1bedc127241e4da6c516217287b3499677c92f06034f8ebc0f743c181d4dd3bf7a35423128e141

diff --git 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.2.1.ebuild 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.2.1.ebuild
deleted file mode 100644
index 1758dc43b4..0000000000
--- 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.2.1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson 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/xdg-desktop-portal-hyprland.git";
-       inherit git-r3
-else
-       KEYWORDS="~amd64"
-       
SRC_URI="https://github.com/hyprwm/xdg-desktop-portal-hyprland/archive/refs/tags/v${PV}.tar.gz
 \
-               -> xdg-desktop-hyprland-${PV}.tar.gz"
-fi
-
-LICENSE="MIT"
-SLOT="0/9999"
-IUSE="elogind systemd"
-REQUIRED_USE="?? ( elogind systemd )"
-
-DEPEND="
-       >=media-video/pipewire-0.3.41:=
-       dev-cpp/sdbus-c++
-       dev-libs/inih
-       dev-libs/wayland
-       dev-qt/qtbase
-       dev-qt/qtcore
-       dev-qt/qtgui
-       dev-qt/qtwayland:6
-       dev-qt/qtwidgets
-       media-libs/mesa
-       sys-apps/util-linux
-       x11-libs/libdrm
-       || (
-               systemd? ( >=sys-apps/systemd-237 )
-               elogind? ( >=sys-auth/elogind-237 )
-               sys-libs/basu
-       )
-"
-RDEPEND="
-       ${DEPEND}
-       sys-apps/xdg-desktop-portal
-"
-BDEPEND="
-       >=dev-libs/wayland-protocols-1.24
-       dev-libs/hyprland-protocols
-       virtual/pkgconfig
-       || ( >=sys-devel/gcc-13:* >=sys-devel/clang-17:* )
-"
-
-pkg_setup() {
-               [[ ${MERGE_TYPE} == binary ]] && return
-
-       if tc-is-gcc && ver_test $(gcc-version) -lt 13 ; then
-               eerror "XDPH needs >=gcc-13 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-13 or >=clang-17 to compile."
-               eerror "Please upgrade Clang: emerge -v1 sys-devel/clang"
-               die "Clang version is too old to compile XDPH!"
-       fi
-}
-
-src_compile() {
-       meson_src_compile
-       emake -C hyprland-share-picker all
-}
-
-src_install() {
-       meson_src_install
-       dobin "${S}/hyprland-share-picker/build/hyprland-share-picker"
-}

diff --git 
a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.2.0.ebuild 
b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.2.2.ebuild
similarity index 100%
rename from 
gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.2.0.ebuild
rename to 
gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-1.2.2.ebuild

Reply via email to