guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52012: [PATCH] gnu: Add gnome-shell-extension-customize-ibus.


From: Liliana Marie Prikler
Subject: bug#52012: [PATCH] gnu: Add gnome-shell-extension-customize-ibus.
Date: Sun, 21 Nov 2021 15:17:58 +0100
User-agent: Evolution 3.34.2

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 via email to

[Prev in Thread] Current Thread [Next in Thread]