Merge updates from master

This commit is contained in:
Repository mirror & CI
2024-11-22 18:50:32 +00:00
7 changed files with 41 additions and 7 deletions

View File

@@ -174,7 +174,9 @@ HOMEPAGE="
"
SRC_URI="${CARGO_CRATE_URIS}"
LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD Boost-1.0 CC0-1.0 MIT Unicode-DFS-2016 Unlicense"
LICENSE="CC0-1.0"
# Dependent crate licenses
LICENSE+=" Apache-2.0 BSD-2 CC0-1.0 MIT MPL-2.0 Unicode-3.0"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

View File

@@ -1,2 +1,2 @@
DIST hypridle-0.1.2.gh.tar.gz 13187 BLAKE2B f47b30b688a3ed920e1ca71891a5b1dc06421d3f71519830c4c2f0606fd3919fff2416f91180d3092e1d594b8caecacdc975f18566903421f14e5190d35e50c1 SHA512 d8591aa90c5621ce3d72748589845c727b5e6c3aca5aa42cede9bb238f1957e5fba107c72949097910efa9699ac031addf7ae64dfb9fde99138c56d98993eedf
DIST hypridle-0.1.4.gh.tar.gz 13948 BLAKE2B 450e2505fe8c245fd120fb22662e96648c8267a2878a9e9421ae06a8f2831b7f03f3e1ec23416c37e392e3b295cfb7d0cf8a61f7f611f62dea7affa6c3aadd06 SHA512 203dd5ff6c588fb1858d660baba71ede9d2c353abd63a5273fbc4befff8b77d416d802138881bce11605b248b05145e66847b5aa5395e9c150aaf07e67c8bcd8
DIST hypridle-0.1.5.gh.tar.gz 13946 BLAKE2B 119e3256bae56dea0c234b687e82e852cfa98c6b2f06a70ad59785900687bbbeba0ad431b4024e7c08c7fc2fd2776342b58853994a8c53a10a4eec4ef50198d8 SHA512 3574411a49da83a3f476aa5b6ee3fa7943d9c0018d0a111ca4f609d8bb5b7f485ab7006cd10e0094031c67fa6e1a754e46362ac514b58d60a66d7577d9933968

View File

@@ -0,0 +1,29 @@
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

View File

@@ -20,7 +20,7 @@ LICENSE="BSD"
SLOT="0"
RDEPEND="
dev-cpp/sdbus-c++:0/1
dev-cpp/sdbus-c++:0/2
>=dev-libs/hyprlang-0.4.0
dev-libs/wayland
"
@@ -35,5 +35,5 @@ BDEPEND="
"
PATCHES=(
"${FILESDIR}/hypridle-0.1.2-fix-CFLAGS-CXXFLAGS.patch"
"${FILESDIR}/hypridle-0.1.5-fix-CFLAGS-CXXFLAGS.patch"
)

View File

@@ -19,7 +19,8 @@ SRC_URI+=" https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/swayr-swayr
S="${WORKDIR}/swayr-swayrbar-${MY_PV}/"
LICENSE="GPL-3+"
# Dependent crate licenses, autogenerated by pycargoebuild
# Autogenerated by pycargoebuild
# Dependent crate licenses
LICENSE+=" Apache-2.0 BSD-2 MIT MPL-2.0 Unicode-DFS-2016"
SLOT="0"
KEYWORDS="~amd64"

View File

@@ -16,7 +16,8 @@ SRC_URI+=" https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/swayr-${P}/
S="${WORKDIR}/swayr-${P}/"
LICENSE="GPL-3+"
# Dependent crate licenses, autogenerated by pycargoebuild
# Autogenerated by pycargoebuild
# Dependent crate licenses
LICENSE+=" Apache-2.0 BSD-2 MIT MPL-2.0 Unicode-DFS-2016"
SLOT="0"
KEYWORDS="~amd64"

View File

@@ -14,7 +14,8 @@ SRC_URI="https://github.com/e-tho/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.
SRC_URI+=" https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/${P}/${P}-crates.tar.xz"
LICENSE="GPL-3"
# Dependent crate licenses, autogenerated by pycargoebuild
# Autogenerated by pycargoebuild
# Dependent crate licenses
LICENSE+="
LGPL-2.1 MIT Unicode-DFS-2016
|| ( Apache-2.0 Boost-1.0 )