Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49301 - x-unikey-0.9.1d.ebuild (New package)
Summary: x-unikey-0.9.1d.ebuild (New package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Nguyen Thai Ngoc Duy (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-04-28 10:34 UTC by Tuan Van (RETIRED)
Modified: 2004-06-28 00:48 UTC (History)
1 user (show)

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


Attachments
x-unikey-0.9.1d.ebuild (x-unikey-0.9.1d.ebuild,906 bytes, text/plain)
2004-04-28 10:36 UTC, Tuan Van (RETIRED)
Details
01x-unikey (enviroment variables file) (01x-unikey,61 bytes, text/plain)
2004-04-28 10:38 UTC, Tuan Van (RETIRED)
Details
Patch for x-unikey ebuild (diff,1.93 KB, patch)
2004-05-03 08:11 UTC, Nguyen Thai Ngoc Duy (RETIRED)
Details | Diff
New 01x-unikey env file (01x-unikey,214 bytes, text/plain)
2004-05-03 08:13 UTC, Nguyen Thai Ngoc Duy (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tuan Van (RETIRED) gentoo-dev 2004-04-28 10:34:44 UTC
Hello!

Please find attached x-unikey-0.9.1d.ebuild and a enviroment variables file needed for x-unikey.

X-Unikey is Unikey ported to Linux and FreeBSD. X-Unikey lets you type Vietnamese in X Window environment. It has been tested with many popular programs, such as OpenOffice, emacs, vim, QT applications, GTK applications... X-Unikey has all the features of the Windows version, except that its GUI is still too simplified. All options are set through configuration file or keyboard shortcuts. Please visit their homepage at http://unikey.sf.net/linux.php for more information.

I suggest this ebuild belong to app-i18n/x-unikey.

Thanks.
Comment 1 Tuan Van (RETIRED) gentoo-dev 2004-04-28 10:36:06 UTC
Created attachment 30254 [details]
x-unikey-0.9.1d.ebuild
Comment 2 Tuan Van (RETIRED) gentoo-dev 2004-04-28 10:38:45 UTC
Created attachment 30255 [details]
01x-unikey (enviroment variables file)
Comment 3 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2004-05-03 08:11:01 UTC
Created attachment 30608 [details, diff]
Patch for x-unikey ebuild

Don't patch Makefile.am (which requires automake as a additional dependency).
use gtk flag for unikey-gtk
Comment 4 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2004-05-03 08:13:40 UTC
Created attachment 30610 [details]
New 01x-unikey env file

New 01x-unikey, which don't set env variables by default. User have to
uncomment what they need. I think it's better to show user what's going on.
Comment 5 Tuan Van (RETIRED) gentoo-dev 2004-05-03 08:45:08 UTC
Duy, would you please create an ebuild for your vnkb-applet as well?
Comment 6 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2004-05-06 10:30:43 UTC
"Lang Thang", vnkb-applet is still under development. It would be too soon to ebuild it now. However, if you think it's usable, I will make an ebuild for you.
Comment 7 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-05-11 08:50:32 UTC
Hi, I've looked at your ebuild. (with Duy's patch) It emerges and
works fine but I have some comments on it.

* There is no need to inherit eutils. You need to inherit it if you
want to use functions (such as epatch) from it.
* Use ${P} instead of ${PN}-${PV}. They mean the same but we make
it a habit to write ${P} rather than ${PN}-${PV}.
* Don't forget to append "|| die" after make install.

As for env.d, I think Duy's one is better as input method is a matter
of choice. We do not recommend users to set LANG variable by
system-wide. See bug #9988 for more discussion.
Comment 8 Tuan Van (RETIRED) gentoo-dev 2004-05-11 14:36:19 UTC
ITA. This is my very first ebuild ;). Please proceed with Duy's patches + your comments (or should I do it by myself then attached it here?)
Comment 9 Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2004-06-28 00:48:40 UTC
added to portage