GNU bug report logs - #52015
[PATCH] gnu: Add gnome-shell-extension-customize-ibus.

Previous Next

Package: guix-patches;

Reported by: "Songlin Jiang" <hollowman186 <at> vip.qq.com>

Date: Sun, 21 Nov 2021 08:52:03 UTC

Severity: normal

Tags: patch

Done: "Songlin Jiang" <hollowman186 <at> vip.qq.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Songlin Jiang" <hollowman186 <at> vip.qq.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#52015: closed ([PATCH] gnu: Add gnome-shell-extension-customize-ibus.)
Date: Sun, 21 Nov 2021 09:05:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 21 Nov 2021 17:04:34 +0800
with message-id <tencent_4D3BED509467E5D70A5F94CE2F7425671F08 <at> qq.com>
and subject line [PATCH] gnu: Add gnome-shell-extension-customize-ibus.
has caused the debbugs.gnu.org bug report #52015,
regarding [PATCH] gnu: Add gnome-shell-extension-customize-ibus.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
52015: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52015
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Songlin Jiang" <hollowman186 <at> vip.qq.com>
To: "guix-patches" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add gnome-shell-extension-customize-ibus.
Date: Sun, 21 Nov 2021 14:38:51 +0800
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-customize-ibus): New variable
---
 gnu/packages/gnome-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 6d8d02fb9c..51a746e143 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -11,6 +11,7 @@
 ;;; Copyright © 2020 Ellis Kenyo <me <at> elken.dev>
 ;;; Copyright © 2020 Stefan Reichör <stefan <at> xsteve.at>
 ;;; Copyright © 2021 Vinicius Monego <monego <at> posteo.net>
+;;; Copyright © 2021 Songlin Jiang <hollowman <at> hollowman.ml>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -990,3 +991,38 @@ palette.")
 outputs notifications to STDOUT in order to allow the user to process
 notifications any way they prefer.")
       (license license:expat))))
+
+(define-public gnome-shell-extension-customize-ibus
+  (package
+    (name "gnome-shell-extension-customize-ibus")
+    (version "78")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/openSUSE/Customize-IBus.git")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1hnnsjriq7xaakk8biwz55mn077lnm9nsmi4wz5zk7clgxmasvq9"))))
+    (build-system copy-build-system)
+    (arguments
+     '(#:install-plan
+       '(("_build" "share/gnome-shell/extensions/customize-ibus <at> hollowman.ml"))
+       #:phases
+       (modify-phases %standard-phases
+         (add-before 'install 'compile-everything
+           (lambda _
+             (with-directory-excursion "."
+               (invoke "make"
+                       "_build"
+                       "VERSION=78"))
+             #t)))))
+    (native-inputs
+     `(("gettext" ,gettext-minimal)
+       ("glib:bin" ,glib "bin")))
+    (home-page "https://github.com/openSUSE/Customize-IBus")
+    (synopsis "GNOME Shell Extension for IBus Customization")
+    (description "Customize IBus provides full customization of appearance,
+behavior, system tray and input source indicator for IBus")
+    (license license:gpl3+)))
--
2.31.1
[Message part 3 (message/rfc822, inline)]
From: "Songlin Jiang" <hollowman186 <at> vip.qq.com>
To: "52015-done" <52015-done <at> debbugs.gnu.org>
Subject: [PATCH] gnu: Add gnome-shell-extension-customize-ibus.
Date: Sun, 21 Nov 2021 17:04:34 +0800
[Message part 4 (text/plain, inline)]
Close the thread.
[Message part 5 (text/html, inline)]

This bug report was last modified 3 years and 180 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.