[Bug 835015] Review Request: xmonad-log-applet - Panel applet to display Xmonad log information

bugzilla at redhat.com bugzilla at redhat.com
Mon Jul 9 18:37:25 UTC 2012


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

Mario Blättermann <mario.blaettermann at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mario.blaettermann at gmail.co
                   |                            |m

--- Comment #1 from Mario Blättermann <mario.blaettermann at gmail.com> ---
> Note that in this package I'm only building the XFCE panel plugin, because
> the upstream build scripts only let me choose one of GNOME2, GNOME3, or
> XFCE, and XFCE is the one I care about. I'm open to suggestions on how to
> fix this.

Run the build script separately for each part. Just an idea, not tested:

%build

%configure --with-panel=xfce4
make %{?_smp_mflags}
make DESTDIR=%{buildroot} install
make clean

%configure --with-panel=gnome2
make %{?_smp_mflags}
make DESTDIR=%{buildroot} install
make clean

%configure --with-panel=gnome3
make %{?_smp_mflags}
make DESTDIR=%{buildroot} install

Could be that rpmlint is somewhat unhappy about "install" calls in %build...
But it be odd if you provide a package which doesn't cover the whole abilities
of the software. In any case, you should inform the upstream developers about
that, if possible.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the package-review mailing list