From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 02 05:52:55 2020 Received: (at submit) by debbugs.gnu.org; 2 Jan 2020 10:52:55 +0000 Received: from localhost ([127.0.0.1]:38277 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1imy63-0007P3-Ch for submit@debbugs.gnu.org; Thu, 02 Jan 2020 05:52:55 -0500 Received: from lists.gnu.org ([209.51.188.17]:55645) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1imy61-0007Ov-Dm for submit@debbugs.gnu.org; Thu, 02 Jan 2020 05:52:54 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40054) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1imy5z-0002g4-OU for guix-patches@gnu.org; Thu, 02 Jan 2020 05:52:53 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: ** X-Spam-Status: No, score=2.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, SPOOFED_FREEMAIL,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1imy5x-0002dv-LH for guix-patches@gnu.org; Thu, 02 Jan 2020 05:52:50 -0500 Received: from forward400p.mail.yandex.net ([2a02:6b8:0:1472:2741:0:8b7:105]:46435) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1imy5w-0002Zr-Tr for guix-patches@gnu.org; Thu, 02 Jan 2020 05:52:49 -0500 Received: from mxback20g.mail.yandex.net (mxback20g.mail.yandex.net [IPv6:2a02:6b8:0:1472:2741:0:8b7:320]) by forward400p.mail.yandex.net (Yandex) with ESMTP id 22F3D1BC0D6F for ; Thu, 2 Jan 2020 13:52:45 +0300 (MSK) Received: from localhost (localhost [::1]) by mxback20g.mail.yandex.net (mxback/Yandex) with ESMTP id 0uFsNOSDGB-qi8KKpdd; Thu, 02 Jan 2020 13:52:44 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1577962364; bh=e1WxMsJdcUh8mUBKKaM1Ymph9Dp5wDsaGpN0kdCsVFw=; h=Message-Id:Date:Subject:To:From; b=BRqXuGgs9eKdlKrlEytdJipXbK2ADeSRWZOsPSewE2VMa3gLZYa7YuBpFoijPYYRC 5ReKQ929H1b3nQYjmgGZH00Kc6hAEJFW9MAJaMAAalwhQUEKU0Hazq6ZDtv3wa1w4m TtFtpYna9BZaYgFtshpPdIu4xZcG/zVFhj6fI264= Authentication-Results: mxback20g.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: by sas8-f59b61ed75ea.qloud-c.yandex.net with HTTP; Thu, 02 Jan 2020 13:52:44 +0300 From: kanichos@yandex.ru To: guix-patches Subject: Package ibus-libhangul MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Thu, 02 Jan 2020 13:52:44 +0300 Message-Id: <1627831577962364@sas8-f59b61ed75ea.qloud-c.yandex.net> Content-Transfer-Encoding: 7bit Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a02:6b8:0:1472:2741:0:8b7:105 X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) It is the Korean input method for IBus. It supports Hangul and Hanja. --- gnu/packages/ibus.scm | 58 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm index 7daefde021..b2b75f5ba3 100644 --- a/gnu/packages/ibus.scm +++ b/gnu/packages/ibus.scm @@ -692,3 +692,61 @@ input methods as well as those for Chinese dialects. It has the ability to compose phrases and sentences intelligently and provide very accurate traditional Chinese output.") (license gpl3+))) + +(define-public libhangul + (package + (name "libhangul") + (version "0.1.0") + (source + (origin + (method url-fetch) + (uri "http://kldp.net/hangul/release/3442-libhangul-0.1.0.tar.gz") + (sha256 + (base32 + "0ni9b0v70wkm0116na7ghv03pgxsfpfszhgyj3hld3bxamfal1ar")))) + (build-system gnu-build-system) + (home-page "https://github.com/libhangul/libhangul") + (synopsis + "A library to support hangul input method logic") + (description + "A library to support hangul input method logic, hanja dictionary and small hangul character classification.") + (license lgpl2.1+))) + +(define-public ibus-libhangul + (package + (name "ibus-libhangul") + (version "1.5.3") + (source + (origin + (method url-fetch) + (uri (string-append "https://github.com/libhangul/ibus-hangul/releases/download/" version "/ibus-hangul-" version ".tar.gz")) + (sha256 + (base32 + "1400ba2p34vr9q285lqvjm73f6m677cgfdymmjpiwyrjgbbiqrjy")))) + (build-system gnu-build-system) + (arguments + `(#:phases (modify-phases %standard-phases + (add-after 'install 'wrap + (lambda* (#:key inputs outputs #:allow-other-keys) + (wrap-program (string-append (assoc-ref outputs "out") "/libexec/ibus-setup-hangul") + `("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH"))) + `("LD_LIBRARY_PATH" ":" prefix (,(string-append (assoc-ref inputs "libhangul") "/lib"))) + `("GI_TYPELIB_PATH" ":" prefix (,(getenv "GI_TYPELIB_PATH")))) + #t))))) + (native-inputs + `(("pkg-config" ,pkg-config) + ("gettext" ,gettext-minimal) + ("glib:bin" ,glib "bin"))) + (inputs + `(("ibus" ,ibus) + ("glib" ,glib) + ("python-pygobject" ,python-pygobject) + ("gtk+" ,gtk+) + ("libhangul" ,libhangul) + ("python" ,python))) + (home-page "https://github.com/libhangul/ibus-hangul") + (synopsis + "The hangul engine for IBus") + (description + "ibus-hangul is a Korean input method engine for IBus.") + (license gpl2+))) -- 2.23.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 03 02:02:12 2020 Received: (at 38870-done) by debbugs.gnu.org; 3 Jan 2020 07:02:12 +0000 Received: from localhost ([127.0.0.1]:40352 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1inGyK-0007t3-1g for submit@debbugs.gnu.org; Fri, 03 Jan 2020 02:02:12 -0500 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21115) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1inGyI-0007su-4V for 38870-done@debbugs.gnu.org; Fri, 03 Jan 2020 02:02:11 -0500 ARC-Seal: i=1; a=rsa-sha256; t=1578034928; cv=none; d=zohomail.com; s=zohoarc; b=bZ3c9ep9XhJWLgV8Jku2gSH6b0RaRenx0zBA2tq4gAQ5RMZXNxTUrW42IuqT8hx3Iu1eUwH+T55IYetoyeRkoGN5CJB0K1IK6VbGH8ws282fuonhxKgLJ3IsGWGywm3LAoV1WRZxYEBsKvcmUyq6rE57NsHBVNY8skCnAMqcupk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1578034928; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=hLtYp/NiKDIPIFYAnCsCvvr5A9YxmBP1GcKQOPTsLLs=; b=OoSWw6Wt0GGyvIfy+oHCgU6rHd6/x+S7v/muKMsUFIICq8kXe0VRsQpTBDMSTBX7Y6GB7+/IXASx8eOu3yOUqTGlSwfd94vVnsNhHO+gqSynqNM+pK9HMrCmL8fAHawYRoWms9Yr5xqYQwmKn+19hoT1XYv+3saPWbTzXvV/xYo= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1578034928; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type; bh=hLtYp/NiKDIPIFYAnCsCvvr5A9YxmBP1GcKQOPTsLLs=; b=SmYmfsMYspSSPiUKKBGqzRTllN7wz8/6gl21u6cAkVX9aVsF9DtxmpDbvXWdXk7y d7ji3e6rxM9fh+aMfqLRwZXTHKtq/j4CKeoarQcGZJAlhtCkDmlOiMv9mr0TrqKKeQD 892s7TQ4BrHE52KIx//sQaSbCqQHhkZRHhqnbYGk= Received: from localhost (p54AD4FBF.dip0.t-ipconnect.de [84.173.79.191]) by mx.zohomail.com with SMTPS id 1578032624253525.9582289419217; Thu, 2 Jan 2020 22:23:44 -0800 (PST) References: <1627831577962364@sas8-f59b61ed75ea.qloud-c.yandex.net> User-agent: mu4e 1.2.0; emacs 26.3 From: Ricardo Wurmus To: kanichos@yandex.ru Subject: Re: [bug#38870] Package ibus-libhangul In-reply-to: <1627831577962364@sas8-f59b61ed75ea.qloud-c.yandex.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Fri, 03 Jan 2020 07:23:40 +0100 Message-ID: <87v9pt2h3n.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 38870-done Cc: 38870-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) kanichos@yandex.ru writes: > It is the Korean input method for IBus. It supports Hangul and Hanja. Thank you. I split this into two commits: 94b8fe80419b835dbcab989a48d272c2bb65798f for libhangul 30208c1078485f0392f476f5d89693f6d338016f for ibus-libhangul I changed the description of libhangul and used the version variable in the source URI. I also changed the indentation and added a copyright line for you. -- Ricardo From debbugs-submit-bounces@debbugs.gnu.org Fri Jan 03 04:21:25 2020 Received: (at 38870-done) by debbugs.gnu.org; 3 Jan 2020 09:21:25 +0000 Received: from localhost ([127.0.0.1]:40395 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1inJ92-0002cf-Nu for submit@debbugs.gnu.org; Fri, 03 Jan 2020 04:21:24 -0500 Received: from forward102j.mail.yandex.net ([5.45.198.243]:60719) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1inJ8z-0002cQ-VK for 38870-done@debbugs.gnu.org; Fri, 03 Jan 2020 04:21:24 -0500 Received: from mxback15o.mail.yandex.net (mxback15o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::66]) by forward102j.mail.yandex.net (Yandex) with ESMTP id AC3A5F20737; Fri, 3 Jan 2020 12:21:14 +0300 (MSK) Received: from localhost (localhost [::1]) by mxback15o.mail.yandex.net (mxback/Yandex) with ESMTP id 6Z5LQRQodm-LDsq3VTq; Fri, 03 Jan 2020 12:21:14 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1578043274; bh=YN2O80/9mbrT2CqJA9syeBK43NsZDC7E6zhgpTpvhtk=; h=Message-Id:Cc:Subject:In-Reply-To:Date:References:To:From; b=MTzypvFMfVJm8pSe/68sQv5Go7wXCczn2M4pyPRdB9ECeWkB7BnpdC9+gpaZZ6tFn RfNE5dQda61/VaAd6/RdOnUz4rJPZJfdGRA6v0LLwo/p5FyTby+jKeNSdZoUuI13Yq 5j+3bMAvwHZrlydBRUpylHzDSIuBUV2xNLmCKbh4= Authentication-Results: mxback15o.mail.yandex.net; dkim=pass header.i=@yandex.ru Received: by iva8-3634a30a817d.qloud-c.yandex.net with HTTP; Fri, 03 Jan 2020 12:21:13 +0300 From: kanichos@yandex.ru To: Ricardo Wurmus In-Reply-To: <87v9pt2h3n.fsf@elephly.net> References: <1627831577962364@sas8-f59b61ed75ea.qloud-c.yandex.net> <87v9pt2h3n.fsf@elephly.net> Subject: Re: [bug#38870] Package ibus-libhangul MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Fri, 03 Jan 2020 12:21:13 +0300 Message-Id: <2928361578043273@iva8-3634a30a817d.qloud-c.yandex.net> Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 38870-done Cc: "38870-done@debbugs.gnu.org" <38870-done@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Note that the source URI is unique anyway. The number in front of ‘libhangul’ is unique. Is it not misleading to compose it from the version variable? Also, apparently, there has not been a new release for ten years, despite development continuing on GitHub. Also it seems that the IBus engine is actually called ibus-hangul. 03.01.2020, 10:02, "Ricardo Wurmus" : > kanichos@yandex.ru writes: > >>  It is the Korean input method for IBus. It supports Hangul and Hanja. > > Thank you. > > I split this into two commits: > > 94b8fe80419b835dbcab989a48d272c2bb65798f for libhangul > 30208c1078485f0392f476f5d89693f6d338016f for ibus-libhangul > > I changed the description of libhangul and used the version variable in > the source URI. I also changed the indentation and added a copyright > line for you. > > -- > Ricardo From unknown Thu Jun 19 14:31:47 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 31 Jan 2020 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator