Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 469452 - app-i18n/tagainijisho-1.0.1 - A free, open-source Japanese dictionary and kanji lookup tool
Summary: app-i18n/tagainijisho-1.0.1 - A free, open-source Japanese dictionary and kan...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Denis Dupeyron (RETIRED)
URL: http://www.tagaini.net/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-05-11 14:45 UTC by 白川間瀬流
Modified: 2014-05-09 20:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild for Tagaini Jisho 0.9.4 (tagainijisho-0.9.4.ebuild,435 bytes, text/plain)
2013-05-11 14:45 UTC, 白川間瀬流
Details
tagainijisho-0.9.4-r1.ebuild (tagainijisho-0.9.4-r1.ebuild,451 bytes, text/plain)
2013-05-11 15:09 UTC, 白川間瀬流
Details
tagainijisho-0.9.4-r1.ebuild (tagainijisho-0.9.4-r1.ebuild,445 bytes, text/plain)
2013-05-11 18:50 UTC, 白川間瀬流
Details
improved ebuild (tagainijisho-0.9.4.ebuild,452 bytes, text/plain)
2013-05-12 08:14 UTC, 白川間瀬流
Details
Tagaini Jisho 1.0.0 ebuild (tagainijisho-1.0.0.ebuild,493 bytes, text/plain)
2013-09-07 23:36 UTC, 白川間瀬流
Details
互いに辞書 1.0.1 ebuild (tagainijisho-1.0.1.ebuild,493 bytes, text/plain)
2014-04-16 08:11 UTC, 白川間瀬流
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 白川間瀬流 2013-05-11 14:45:53 UTC
Created attachment 347984 [details]
Ebuild for Tagaini Jisho 0.9.4

Tagaini Jisho (互いに辞書) is _the_ Japanese Language tool.

It provides an very fast, easy and complete way to access Kanji and Vocabulary and even includes and Vocabulary Trainer

http://www.tagaini.net/about

Its a must have for everyone learning Japanese so the existence in Gentoo is a must have.

Attached an ebuild i made, tested and works for me.
Comment 1 白川間瀬流 2013-05-11 15:09:48 UTC
Created attachment 347986 [details]
tagainijisho-0.9.4-r1.ebuild

This time with sqlite dependencie
Comment 2 白川間瀬流 2013-05-11 16:24:32 UTC
I would have choosen apps-dict as category

app-dicts/tagainijisho

As the main "usecase" of this application is a "dictionary"
Comment 3 白川間瀬流 2013-05-11 18:50:15 UTC
Created attachment 347992 [details]
tagainijisho-0.9.4-r1.ebuild

fixed copryright year and download URL
Comment 4 白川間瀬流 2013-05-12 08:14:43 UTC
Created attachment 348054 [details]
improved ebuild

improved ebuild
Comment 5 白川間瀬流 2013-09-07 23:36:31 UTC
Created attachment 358222 [details]
Tagaini Jisho 1.0.0 ebuild

New Version released today
Comment 6 白川間瀬流 2014-04-16 08:11:57 UTC
Created attachment 375062 [details]
互いに辞書 1.0.1 ebuild

New Version --> bump
Comment 7 Naohiro Aota gentoo-dev 2014-04-17 00:36:17 UTC
Comment on attachment 375062 [details]
互いに辞書 1.0.1 ebuild

># Copyright 1999-2014 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>EAPI="5"
>
>inherit cmake-utils
>
>DESCRIPTION="A free, open-source Japanese dictionary and kanji lookup tool"
>HOMEPAGE="http://www.tagaini.net/"
>SRC_URI="https://github.com/Gnurou/tagainijisho/releases/download/${PV}/${P}.tar.gz"
>
>LICENSE="GPL-2"

LICENSE seems to be GPL-3+

>SLOT="0"
>KEYWORDS="~amd64 ~x86"
>
>RDEPEND="dev-qt/qtcore:4
>         dev-qt/qtgui:4
>         dev-db/sqlite:3"
>DEPEND="${RDEPEND}"

From CMakeLists.txt:
> # By default, enable all languages
> if(NOT DICT_LANG)
>         set(DICT_LANG "fr;de;es;ru;it;pt;th;tr")
> endif()

LINGUAS can be used to select languagaes?

> # Build tests suite?↲                                                           
> option(BUILD_TESTS "Build tests suite" OFF)

I'd like to have FEATURES=test to run this build tests.

If you need help, feel free to let us know.
Comment 8 Jeroen Roovers (RETIRED) gentoo-dev 2014-05-08 18:46:00 UTC
*tagainijisho-1.0.2 (06 May 2014)
  06 May 2014; Denis Dupeyron <calchan@gentoo.org> +tagainijisho-1.0.2.ebuild,
  +metadata.xml:
  Initial commit.
Comment 9 Denis Dupeyron (RETIRED) gentoo-dev 2014-05-09 20:41:53 UTC
I stumbled on Tagaini Jisho some time ago and loved it. I didn't know about this bug when I committed it. I kinda hesitated about the category, and ended up choosing app-i18n, but app-dict would have been good too. The main reason I chose app-i18n is that it does so much more than just being a dictionary.

Naohiro, I didn't set any herd as maintainer. If you want to add cjk I'm OK with it. Don't hesitate to contact me directly if you want to coordinate.

Thanks,
Denis.