summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorWang Wen <ysoqli1@outlook.com>2026-08-24 11:43:08 +0800
committer宋文武 <iyzsong@member.fsf.org>2026-08-26 14:06:25 +0800
commitbfd34bd457c22584c15a3d729c9823eb79e5688b (patch)
tree280734143d9cbffaed8083f2f58c7d28827945aa /gnu
parent8368ae6b5caffa8446e861849fc3601e3572b281 (diff)
gnu: libhangul: Update to 0.2.0.
* gnu/packages/ibus.scm (libhangul): Update to 0.2.0. [source]: Update URL to GitHub releases and update hash. [native-inputs]: Add autoconf-2.71, automake, gettext-minimal, libtool, and pkg-config. [inputs]: Add expat. Change-Id: I0c4675c9d85d8ec17954188c5ef0341b8b92a2c8 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ibus.scm18
1 files changed, 13 insertions, 5 deletions
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 10d5e10882a..6013248fc59 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -952,16 +952,24 @@ traditional Chinese output.")
952(define-public libhangul 952(define-public libhangul
953 (package 953 (package
954 (name "libhangul") 954 (name "libhangul")
955 (version "0.1.0") 955 (version "0.2.0")
956 (source 956 (source
957 (origin 957 (origin
958 (method url-fetch) 958 (method url-fetch)
959 (uri (string-append "http://kldp.net/hangul/release/" 959 (uri (string-append "https://github.com/libhangul/libhangul/releases/"
960 "3442-libhangul-" version ".tar.gz")) 960 "download/libhangul-" version
961 "/libhangul-" version ".tar.gz"))
961 (sha256 962 (sha256
962 (base32 963 (base32 "082i79asdrzl7049v0yv6q86jy4c0rhif734nnis4h28ryhfc17a"))))
963 "0ni9b0v70wkm0116na7ghv03pgxsfpfszhgyj3hld3bxamfal1ar"))))
964 (build-system gnu-build-system) 964 (build-system gnu-build-system)
965 (native-inputs
966 (list autoconf-2.71
967 automake
968 gettext-minimal
969 libtool
970 pkg-config))
971 (inputs
972 (list (@ (gnu packages xml) expat)))
965 (home-page "https://github.com/libhangul/libhangul") 973 (home-page "https://github.com/libhangul/libhangul")
966 (synopsis "Library to support hangul input method logic") 974 (synopsis "Library to support hangul input method logic")
967 (description 975 (description