Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 292902 - New package: media-gfx/kst-2.0_beta2
Summary: New package: media-gfx/kst-2.0_beta2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Qt Bug Alias
URL: http://kst.kde.org/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2009-11-12 11:19 UTC by Samuli Suominen (RETIRED)
Modified: 2009-12-08 20:13 UTC (History)
1 user (show)

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


Attachments
partial ebuild (kst-2.0_beta2.ebuild,752 bytes, text/plain)
2009-11-12 11:21 UTC, Samuli Suominen (RETIRED)
Details
new ebuild (kst-2.0_beta2.ebuild,1.05 KB, text/plain)
2009-12-08 04:16 UTC, Markos Chandras (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2009-11-12 11:19:39 UTC
attaching a partial ebuild, but I can't figure out howto get the install target to work properly so that it actually finds it's plugins too...

adding qt@ for that, since it's not a kde app anymore, but a qt4 app
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-11-12 11:21:31 UTC
Created attachment 209999 [details]
partial ebuild

compiles, but doesn't install
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2009-12-07 18:09:24 UTC
I will take care of this on behalf of Qt herd

Thanks Samuli
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2009-12-08 04:16:57 UTC
Created attachment 212433 [details]
new ebuild

Based on Arch Linux pkgbuild. Plugins are still not visible ( Help -> Debug Dialog -> Data Sources ) but I am not sure, if they are loaded dynamically according to project file. I dont know how to use this program, so if anybody does, please provide some info. Otherwise, this one seems like a working ebuild to me and I will commit it in 10 days.

Thanks
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-12-08 10:04:03 UTC
- The SRC_URI should be mirror://kde/ something...
- I'm pretty sure the plugins should show up in the list. :-/
- This line:

make_desktop_entry /usr/bin/${PN} kst ${PN}.png \
 || die "make_desktop_entry failed"

Should be:

make_desktop_entry kst kst kst "Qt;Graphics;DataVisualization"

See the removed last ; since eutils.eclass will add it for you, and
the removed .png extension from Icon= line as it's not valid.
Comment 5 Dominik Kapusta (RETIRED) gentoo-dev 2009-12-08 20:13:29 UTC
Fixed lots of issues and added to the tree. Thanks!

+*kst-2.0.0_beta2 (08 Dec 2009)
+
+  08 Dec 2009; Dominik Kapusta <ayoy@gentoo.org> +kst-2.0.0_beta2.ebuild,                                                        
+  +metadata.xml:                                              
+  Initial commit of kst (bug #292902). Ebuild by Samuli Suominen
+  (ssuominen@g.o), Markos Chandras (hwoarang@g.o) and me.
+