Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21275 - Need ebuild script for PartGUI
Summary: Need ebuild script for PartGUI
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL: http://part-gui.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-19 15:29 UTC by François Dupoux
Modified: 2003-09-12 03:53 UTC (History)
1 user (show)

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


Attachments
Working unitial ebuild for partgui (partgui-0.2.0.ebuild,5.84 KB, text/plain)
2003-06-16 08:17 UTC, François Dupoux
Details
Working unitial ebuild for partgui (partgui-0.2.0.ebuild,5.84 KB, text/plain)
2003-06-16 08:18 UTC, François Dupoux
Details
Clean ebuild for PartGui-0.2.2 (partgui-0.2.2.ebuild,728 bytes, text/x-ebuild)
2003-07-14 13:38 UTC, François Dupoux
Details

Note You need to log in before you can comment on or make changes to this bug.
Description François Dupoux 2003-05-19 15:29:39 UTC
PartGUI is a Qt-3.x graphical user interface for parted.
It aims to be a free PartitionMagic clone for Linux.
It work for both Qt-x11 and Qt-embedded.
The Qt-embedded support allows to have a graphical partition 
tool, with FrameBuffer instead of XFree86.

There is no ebuild for it in gentoo for now.
http://part-gui.sourceforge.net/
----
If we have an ebuild for gentoo, which allow to build the Qt-embedded version,
it will be nice. This tool allow to have a nice graphical partition tool
on the live CD, with Qt-embedded, and not XFree86. And it will help users
to partition their hard disk before to install gentoo...




Reproducible: Always
Steps to Reproduce:
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-05-19 16:11:42 UTC
also watch out bug #18714

could you please attach an ebuild ?
Comment 2 François Dupoux 2003-06-16 08:17:55 UTC
Created attachment 13365 [details]
Working unitial ebuild for partgui

This initial ebuild is able to install PartGui on my computer. I hope it works
eveywhere.
Comment 3 François Dupoux 2003-06-16 08:18:02 UTC
Created attachment 13366 [details]
Working unitial ebuild for partgui

This initial ebuild is able to install PartGui on my computer. I hope it works
eveywhere.
Comment 4 Patrick Kursawe (RETIRED) gentoo-dev 2003-07-14 01:28:30 UTC
Could you please strip all unnecessary comments from your ebuild? The way it looks like now is not exactly inviting to check it...
Comment 5 François Dupoux 2003-07-14 13:38:01 UTC
Created attachment 14475 [details]
Clean ebuild for PartGui-0.2.2

This is a new ebuild for parted. It has been cleaned, and updated (version
0.2.2)
Comment 6 Patrick Kursawe (RETIRED) gentoo-dev 2003-09-12 03:33:26 UTC
Do you know for sure your program only works on x86?
Why?

Your ebuild does not use qt-embedded, but normal qt.

I can't compile it successfully:

In file included from /var/tmp/portage/partgui-0.2.2/work/partgui-0.2.2/src/shared/exceptions.h:22,
                 from /var/tmp/portage/partgui-0.2.2/work/partgui-0.2.2/src/shared/image_disk.h:24,
                 from /var/tmp/portage/partgui-0.2.2/work/partgui-0.2.2/src/piwork/imagefile.h:22,
                 from fs_base.cpp:22:
/var/tmp/portage/partgui-0.2.2/work/partgui-0.2.2/src/piwork/gui_text.h:24:18: newt.h: No such file or directory


Comment 7 Patrick Kursawe (RETIRED) gentoo-dev 2003-09-12 03:53:06 UTC
Added newt to the dependencies.
Added chmod +x for the partgui script. It is installed as non-executable by default which doesn't make much sense.

The program doesn't look bad, I'll put it into portage and let other ruin their partition table with it :-)