mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
gui-apps/hypridle: treeclean
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST hypridle-0.1.6.gh.tar.gz 17053 BLAKE2B 33e704905a0d9353b61b23631a851e1ac1b6d5fc9601a9b0d1fafc379bf1d4763bb2d2cde478ae2a296be26c0ebbefc838ff156fb2a961e03c4dab69a3a784bd SHA512 63d266da4b5a45cc7fef4b2a40df32e83e0797b1b5b6a7ce4d0d93c463e53797ae5d8a8ea7d3174747bc0cc7c546fc1468e4d072b767b6bdb9dbcafaa7496de8
|
||||
DIST hypridle-0.1.7.gh.tar.gz 18986 BLAKE2B 935f0af8dff82e5004ec356367de27015e05c56a7e384f819ed351a4b879fed5e035df7a0bc3f66757c0328a789e36b2a61bfb751e23835ce6a82ff49e976b90 SHA512 696201e17a1ce81e1fd687e1802032383ad3ea527e0eee83de57f9a4780b6a99b8de66079be7d9319effe88fe333995e6ba962538315bf9f15f65f6266a1ec32
|
||||
@@ -1,29 +0,0 @@
|
||||
From e2b3acf133c104574724f705f9f07007ec8bbe3b Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Gon=C3=A7alo=20Negrier=20Duarte?=
|
||||
<gonegrier.duarte@gmail.com>
|
||||
Date: Wed, 21 Feb 2024 15:29:01 +0000
|
||||
Subject: [PATCH] Removed added CFLAGS/CXXFLAGS by CMakeLists.txt
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
|
||||
---
|
||||
CMakeLists.txt | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 3d60b42..bb37060 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -14,7 +14,6 @@ if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
|
||||
message(STATUS "Configuring hypridle in Debug with CMake")
|
||||
add_compile_definitions(HYPRLAND_DEBUG)
|
||||
else()
|
||||
- add_compile_options(-O3)
|
||||
message(STATUS "Configuring hypridle in Release with CMake")
|
||||
endif()
|
||||
|
||||
--
|
||||
2.43.2
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index b7c9755..dd327cc 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -14,7 +14,6 @@ if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG)
|
||||
message(STATUS "Configuring hypridle in Debug with CMake")
|
||||
add_compile_definitions(HYPRLAND_DEBUG)
|
||||
else()
|
||||
- add_compile_options(-O3)
|
||||
message(STATUS "Configuring hypridle in Release with CMake")
|
||||
endif()
|
||||
|
||||
@@ -1,41 +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 idle daemon"
|
||||
HOMEPAGE="https://github.com/hyprwm/hypridle"
|
||||
|
||||
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}.gh.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-cpp/sdbus-c++:0/2
|
||||
>=dev-libs/hyprlang-0.4.0
|
||||
dev-libs/wayland
|
||||
gui-libs/hyprutils:=
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-libs/hyprland-protocols-0.6.0
|
||||
dev-libs/wayland-protocols
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-0.1.5-fix-CFLAGS-CXXFLAGS.patch"
|
||||
)
|
||||
@@ -1,41 +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 idle daemon"
|
||||
HOMEPAGE="https://github.com/hyprwm/hypridle"
|
||||
|
||||
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}.gh.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-cpp/sdbus-c++:0/2
|
||||
>=dev-libs/hyprlang-0.4.0
|
||||
dev-libs/wayland
|
||||
gui-libs/hyprutils:=
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-libs/hyprland-protocols-0.6.0
|
||||
dev-libs/wayland-protocols
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${PN}-0.1.5-fix-CFLAGS-CXXFLAGS.patch"
|
||||
)
|
||||
@@ -1,41 +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 idle daemon"
|
||||
HOMEPAGE="https://github.com/hyprwm/hypridle"
|
||||
|
||||
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}.gh.tar.gz"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-cpp/sdbus-c++:0/2
|
||||
>=dev-libs/hyprlang-0.4.0
|
||||
dev-libs/wayland
|
||||
gui-libs/hyprutils:=
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
>=dev-libs/hyprland-protocols-0.6.0
|
||||
dev-libs/wayland-protocols
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
dev-util/wayland-scanner
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-fix-CFLAGS-CXXFLAGS.patch"
|
||||
)
|
||||
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>gonegrier.duarte@gmail.com</email>
|
||||
<name>Gonçalo Negrier Duarte</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<changelog>https://github.com/hyprwm/hypridle/releases</changelog>
|
||||
<doc>https://wiki.hyprland.org/Hypr-Ecosystem/hypridle/</doc>
|
||||
<bugs-to>https://github.com/hyprwm/hypridle/issues</bugs-to>
|
||||
<remote-id type="github">hyprwm/hypridle</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -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/hypridle-0.1.7
|
||||
<=gui-apps/hyprlock-0.9.2
|
||||
<=gui-apps/hyprpaper-0.7.6
|
||||
<=gui-apps/hyprpicker-0.4.5
|
||||
|
||||
Reference in New Issue
Block a user