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
|
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:
please try to make on yourself and attach it here
what's the status of this?
Open. I havent had time for doing anything. So, lets say as far as I know:
There is nothing done.
Martin
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