Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43307 - ktraynetworker-0.7 (New Package)
Summary: ktraynetworker-0.7 (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL: http://www.xiaprojects.com/www/prodot...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-02-29 11:41 UTC by Kostas Petrakis
Modified: 2005-04-26 09:07 UTC (History)
4 users (show)

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


Attachments
ktraynetworker-0.7.ebuild (ktraynetworker-0.7.ebuild,616 bytes, text/plain)
2004-02-29 11:47 UTC, Kostas Petrakis
Details
Ebuild for current version 0.8b (ktraynetworker-0.8b.ebuild,736 bytes, application/octet-stream)
2005-01-22 08:26 UTC, Dominik Stadler (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kostas Petrakis 2004-02-29 11:41:35 UTC
I am attaching the ebuild for ktraynetworker 0.7
This program will help you to view network activity on your netowrk device such as eth0, ppp0 and so on through a KDE tray applet.
I suggest net-misc/ktraynetwork, the ebuild depends on QT 3.3.X and KDE 3.2.X
Regards
Kostas Petrakis
Comment 1 Kostas Petrakis 2004-02-29 11:47:04 UTC
Created attachment 26612 [details]
ktraynetworker-0.7.ebuild
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2004-02-29 14:44:39 UTC
@Kostas: The ebuild header is invaid -> http://www.gentoo.org/doc/en/ebuild-mistakes.xml

And you could call the src_compile function from kde.eclass:

src_compile()                                                                                                                        
{                                                                                                                                    
        aclocal                                                                                                                      
        kde_src_compile all                                                                                                          
}                                                                                                                                    

A bit cleaner, because changes in the eclass are reflected in the ebuild.
Comment 3 Kostas Petrakis 2004-02-29 23:28:18 UTC
Comment on attachment 26612 [details]
ktraynetworker-0.7.ebuild

># Copyright 1999-2004 Gentoo Technologies, Inc.
># Distributed under the terms of the GNU General Public License v2
># $Header:/home/cvsroot/gentoo-x86/net-misc/ktraynetworker/ktraynetworker.ebuild $
>inherit kde
>
>need-kde 3.2
>
>DESCRIPTION="A KDE 3.x Network monitoring applet"
>SRC_URI="http://www.xiaprojects.com/www/downloads/files/${P}.tar.bz2"
>HOMEPAGE="http://www.xiaprojects.com/www/prodotti/ktraynetworker/main.php"
>LICENSE="GPL-2"
>KEYWORDS="x86 ~ppc sparc"
>
>src_compile()
>{
>	aclocal
>	./configure --prefix=$KDEDIR
>	emake
>}
>
>DEPEND="x11-libs/qt-3.3*
>	=kde-base/kde-3.2*"
>RDEPEND="$DEPEND"
Comment 4 Kostas Petrakis 2004-02-29 23:30:32 UTC
Sorry this is my first ebuild try...i think i made a few mistakes there...i used kbear as a template you can see the trailing Header section from that file.
Comment 5 Carsten Lohrke (RETIRED) gentoo-dev 2004-03-02 02:18:32 UTC
Just wanted to point you to the imformation to do it better ebuilds, Kostas. It's just unnecessary work for the devs, to fix such things as broken headers. In general clean ebuilds find their way into portage much faster, too.
Comment 6 Dominik Stadler (RETIRED) gentoo-dev 2004-06-23 15:30:30 UTC
I have added to unstable now, should appear on the Mirrors soon.
Comment 7 Paulo Fidalgo 2004-06-24 07:57:09 UTC
at least one icon theme should be added to the ebuild, or create a new ebuild with all avaliable themes...
I know this bug has been closed, please give some feedback. If I do not reveive feedback I will open a new bug report with this.

Thanks!
Comment 8 Dominik Stadler (RETIRED) gentoo-dev 2004-06-25 11:05:26 UTC
I am reopening the bug in order to add some icon-sets.

As far as I see, they are available at http://www.xiaprojects.com/www/prodotti/ktraynetworker/main.php?action=themes
where do I need to put them?
Comment 9 Paulo Fidalgo 2004-07-03 13:31:37 UTC
you can see it here:
http://www.xiaprojects.com/www/prodotti/ktraynetworker/main.php?action=manual
"How to install icons

 

Second step you have to copy icons to your kde path 

cd ktraynetworker-XX
cd icons
cp * YOUR_KDE_DIR


YOUR_KDE_DIR may be: 

~/.kde/share/icons/hicolor/22x22/actions
 
$HOME/.kde/share/icons/hicolor/22x22/actions
 
$KDEDIR/share/icons/hicolor/22x22/actions"

and about the themes as you can see in "Themes" config tab should be under:

$KDEDIR/share/apps/ktraynetworker


sorry for the delay!
Comment 10 Dominik Stadler (RETIRED) gentoo-dev 2005-01-22 08:26:03 UTC
Created attachment 49207 [details]
Ebuild for current version 0.8b

An updated ebuild for the current version 0.8b. I have included loading the
separate package for the icons and installing it in /usr/share/icons/...

Please test this new ebuild and report if it is working ok.
Comment 11 Carsten Lohrke (RETIRED) gentoo-dev 2005-04-26 09:07:22 UTC
<<< ktraynetworker-0.8c.ebuild