<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;color:rgb(39,78,19)">Hello Tim, I think I can help you with some tips about this. I work with C language and Shell Script and I was developing a Package Manager in Shell Script, well, I don't finish, but I can help you with some things:<br><br>First, you should plan how be your package and packing. It depend how do you want your packaging system. My is a package "tar.(gz/xz/bz2)" contain a directory with all directories/binaries necessary to install package in order recursive. Also there is a file contains info about the package (Example: name, version, license etc) with a other file contain all package dependencies and other things that I don't decided yet, because I don't finish. A package manager that you can look and is similar with my is the Slackware package manager develop by Patrick Volkerding in Shell Script:(<a href="http://mirrors.slackware.com/slackware/slackware-current/slackware/a/pkgtools-14.1-noarch-2.tgz">http://mirrors.slackware.com/slackware/slackware-current/slackware/a/pkgtools-14.1-noarch-2.tgz</a>).<br><br>Now about the GUI, if you want develop your package manager in 'C', you should learning about GTK+(<a href="http://www.gtk.org/documentation.php" target="_blank">http://www.gtk.org/documentation.php</a>) and have a good file manipulation.<br><br>I would like help better you but I don't speak your language, I'm Brazilian and speak Portuguese, I'm yet learning English. When I developing more my Package Manager in Shell Script I send for you and you look best. Big hug.<br></div><div class="gmail_extra"><br><div class="gmail_quote">2014-10-17 18:02 GMT-03:00 Tim Tassonis <span dir="ltr"><<a href="mailto:timtas@cubic.ch" target="_blank">timtas@cubic.ch</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi everybody<br>
<br>
I'm currently writing a package manager (like rpm or deb) and would also<br>
like to have a GUI for it. As I'm not the most proficient gui<br>
programmer, I wanted to ask if somebody has already started something<br>
like this, so I could adapt it to my needs, or knows of an existing one<br>
where I could "get some ideas" from (e.g rip out the actual package<br>
managing library calls and replace them with mine)?<br>
<br>
The requirements would be:<br>
<br>
- GTK2/3, no Gnome stuff<br>
- C Application no python interpreter stuff<br>
<br>
The GUI would really not have to do any lowlevel stuff, this is all<br>
written in a library, but display contents, list packages and start<br>
actions (install/remove) and display the progress in a terminal window.<br>
<br>
<br>
Kind regards<br>
Tim<br>
_______________________________________________<br>
Xfce4-dev mailing list<br>
<a href="mailto:Xfce4-dev@xfce.org" target="_blank">Xfce4-dev@xfce.org</a><br>
<a href="https://mail.xfce.org/mailman/listinfo/xfce4-dev" target="_blank">https://mail.xfce.org/mailman/listinfo/xfce4-dev</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div dir="ltr"><div style="text-align:right"><font size="4" face="tahoma,sans-serif"><i><span style="color:rgb(39,78,19)"><span style="background-color:rgb(255,255,255)">(rbp - ricardo biehl pasquali)</span></span><br></i></font></div><div style="text-align:right"><font size="4" face="tahoma,sans-serif"><i><span style="color:rgb(39,78,19)">OFICIAL</span><br></i></font></div></div>
</div></div>