mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
hyprland-welcome: remove
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user