Bug 21275 - Need ebuild script for PartGUI
Bug#: 21275 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: fdbugs_gentoo@partimage.org
Component: KDE
URL:  http://part-gui.sourceforge.net/
Summary: Need ebuild script for PartGUI
Keywords:  
Status Whiteboard: 
Opened: 2003-05-19 15:29 0000
Description:   Opened: 2003-05-19 15:29 0000
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 From Martin Holzer (RETIRED) 2003-05-19 16:11:42 0000 -------
also watch out bug #18714

could you please attach an ebuild ?

------- Comment #2 From François Dupoux 2003-06-16 08:17:55 0000 -------
Created an attachment (id=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 From François Dupoux 2003-06-16 08:18:02 0000 -------
Created an attachment (id=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 From Patrick Kursawe 2003-07-14 01:28:30 0000 -------
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 From François Dupoux 2003-07-14 13:38:01 0000 -------
Created an attachment (id=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 From Patrick Kursawe 2003-09-12 03:33:26 0000 -------
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 From Patrick Kursawe 2003-09-12 03:53:06 0000 -------
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 :-)