Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 40163 - foomatic-gui
Summary: foomatic-gui
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Printing Team
URL: http://blog.lordsutch.com/?topic=13
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-02-02 04:47 UTC by Martin Klaffenboeck
Modified: 2004-08-04 08:35 UTC (History)
2 users (show)

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


Attachments
very first ebuild for foomatic-gui (foomatic-gui-0.6.7.ebuild,739 bytes, application/octet-stream)
2004-07-12 05:05 UTC, Luca Rosellini
Details
foomatic gui ebuild (foomatic-gui-0.6.7.ebuild,744 bytes, application/octet-stream)
2004-07-28 05:55 UTC, Luca Rosellini
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Klaffenboeck 2004-02-02 04:47:11 UTC
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 Heinrich Wendel (RETIRED) gentoo-dev 2004-02-02 05:50:55 UTC
please try to make on yourself and attach it here
Comment 2 Thomas Raschbacher gentoo-dev 2004-02-18 09:52:10 UTC
what's the status of this?
Comment 3 Martin Klaffenboeck 2004-02-18 10:08:46 UTC
Open.  I havent had time for doing anything.  So, lets say as far as I know:  There is nothing done.

Martin
Comment 4 Luca Rosellini 2004-07-12 05:05:23 UTC
Created attachment 35247 [details]
very first ebuild for foomatic-gui

This is my first ebuild, it seems to work here. 
Please give some feedback
Comment 5 Martin Klaffenboeck 2004-07-27 09:34:10 UTC
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 Luca Rosellini 2004-07-28 05:55:04 UTC
Created attachment 36318 [details]
foomatic gui ebuild

Added corrected ebuild with martin's patch applied
Comment 7 Heinrich Wendel (RETIRED) gentoo-dev 2004-08-04 08:35:43 UTC
finally in portage :)