unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: Songlin Jiang <hollowman@hollowman.ml>, 52012-done@debbugs.gnu.org
Subject: bug#52012: [PATCH] gnu: Add gnome-shell-extension-customize-ibus.
Date: Sun, 21 Nov 2021 15:17:58 +0100	[thread overview]
Message-ID: <9649cc317a8b07b423377320324388d0874363a5.camel@gmail.com> (raw)
In-Reply-To: <tencent_3118E14037C49D3E409819D7@qq.com>

Hi,

I've applied this patch with the following changes.

Am Sonntag, den 21.11.2021, 14:10 +0800 schrieb Songlin Jiang:
> * gnu/packages/gnome-xyz.scm (gnome-shell-extension-customize-ibus):
> New variable
Added missing period.
> +
> +(define-public gnome-shell-extension-customize-ibus
Moved to the extensions, which unfortunately enough aren't currently
ordered alphabetically.
> +  (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)
Changed to gnu-build-system.
> +    (arguments
> +     '(#:install-plan
> +       '(("_build" "
> share/gnome-shell/extensions/customize-ibus@hollowman.ml"))
Added #:make-flags and #:tests? (with comment as to the "missing" test
phase).
> +       #:phases
> +       (modify-phases %standard-phases
> +         (add-before 'install 'compile-everything
> +           (lambda _
> +             (with-directory-excursion "."
> +               (invoke "make"
> +                       "_build"
> +                       "VERSION=78"))
> +             #t)))))
Dropped in favor of simply deleting bootstrap and configure.
> +    (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")
Added missing period.

Thanks





      reply	other threads:[~2021-11-21 14:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-21  6:10 [bug#52012] [PATCH] gnu: Add gnome-shell-extension-customize-ibus Songlin Jiang via Guix-patches via
2021-11-21 14:17 ` Liliana Marie Prikler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9649cc317a8b07b423377320324388d0874363a5.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=52012-done@debbugs.gnu.org \
    --cc=hollowman@hollowman.ml \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).