[Bug 694585] Review Request: GNOME Shell Extensions - Modify and extend GNOME Shell functionality and behavior

bugzilla at redhat.com bugzilla at redhat.com
Thu Apr 7 23:14:37 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=694585

--- Comment #7 from Mohamed El Morabity <pikachu.2014 at gmail.com> 2011-04-07 19:14:36 EDT ---
./autogen.sh calls gnome-autogen.sh, which launches the ./configure script
generated before. To avoid ./configure being run twice (once from ./autogen.sh,
once by %configure), you can set NOCONFIGURE to 1: it will prevent
gnome-autogen.sh from launching ./configure:

%build
# since we build from a git checkout
NOCONFIGURE=1 ./autogen.sh  --enable-extensions="alternate-tab
alternative-status-menu dock windowsNavigator"
%configure
make %{?_smp_mflags}

Using subpackages for each extension is a great idea. Once the little issue
above fixed, I will approve this package :)

(In reply to comment #0)
> I have enabled only some extensions because the rest don't work for me.
Same issues here, especially with the user theme extension. I'm still trying to
understand why ^^.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list