diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-08 07:13:47 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-08 07:13:47 +0000 |
| commit | a6a2723d14d4f75c9ff0ca130d38adb96945ada5 (patch) | |
| tree | ace138fb5a1eb1ee0988577ad0689b2c01c3dabd /gui-apps/hypridle | |
| parent | 63cc2c766bddbc62e012b702853544b13e1d9612 (diff) | |
| download | baldeagleos-repo-a6a2723d14d4f75c9ff0ca130d38adb96945ada5.tar.gz baldeagleos-repo-a6a2723d14d4f75c9ff0ca130d38adb96945ada5.tar.xz baldeagleos-repo-a6a2723d14d4f75c9ff0ca130d38adb96945ada5.zip | |
Adding metadata
Diffstat (limited to 'gui-apps/hypridle')
| -rw-r--r-- | gui-apps/hypridle/Manifest | 2 | ||||
| -rw-r--r-- | gui-apps/hypridle/files/hypridle-0.1.5-fix-CFLAGS-CXXFLAGS.patch | 29 | ||||
| -rw-r--r-- | gui-apps/hypridle/files/hypridle-9999-fix-CFLAGS-CXXFLAGS.patch | 12 | ||||
| -rw-r--r-- | gui-apps/hypridle/hypridle-0.1.6.ebuild | 41 | ||||
| -rw-r--r-- | gui-apps/hypridle/hypridle-0.1.7.ebuild | 41 | ||||
| -rw-r--r-- | gui-apps/hypridle/hypridle-9999.ebuild | 41 | ||||
| -rw-r--r-- | gui-apps/hypridle/metadata.xml | 14 |
7 files changed, 0 insertions, 180 deletions
diff --git a/gui-apps/hypridle/Manifest b/gui-apps/hypridle/Manifest deleted file mode 100644 index 5d2ab91a9eda..000000000000 --- a/gui-apps/hypridle/Manifest +++ /dev/null @@ -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 diff --git a/gui-apps/hypridle/files/hypridle-0.1.5-fix-CFLAGS-CXXFLAGS.patch b/gui-apps/hypridle/files/hypridle-0.1.5-fix-CFLAGS-CXXFLAGS.patch deleted file mode 100644 index 1fa661981a94..000000000000 --- a/gui-apps/hypridle/files/hypridle-0.1.5-fix-CFLAGS-CXXFLAGS.patch +++ /dev/null @@ -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 - diff --git a/gui-apps/hypridle/files/hypridle-9999-fix-CFLAGS-CXXFLAGS.patch b/gui-apps/hypridle/files/hypridle-9999-fix-CFLAGS-CXXFLAGS.patch deleted file mode 100644 index d5b3d4f4b9f9..000000000000 --- a/gui-apps/hypridle/files/hypridle-9999-fix-CFLAGS-CXXFLAGS.patch +++ /dev/null @@ -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() - diff --git a/gui-apps/hypridle/hypridle-0.1.6.ebuild b/gui-apps/hypridle/hypridle-0.1.6.ebuild deleted file mode 100644 index d8c8a224cd52..000000000000 --- a/gui-apps/hypridle/hypridle-0.1.6.ebuild +++ /dev/null @@ -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" -) diff --git a/gui-apps/hypridle/hypridle-0.1.7.ebuild b/gui-apps/hypridle/hypridle-0.1.7.ebuild deleted file mode 100644 index d8c8a224cd52..000000000000 --- a/gui-apps/hypridle/hypridle-0.1.7.ebuild +++ /dev/null @@ -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" -) diff --git a/gui-apps/hypridle/hypridle-9999.ebuild b/gui-apps/hypridle/hypridle-9999.ebuild deleted file mode 100644 index d6d74d380b92..000000000000 --- a/gui-apps/hypridle/hypridle-9999.ebuild +++ /dev/null @@ -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" -) diff --git a/gui-apps/hypridle/metadata.xml b/gui-apps/hypridle/metadata.xml deleted file mode 100644 index c96188fe3df4..000000000000 --- a/gui-apps/hypridle/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/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> - <bugs-to>https://github.com/hyprwm/hypridle/issues</bugs-to> - <doc>https://wiki.hyprland.org/Hypr-Ecosystem/hypridle/</doc> - </upstream> - <origin>gentoo-guru-overlay</origin> -</pkgmetadata>
\ No newline at end of file |
