diff options
Diffstat (limited to 'app-dicts/kasumi')
-rw-r--r-- | app-dicts/kasumi/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/kasumi/files/kasumi-desktop.patch | 13 | ||||
-rw-r--r-- | app-dicts/kasumi/kasumi-2.5-r1.ebuild | 27 | ||||
-rw-r--r-- | app-dicts/kasumi/metadata.xml | 11 |
4 files changed, 55 insertions, 0 deletions
diff --git a/app-dicts/kasumi/Manifest b/app-dicts/kasumi/Manifest new file mode 100644 index 000000000000..73bdc03dbed9 --- /dev/null +++ b/app-dicts/kasumi/Manifest @@ -0,0 +1,4 @@ +AUX kasumi-desktop.patch 368 BLAKE2B 2d54d40cf569f3bad3552fc7461fcda4be17245937b14ac183d035410698a15efa1e2d1280055b2d21cee14e3dafa48c5c27a94f525e6948f37c7eea20193c5a SHA512 c45d95fe9d39b79fda38715ac00567b1993584f47b1e6040d7ec3c93f913d0d61f2667e07d3fcf6335e7ecf5f8978627b42f639caacf5da7a1e89d25faa8b35d +DIST kasumi-2.5.tar.gz 279587 BLAKE2B 3f2b807f76bfe1915ef978b18cf3f26efc8f64c903bc0e271f0875c1f7d5611307e2587093f2f289d9ade95370725fb13d16253ae7dfa6a063c525b727f7bd15 SHA512 066dda59d84b456c514a896b376bfc6df8ac64404f06fbfa8c369381acb6d260b1f22874885be2eab844f8f3776b944a5c700a966464ebef74d82c28bc97f970 +EBUILD kasumi-2.5-r1.ebuild 589 BLAKE2B d76a28c455ee16fa2f646cccd3f5f283abd136b1f3a3dcff0564495659ee707d609fd4f76543420b1e7ca6d6b99542f0003f26d84048be31485cde37674e6d75 SHA512 f32f4f42c15704a5a745e044a0bf818eb0bcfdca793c9c2e430beb72974c393bff818b99b86715fbd923ab4d94d5b960dd13a75449566679d7d3dc849b5cca8e +MISC metadata.xml 323 BLAKE2B 7b24481a26431b43922ac5dbb7baa6e36179920e3f80c33c05aa76ee7773a5dd709585bb0a7cab12c3a5208da9717bc9caadb962f7937c3722c681e470750722 SHA512 b6a8ed90fab75456464706096931ee1cd739b0019ccd9fb25c1e863ab0d95365a54feaa30e7c37158edb5062e07564d1839f89f4adbf641cd4815deb717c01c2 diff --git a/app-dicts/kasumi/files/kasumi-desktop.patch b/app-dicts/kasumi/files/kasumi-desktop.patch new file mode 100644 index 000000000000..a61dc0e11d51 --- /dev/null +++ b/app-dicts/kasumi/files/kasumi-desktop.patch @@ -0,0 +1,13 @@ +--- a/kasumi.desktop.in ++++ b/kasumi.desktop.in +@@ -8,8 +8,8 @@ + Comment=Edit Anthy dictionary. + Comment[ja]=Anthy の個人辞書に単語を登録、削除、編集するツールです。 + Exec=kasumi +-Icon=kasumi.png ++Icon=/usr/share/pixmaps/kasumi.png + StartupNotify=true + Terminal=false + Type=Application +-Categories=Applications;Settings; ++Categories=Settings; diff --git a/app-dicts/kasumi/kasumi-2.5-r1.ebuild b/app-dicts/kasumi/kasumi-2.5-r1.ebuild new file mode 100644 index 000000000000..c0b6a4f5f4a8 --- /dev/null +++ b/app-dicts/kasumi/kasumi-2.5-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +DESCRIPTION="Anthy dictionary maintenance tool" +HOMEPAGE="http://kasumi.osdn.jp/" +SRC_URI="mirror://sourceforge.jp/${PN}/41436/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd" +IUSE="nls" + +RDEPEND="app-i18n/anthy + virtual/libiconv + x11-libs/gtk+:2 + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + virtual/pkgconfig + nls? ( sys-devel/gettext )" + +PATCHES=( "${FILESDIR}"/${PN}-desktop.patch ) + +src_configure() { + econf $(use_enable nls) +} diff --git a/app-dicts/kasumi/metadata.xml b/app-dicts/kasumi/metadata.xml new file mode 100644 index 000000000000..0f46e249b607 --- /dev/null +++ b/app-dicts/kasumi/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>cjk@gentoo.org</email> + <name>Cjk</name> + </maintainer> + <upstream> + <remote-id type="sourceforge-jp">kasumi</remote-id> + </upstream> +</pkgmetadata> |