GNU bug report logs -
#64798
[PATCH 000/209] update kde package and add plasme desktop
Previous Next
Reported by: Zheng Junjie <873216071 <at> qq.com>
Date: Sun, 23 Jul 2023 08:11:02 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
Message #752 received at 64798 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Sughosha <sughosha <at> disroot.org> writes:
> * gnu/packages/kde-frameworks.scm (extra-cmake-modules)[#:phases]:
> Fix libexec path.
Pushed to kde-updates, thanks.
I also removed fcitx from sdl2's inputs, so that it doesn't depend on
extra-cmake-modules any more.
[0001-gnu-sdl2-Remove-fcitx-from-inputs.patch (text/x-patch, inline)]
From 9b283090e93f8db7bce4ce210d805959c5c318c0 Mon Sep 17 00:00:00 2001
Message-ID: <9b283090e93f8db7bce4ce210d805959c5c318c0.1692269711.git.iyzsong <at> member.fsf.org>
From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= <iyzsong <at> member.fsf.org>
Date: Thu, 17 Aug 2023 18:46:30 +0800
Subject: [PATCH] gnu: sdl2: Remove fcitx from inputs.
fcitx is not needed at build time for its sdl2 support.
* gnu/packages/sdl.scm (sdl2)[inputs]: Remove fcitx.
---
gnu/packages/sdl.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 86ec1c033b..11aa5e1602 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -46,7 +46,6 @@ (define-module (gnu packages sdl)
#:use-module (gnu packages audio)
#:use-module (gnu packages autotools)
#:use-module (gnu packages compression)
- #:use-module (gnu packages fcitx)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages glib)
@@ -146,7 +145,6 @@ (define-public sdl2
(modify-inputs (package-inputs sdl)
(append dbus
eudev ;for discovering input devices
- fcitx ;helps with CJK input
glib
ibus-minimal
libxkbcommon
base-commit: 0ffbdf34567aedb0ae6cef6b869370a415cfaa65
--
2.41.0
This bug report was last modified 1 year and 338 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.