Bug 40163 - foomatic-gui
Bug#: 40163 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: printing@gentoo.org Reported By: martin.klaffenboeck@gmx.at
Component: Ebuilds
URL:  http://blog.lordsutch.com/?topic=13
Summary: foomatic-gui
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2004-02-02 04:47 0000
Description:   Opened: 2004-02-02 04:47 0000
Hello,  Is it in your plans to make an ebuild for foomatic-gui from
http://blog.lordsutch.com/?topic=13 ?

If not, please tell me, I would try it.

Martin

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Heinrich Wendel (RETIRED) 2004-02-02 05:50:55 0000 -------
please try to make on yourself and attach it here

------- Comment #2 From Thomas Raschbacher 2004-02-18 09:52:10 0000 -------
what's the status of this?

------- Comment #3 From Martin Klaffenboeck 2004-02-18 10:08:46 0000 -------
Open.  I havent had time for doing anything.  So, lets say as far as I know: 
There is nothing done.

Martin

------- Comment #4 From Luca Rosellini 2004-07-12 05:05:23 0000 -------
Created an attachment (id=35247) [details]
very first ebuild for foomatic-gui

This is my first ebuild, it seems to work here. 
Please give some feedback

------- Comment #5 From Martin Klaffenboeck 2004-07-27 09:34:10 0000 -------
Hi there!

You don't need to add glade as a dependency of foomatic-gui, actually it does not depend on glade.  It only needs libglade.  I don't have glade installed, so I changed the following, and it works fine!

---patch---
--- foomatic-gui-0.6.7.ebuild.orig      2004-07-27 18:25:28.000000000 +0200
+++ foomatic-gui-0.6.7.ebuild   2004-07-27 18:25:48.000000000 +0200
@@ -21,7 +21,7 @@

 RDEPEND=">=dev-lang/python-2.2.0
        >=dev-python/gnome-python-2.0.0
-       >=dev-util/glade-2.0.0
+       >=gnome-base/libglade-2.0.0
        >=net-print/foomatic-2.0.2
        >=dev-python/pyxml-0.8
        app-text/ghostscript"
---patch---

Martin

------- Comment #6 From Luca Rosellini 2004-07-28 05:55:04 0000 -------
Created an attachment (id=36318) [details]
foomatic gui ebuild

Added corrected ebuild with martin's patch applied

------- Comment #7 From Heinrich Wendel (RETIRED) 2004-08-04 08:35:43 0000 -------
finally in portage :)