GNU bug report logs - #52014
[PATCH] gnu: Add ibus-theme-tools.

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52014 in the body.
You can then email your comments to 52014 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#52014; Package guix-patches. (Sun, 21 Nov 2021 08:52:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Songlin Jiang" <hollowman186 <at> vip.qq.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 21 Nov 2021 08:52:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Songlin Jiang" <hollowman186 <at> vip.qq.com>
To: "guix-patches" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add ibus-theme-tools.
Date: Sun, 21 Nov 2021 14:44:04 +0800
* gnu/packages/ibus.scm (ibus-theme-tools): New variable
---
 gnu/packages/ibus.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 48a2445c7d..76dcf386b5 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2018, 2019, 2020, 2021 Peng Mei Yu <pengmeiyu <at> riseup.net>
 ;;; Copyright © 2020 kanichos <kanichos <at> yandex.ru>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
+;;; Copyright © 2021 Songlin Jiang <hollowman <at> hollowman.ml>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -31,6 +32,7 @@
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system glib-or-gtk)
+  #:use-module (guix build-system python)
   #:use-module (guix utils)
   #:use-module (gnu packages)
   #:use-module (gnu packages anthy)
@@ -51,6 +53,7 @@
   #:use-module (gnu packages logging)
   #:use-module (gnu packages pkg-config)
   #:use-module (gnu packages python)
+  #:use-module (gnu packages python-web)
   #:use-module (gnu packages serialization)
   #:use-module (gnu packages sqlite)
   #:use-module (gnu packages textutils)
@@ -771,3 +774,33 @@ hanja dictionary and small hangul character classification.")
     (description
      "ibus-hangul is a Korean input method engine for IBus.")
     (license gpl2+)))
+
+(define-public ibus-theme-tools
+  (package
+    (name "ibus-theme-tools")
+    (version "4.2.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/openSUSE/IBus-Theme-Tools")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "0i8vwnikwd1bfpv4xlgzc51gn6s18q58nqhvcdiyjzcmy3z344c2"))))
+    (build-system python-build-system)
+    (arguments
+     '(#:phases
+       (modify-phases %standard-phases
+         (delete 'check))))
+    (propagated-inputs
+     `(("python-tinycss2" ,python-tinycss2)
+       ("python-pygobject" ,python-pygobject)))
+    (native-inputs
+     `(("gettext" ,gettext-minimal)))
+    (home-page "https://github.com/openSUSE/IBus-Theme-Tools")
+    (synopsis "Tool for IBus Themes")
+    (description "IBus Theme Tools can generate the IBus GTK or
+GNOME Shell theme from existing themes.")
+    (license gpl3+)))
--
2.31.1

Information forwarded to guix-patches <at> gnu.org:
bug#52014; Package guix-patches. (Sun, 21 Nov 2021 09:02:01 GMT) Full text and rfc822 format available.

Message #8 received at 52014 <at> debbugs.gnu.org (full text, mbox):

From: "Songlin Jiang" <hollowman186 <at> vip.qq.com>
To: "52014" <52014 <at> debbugs.gnu.org>
Subject: [PATCH] gnu: Add ibus-theme-tools.
Date: Sun, 21 Nov 2021 17:01:34 +0800
Duplicate with #52013 , closing...

Reply sent to "Songlin Jiang" <hollowman186 <at> vip.qq.com>:
You have taken responsibility. (Sun, 21 Nov 2021 09:06:02 GMT) Full text and rfc822 format available.

Notification sent to "Songlin Jiang" <hollowman186 <at> vip.qq.com>:
bug acknowledged by developer. (Sun, 21 Nov 2021 09:06:02 GMT) Full text and rfc822 format available.

Message #13 received at 52014-done <at> debbugs.gnu.org (full text, mbox):

From: "Songlin Jiang" <hollowman186 <at> vip.qq.com>
To: "52014-done" <52014-done <at> debbugs.gnu.org>
Subject: [PATCH] gnu: Add ibus-theme-tools.
Date: Sun, 21 Nov 2021 17:05:05 +0800
[Message part 1 (text/plain, inline)]
Close the thread.
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 19 Dec 2021 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 90 days ago.

Previous Next


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