guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ibus-libpinyin: Update to 1.10.0.


From: Ricardo Wurmus
Subject: 02/02: gnu: ibus-libpinyin: Update to 1.10.0.
Date: Wed, 30 May 2018 01:42:28 -0400 (EDT)

rekado pushed a commit to branch core-updates
in repository guix.

commit b3e23b0216be0144e61f48130b8375bc954609f0
Author: Ricardo Wurmus <address@hidden>
Date:   Wed May 30 07:40:06 2018 +0200

    gnu: ibus-libpinyin: Update to 1.10.0.
    
    * gnu/packages/ibus.scm (ibus-libpinyin): Update to 1.10.0.
    [arguments]: Remove "autogen" phase.
    [native-inputs]: Remove autoconf, automake, and libtool.
---
 gnu/packages/ibus.scm | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 6355d05..9f7e1f8 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -139,22 +139,19 @@ may also simplify input method development.")
 (define-public ibus-libpinyin
   (package
    (name "ibus-libpinyin")
-   (version "1.9.2")
+   (version "1.10.0")
    (source (origin
              (method url-fetch)
-             (uri (string-append "https://github.com/libpinyin/";
-                                 "ibus-libpinyin/archive/" version ".tar.gz"))
-             (file-name (string-append name "-" version ".tar.gz"))
+             (uri (string-append "https://github.com/libpinyin/ibus-libpinyin/";
+                                 "releases/download/" version
+                                 "/ibus-libpinyin-" version ".tar.gz"))
              (sha256
               (base32
-               "0wpgs0m62l4zlis9f11b7xknhgnw2xw485nc2xrzk880s17pp1mr"))))
+               "0yq8aw4lddiviag8cnik6fp52vvk8lxv6bym13a3xya84c6zii3c"))))
    (build-system glib-or-gtk-build-system)
    (arguments
     `(#:phases
       (modify-phases %standard-phases
-        (add-after 'unpack 'autogen
-          (lambda _ (and (zero? (system* "intltoolize"))
-                         (zero? (system* "autoreconf" "-vif")))))
         (add-after 'wrap-program 'wrap-with-additional-paths
           (lambda* (#:key inputs outputs #:allow-other-keys)
             ;; Make sure 'ibus-setup-libpinyin' runs with the correct
@@ -180,10 +177,7 @@ may also simplify input method development.")
    (native-inputs
     `(("pkg-config" ,pkg-config)
       ("intltool" ,intltool)
-      ("autoconf" ,autoconf)
-      ("automake" ,automake)
-      ("glib" ,glib "bin")
-      ("libtool" ,libtool)))
+      ("glib" ,glib "bin")))
    (synopsis "Chinese pinyin and ZhuYin input methods for IBus")
    (description
     "This package includes a Chinese pinyin input method and a Chinese



reply via email to

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