diff --git a/gui-apps/hyprlock/Manifest b/gui-apps/hyprlock/Manifest deleted file mode 100644 index d90910587f..0000000000 --- a/gui-apps/hyprlock/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST hyprlock-0.9.1.tar.gz 83699 BLAKE2B bd99380e091e0eb28707ef29bf46bd240a402b9c29dfa5d11300c289dcc28686dc370d3117a1048325ad7298cea4ef6718d9fd7571cbcc7b6e491ae3131eac53 SHA512 7fcb5cdb6504f635b161291d67428d84b03baf423239a66478efa217ab9806362539fbf39fac99eca0e55a5a825b92665fb2d4e4d722680e5aad551c08c7ed58 -DIST hyprlock-0.9.2.tar.gz 84454 BLAKE2B 15e4b95ab2f19a26f0a1279481c4b2c49d901dec5c115985ae244522f1fcdd10255912e69d93553cd49709947a8475275d4aaf32c230418c412ae39b6632e70f SHA512 9753600fcdc087ea31a28c35071efcb6c8288b2f652767f40d91794dc0aeb8e94737aa7658c2107890f1c6a0242e4e88778e98b28b0bacad65ac3c5c8516b8c5 diff --git a/gui-apps/hyprlock/files/hyprlock-0.4.1-fix-CFLAGS-CXXFLAGS.patch b/gui-apps/hyprlock/files/hyprlock-0.4.1-fix-CFLAGS-CXXFLAGS.patch deleted file mode 100644 index cfde5df931..0000000000 --- a/gui-apps/hyprlock/files/hyprlock-0.4.1-fix-CFLAGS-CXXFLAGS.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index c2dfd6c..96f34b0 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -15,7 +15,6 @@ if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG) - message(STATUS "Configuring hyprlock in Debug with CMake") - add_compile_definitions(HYPRLAND_DEBUG) - else() -- add_compile_options(-O3) - message(STATUS "Configuring hyprlock in Release with CMake") - endif() - diff --git a/gui-apps/hyprlock/hyprlock-0.9.1.ebuild b/gui-apps/hyprlock/hyprlock-0.9.1.ebuild deleted file mode 100644 index 6e558e2db3..0000000000 --- a/gui-apps/hyprlock/hyprlock-0.9.1.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Hyprland's GPU-accelerated screen locking utility" -HOMEPAGE="https://github.com/hyprwm/hyprlock" - -if [[ "${PV}" = *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" -else - SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - dev-cpp/sdbus-c++:0/2 - dev-libs/date - dev-libs/glib:2 - dev-libs/hyprgraphics - >=dev-libs/hyprlang-0.6.0 - dev-libs/wayland - >=dev-util/hyprwayland-scanner-0.4.4 - >=gui-libs/hyprutils-0.8.0:= - media-libs/libglvnd - media-libs/mesa[opengl] - sys-libs/pam - x11-libs/cairo - x11-libs/libdrm - x11-libs/libxkbcommon - x11-libs/pango -" -DEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols -" - -BDEPEND=" - dev-util/wayland-scanner - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}/${PN}-0.4.1-fix-CFLAGS-CXXFLAGS.patch" -) diff --git a/gui-apps/hyprlock/hyprlock-0.9.2.ebuild b/gui-apps/hyprlock/hyprlock-0.9.2.ebuild deleted file mode 100644 index 6e558e2db3..0000000000 --- a/gui-apps/hyprlock/hyprlock-0.9.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Hyprland's GPU-accelerated screen locking utility" -HOMEPAGE="https://github.com/hyprwm/hyprlock" - -if [[ "${PV}" = *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" -else - SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - dev-cpp/sdbus-c++:0/2 - dev-libs/date - dev-libs/glib:2 - dev-libs/hyprgraphics - >=dev-libs/hyprlang-0.6.0 - dev-libs/wayland - >=dev-util/hyprwayland-scanner-0.4.4 - >=gui-libs/hyprutils-0.8.0:= - media-libs/libglvnd - media-libs/mesa[opengl] - sys-libs/pam - x11-libs/cairo - x11-libs/libdrm - x11-libs/libxkbcommon - x11-libs/pango -" -DEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols -" - -BDEPEND=" - dev-util/wayland-scanner - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}/${PN}-0.4.1-fix-CFLAGS-CXXFLAGS.patch" -) diff --git a/gui-apps/hyprlock/hyprlock-9999.ebuild b/gui-apps/hyprlock/hyprlock-9999.ebuild deleted file mode 100644 index 6e558e2db3..0000000000 --- a/gui-apps/hyprlock/hyprlock-9999.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Hyprland's GPU-accelerated screen locking utility" -HOMEPAGE="https://github.com/hyprwm/hyprlock" - -if [[ "${PV}" = *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/hyprwm/${PN^}.git" -else - SRC_URI="https://github.com/hyprwm/${PN^}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -LICENSE="BSD" -SLOT="0" - -RDEPEND=" - dev-cpp/sdbus-c++:0/2 - dev-libs/date - dev-libs/glib:2 - dev-libs/hyprgraphics - >=dev-libs/hyprlang-0.6.0 - dev-libs/wayland - >=dev-util/hyprwayland-scanner-0.4.4 - >=gui-libs/hyprutils-0.8.0:= - media-libs/libglvnd - media-libs/mesa[opengl] - sys-libs/pam - x11-libs/cairo - x11-libs/libdrm - x11-libs/libxkbcommon - x11-libs/pango -" -DEPEND=" - ${RDEPEND} - dev-libs/wayland-protocols -" - -BDEPEND=" - dev-util/wayland-scanner - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}/${PN}-0.4.1-fix-CFLAGS-CXXFLAGS.patch" -) diff --git a/gui-apps/hyprlock/metadata.xml b/gui-apps/hyprlock/metadata.xml deleted file mode 100644 index cf7994df2c..0000000000 --- a/gui-apps/hyprlock/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - gonegrier.duarte@gmail.com - Gonçalo Negrier Duarte - - - https://github.com/hyprwm/hyprlock/releases - https://wiki.hypr.land/Hypr-Ecosystem/hyprlock/ - https://github.com/hyprwm/hyprlock/issues - hyprwm/hyprlock - - diff --git a/profiles/package.mask b/profiles/package.mask index 91ff644a0d..f0df515d97 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -52,7 +52,6 @@ dev-python/mkdocs-rss-plugin # https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d4db2ff53c5461db0c8aa1a93f4707593c8a4f3 # The following list depends on last-rited packages. # Removal on 2026-03-11. Bugs #939727 #945878 #967011 -<=gui-apps/hyprlock-0.9.2 <=gui-apps/hyprpaper-0.7.6 <=gui-apps/hyprpicker-0.4.5 <=gui-apps/hyprshade-3.2.1