From e1e017e59bcd087cd20dc529144aae4d48e7ddbe Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 5 Dec 2025 09:03:16 +0100 Subject: [PATCH] hyprland-welcome: remove --- ...eLists.txt-dont-install-desktop-file.patch | 30 ------------------- .../hyprland-welcome_0.0.1.bb | 13 -------- 2 files changed, 43 deletions(-) delete mode 100644 recipes-support/hyprland/hyprland-welcome/hyprland-welcome/0001-CMakeLists.txt-dont-install-desktop-file.patch delete mode 100644 recipes-support/hyprland/hyprland-welcome/hyprland-welcome_0.0.1.bb diff --git a/recipes-support/hyprland/hyprland-welcome/hyprland-welcome/0001-CMakeLists.txt-dont-install-desktop-file.patch b/recipes-support/hyprland/hyprland-welcome/hyprland-welcome/0001-CMakeLists.txt-dont-install-desktop-file.patch deleted file mode 100644 index 1dc1a2d..0000000 --- a/recipes-support/hyprland/hyprland-welcome/hyprland-welcome/0001-CMakeLists.txt-dont-install-desktop-file.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 8d0759451db7d5462e1797e4d3d4e2b14790a1e5 Mon Sep 17 00:00:00 2001 -From: Markus Volk -Date: Thu, 13 Nov 2025 11:26:14 +0100 -Subject: [PATCH] CMakeLists.txt: dont install desktop file - -Signed-off-by: Markus Volk - -Upstream-Status: Pending ---- - CMakeLists.txt | 6 +----- - 1 file changed, 1 insertion(+), 5 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 1c6058f..880834f 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -53,8 +53,4 @@ add_executable(hyprland-welcome ${SRCFILES}) - - target_link_libraries(hyprland-welcome PkgConfig::deps) - --install( -- FILES contrib/hyprland-welcome.desktop -- DESTINATION "share/applications") -- --install(TARGETS hyprland-welcome) -\ No newline at end of file -+install(TARGETS hyprland-welcome) --- -2.51.0 - diff --git a/recipes-support/hyprland/hyprland-welcome/hyprland-welcome_0.0.1.bb b/recipes-support/hyprland/hyprland-welcome/hyprland-welcome_0.0.1.bb deleted file mode 100644 index 6a34c9c..0000000 --- a/recipes-support/hyprland/hyprland-welcome/hyprland-welcome_0.0.1.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Hyprland's cute welcome app, written with hyprtoolkit" -HOMEPAGE = "https://hyprland.org/" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=e6458723c467506fd0c4aea3be2bcf8a" - -SRC_URI = "git://github.com/hyprwm/hyprland-welcome.git;protocol=https;branch=main" -SRC_URI += "file://0001-CMakeLists.txt-dont-install-desktop-file.patch" - -SRCREV = "7b565688322ecc3ecff1f89aabf453e9677df645" - -DEPENDS = "hyprtoolkit pixman libdrm hyprutils" - -inherit cmake pkgconfig