On Tue, 2005-08-30 at 00:58 -0400, Michael Jennings wrote:
> On Monday, 29 August 2005, at 21:53:57 (-0400),
> Ryan Little wrote:
> 
> > Here's a new diff against the last commit. 
> > 
> > Please review / commit.
> > 
> > After much discussion with everyone, I've changed e_utils and e_modules
> > specs so everything is in one package instead of separate packages for
> > each module / utility. This will make it easier for people to add new
> > modules / utils without having to rewrite the specs, and keep the total
> > package count down.
> 
> I saw no complaints or discussion on the list, and I think it's just
> fine the way it is.  It's easy to install individual modules, and it's
> just as easy to install them all.  That's the way it should be.
> 
> As far as I'm concerned, it stays as is.
> 
> Michael
> 

Fair enough, then please commit this one so e_modules and e_utils will
build.

- Fixed broken requires in e_utils
- Fixed missing wireless.png in monitor module Makefile.am

Index: e_utils/e_utils.spec
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e_utils/e_utils.spec,v
retrieving revision 1.2
diff -u -r1.2 e_utils.spec
--- e_utils/e_utils.spec	30 Aug 2005 19:05:29 -0000	1.2
+++ e_utils/e_utils.spec	30 Aug 2005 20:05:41 -0000
@@ -12,7 +12,7 @@
 Prefix: %{_prefix}
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: ecore-devel, evas-devel, esmart-devel, edje-devel, eet-devel
-BuildRequires: ewl-devel, imlib2-devel, embryo-devel, emotion-devel, enscribe-devel
+BuildRequires: ewl-devel, imlib2-devel, embryo-devel, emotion-devel
 BuildRequires: enlightenment-devel >= 0.16.999
 Requires: enlightenment >= 0.16.999
 Requires: e_utils-e17setroot, e_utils-e_util_eapp_edit, e_utils-emblem
@@ -42,7 +42,6 @@
 Summary: eapp editing utility for Enlightenment.
 Group: User Interface/Desktops
 Requires: enlightenment >= 0.16.999
-Requires: e_utils-docs
 
 %description e_util_eapp_edit
 eapp editing utility for Enlightenment.
@@ -51,7 +50,6 @@
 Summary:  Graphical background selection utility for Enlightenment.
 Group: User Interface/Desktops
 Requires: enlightenment >= 0.16.999
-Requires: e_utils-docs
 
 %description emblem
 Graphical background selection utility for Enlightenment.
@@ -60,7 +58,6 @@
 Summary:  Graphical menu editing utility for Enlightenment.
 Group: User Interface/Desktops
 Requires: enlightenment >= 0.16.999
-Requires: e_utils-docs
 
 %description entangle
 Graphical menu editing utility for Enlightenment.
@@ -69,7 +66,6 @@
 Summary:  A run dialog box for Enlightenment.
 Group: User Interface/Desktops
 Requires: enlightenment >= 0.16.999
-Requires: e_utils-docs
 
 %description exige
 A run dialog box for Enlightenment.

Reply via email to