Bug 23051 - kadslwatch for AVM Fritz! cards
|
Bug#:
23051
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: kde@gentoo.org
|
Reported By: bs.net@gmx.de
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: kadslwatch for AVM Fritz! cards
|
|
Keywords: EBUILD
|
|
Status Whiteboard:
|
|
Opened: 2003-06-18 09:18 0000
|
KDE watch monitor applet for ADSL connection
*** Bug 69335 has been marked as a duplicate of this bug. ***
The ebuild looks ok, It compiles fine.
I'm not sure about where to put it as net-dialup should be for the dialup programs, but this is a dialup-monitor only.
Yesterday we added the new kde-misc category to the portage tree, probably this can go here.
Any better suggestion?
Another thing that need to be added is a patch to honor the arts USE flag, but
this is easy and already done.
try "emerge -pv kadslwatch"
since I use "inherit kde" all things are done automagically ;-)
oh, yes, "kde-misc" seems to be OK.
> try "emerge -pv kadslwatch"
>since I use "inherit kde" all things are done automagically ;-)
No, if the configure scripts are old, like this, a patch is needed to configure, take a look for example at these bugs: #69189 #69092 #65896 and many others.
I'll commit it in CVS later in the kde-misc category.
I wasn't happy with the call to 'einstall' because it's a workaround that
should be avoided as much as possible. So I prefered to patch the wrong
Makefiles.
Also the call to kde_sandbox_patch isn't needed so I've removed it.
Commited in CVS, Please test! Let us know for every version bump. Thanks again
!
I will test and inform you for every update.
But PLEASE also put 'kisdnwatch' (see Bug 23049) into portage. This is basically 99,9% the same ebuild. Thanks!
Don't worry, if this works for you I'll also put kisdnwatch :D
I've reported the suggestion tu update their admin dir and the Makefiles patch upstream.
it works. BUT:
/usr/share/doc/kadslwatch-01.00.05/COPYING.gz
/usr/share/doc/kadslwatch-01.00.05/html/LIESMICH.html
/usr/share/doc/kadslwatch-01.00.05/html/README.html
/usr/share/doc/kadslwatch-01.00.05/kadslwatch-01.00.05.lsm.gz
/usr/share/doc/kadslwatch-01.00.05/README.html.gz
"COPYING" is obsolete, because it is just plain "GPL V2" license and I do remember, that one shouldn't copy it into doc dir because we have the LICENSE tag in the ebuild. And "README.html" is wrongly also put into doc basedir instead only into "html/".
Thanks for testing.
For the Copying file: As the kde eclass do this and so every kde ebuild I think it's right or the eclass need a change.
For the double README is a little bug in the kde eclass that make like a doc everything starting with README.*
Fixed.