hyprland-welcome: remove

This commit is contained in:
Markus Volk
2025-12-05 09:03:16 +01:00
parent 418b0c6dbe
commit e1e017e59b
2 changed files with 0 additions and 43 deletions

View File

@@ -1,30 +0,0 @@
From 8d0759451db7d5462e1797e4d3d4e2b14790a1e5 Mon Sep 17 00:00:00 2001
From: Markus Volk <f_l_k@t-online.de>
Date: Thu, 13 Nov 2025 11:26:14 +0100
Subject: [PATCH] CMakeLists.txt: dont install desktop file
Signed-off-by: Markus Volk <f_l_k@t-online.de>
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

View File

@@ -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