Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7201 - request for lineakconfig
Summary: request for lineakconfig
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords: EBUILD
: 14233 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-08-29 01:46 UTC by Pat Double
Modified: 2004-01-16 14:52 UTC (History)
3 users (show)

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


Attachments
lineak 0.4_pre1 (New Package) (lineak-0.4_pre1.ebuild,2.44 KB, text/plain)
2002-08-29 01:46 UTC, Pat Double
Details
lineak-0.4_pre3.ebuild: updated version, includes KDE config (lineak-0.4_pre3.ebuild,1.96 KB, text/plain)
2002-11-25 09:04 UTC, Pat Double
Details
Ebuild for klineakconfig-0.5.1 (klineakconfig-0.5.1.ebuild,620 bytes, text/plain)
2004-01-16 12:43 UTC, Minati jean michel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pat Double 2002-08-29 01:46:02 UTC
LinEAK allows the extra keys of so called "Internet Keyboards" (and other 
special keys) to be bound to a command. This ebuild includes the daemon lineakd 
and a GTK+ configuration tool lineakconfig. The KDE config tool doesn't compile 
from the source, so it is commented out. 
 
I suggest x11-libs/lineak. Depends on xfree (of course) and will use GTK+ if 
"gtk" is in the use flags. 
 
Enjoy! 
 
Pat
Comment 1 Pat Double 2002-08-29 01:46:55 UTC
Created attachment 3524 [details]
lineak 0.4_pre1 (New Package)
Comment 2 Pat Double 2002-11-25 09:04:20 UTC
Created attachment 5938 [details]
lineak-0.4_pre3.ebuild: updated version, includes KDE config

(If I should create a new bug for this, let me know...)

This ebuild has bumped the lineak version to 0.4pre3 and the klineakconfig tool
to 0.5.1. klineakconfig now compiles.
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-06-28 05:53:51 UTC
*** Bug 14233 has been marked as a duplicate of this bug. ***
Comment 4 Mike Gardiner (RETIRED) gentoo-dev 2003-07-16 21:11:54 UTC
perhaps it might be worth splitting this up into three seperate ebuilds. if you look at it, there's 3 different versions (one each for the daemon, the gtk frontend and the kde fronted) as well as 3 seperate names. although having them in a single ebuild seemingly makes it easier to write one ebuild, updating it for differing versions could be more problematic (what happens if kde frontend is updated but not the daemon? does that constitute a new ebuild for the whole program? or perhaps just a revision?).
Comment 5 foser (RETIRED) gentoo-dev 2003-07-23 03:46:14 UTC
have situations like you describe happened in the past ?
Comment 6 Mike Gardiner (RETIRED) gentoo-dev 2003-07-30 04:11:14 UTC
looking at: http://sourceforge.net/project/showfiles.php?group_id=38666 it would appear so, the releases for the 3 parts aren't synchronized.
Comment 7 Mike Gardiner (RETIRED) gentoo-dev 2003-08-14 19:45:19 UTC
okay, seemant's allready added lineakd (the daemon) to portage. so perhaps we should add the gtk frontend, and pass the kde fronted over to the kde team to add? sound reasonable?
Comment 8 foser (RETIRED) gentoo-dev 2003-08-18 04:02:01 UTC
sounds good
Comment 9 Pat Double 2003-08-18 05:36:45 UTC
I like it. 
Comment 10 foser (RETIRED) gentoo-dev 2003-12-23 09:16:20 UTC
not really gnome, reassigning to the herd that manages lineakd.

If someone still cares to make an ebuild for the gtk1 frontend go ahead, gnome team (obviously :/) doesn't have the time to do it & no interest in maintaining it (we have acme yeah).

@ reporter, apologies for the lack of progress on this, it's an 'ever tomorrow' type-of-bug .
Comment 11 Markus Nigbur (RETIRED) gentoo-dev 2003-12-26 22:00:33 UTC
I've added the gtk frontend in x11-misc/lineakconfig.
Comment 12 foser (RETIRED) gentoo-dev 2003-12-27 12:43:29 UTC
Thats all good, but the ebuild you added is terrible. No offense, but it got bad mistakes which i don't expect from a dev :

* IUSE - gtk isn't optional, it shouldn't be in IUSE
* (R)DEPEND - It's a gtk app, where's the gtk dep ? might be missing other deps as well, did you even check ?
* src_compile : the whole myconf bit isn't necessary
  use 'econf `use_enable nls`' 
  that is also better becuase it actually hardcodes the switch on and off, which doesn't happen now
Comment 13 Ian Leitch (RETIRED) gentoo-dev 2004-01-02 18:58:47 UTC
Ebuild fixed as per suggestions. 

Could someone with kde please take care of klineakconfig. 
Comment 14 Minati jean michel 2004-01-16 12:43:39 UTC
Created attachment 23942 [details]
Ebuild for klineakconfig-0.5.1

the ebuild for klineakconfig.
there seems to be a light trouble with finding keyboards definitions.it looks
in  ~/.lineakd/ and the definition file is in /etc, ./configure seems to find
the good path,I don t understand where does the problem come from.
also, I noticed some instability with my laptop special keys( keyboard hang ).
Comment 15 Minati jean michel 2004-01-16 14:48:05 UTC
I noticed that there was anothers work in progress on klineakconfig,
it's bug n
Comment 16 Minati jean michel 2004-01-16 14:48:05 UTC
I noticed that there was anothers work in progress on klineakconfig,
it's bug nĀ° 15326
Comment 17 Ian Leitch (RETIRED) gentoo-dev 2004-01-16 14:52:40 UTC
Thanks for your effort any, Minati.