unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52015] [PATCH] gnu: Add gnome-shell-extension-customize-ibus.
@ 2021-11-21  6:38 Songlin Jiang via Guix-patches via
  2021-11-21  9:02 ` Songlin Jiang via Guix-patches via
  2021-11-21  9:04 ` bug#52015: " Songlin Jiang via Guix-patches via
  0 siblings, 2 replies; 3+ messages in thread
From: Songlin Jiang via Guix-patches via @ 2021-11-21  6:38 UTC (permalink / raw)
  To: 52015

* 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@elken.dev>
 ;;; Copyright © 2020 Stefan Reichör <stefan@xsteve.at>
 ;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
+;;; Copyright © 2021 Songlin Jiang <hollowman@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@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#52015] [PATCH] gnu: Add gnome-shell-extension-customize-ibus.
  2021-11-21  6:38 [bug#52015] [PATCH] gnu: Add gnome-shell-extension-customize-ibus Songlin Jiang via Guix-patches via
@ 2021-11-21  9:02 ` Songlin Jiang via Guix-patches via
  2021-11-21  9:04 ` bug#52015: " Songlin Jiang via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Songlin Jiang via Guix-patches via @ 2021-11-21  9:02 UTC (permalink / raw)
  To: 52015

[-- Attachment #1: Type: text/plain, Size: 34 bytes --]

Duplicate with #52012 , closing...

[-- Attachment #2: Type: text/html, Size: 34 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#52015: [PATCH] gnu: Add gnome-shell-extension-customize-ibus.
  2021-11-21  6:38 [bug#52015] [PATCH] gnu: Add gnome-shell-extension-customize-ibus Songlin Jiang via Guix-patches via
  2021-11-21  9:02 ` Songlin Jiang via Guix-patches via
@ 2021-11-21  9:04 ` Songlin Jiang via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Songlin Jiang via Guix-patches via @ 2021-11-21  9:04 UTC (permalink / raw)
  To: 52015-done

[-- Attachment #1: Type: text/plain, Size: 17 bytes --]

Close the thread.

[-- Attachment #2: Type: text/html, Size: 17 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-11-21 11:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-21  6:38 [bug#52015] [PATCH] gnu: Add gnome-shell-extension-customize-ibus Songlin Jiang via Guix-patches via
2021-11-21  9:02 ` Songlin Jiang via Guix-patches via
2021-11-21  9:04 ` bug#52015: " Songlin Jiang via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).