emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#34953: closed (Add xfce4-whiskermenu-plugin)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34953: closed (Add xfce4-whiskermenu-plugin)
Date: Sun, 24 Mar 2019 22:06:02 +0000

Your message dated Sun, 24 Mar 2019 23:04:54 +0100
with message-id <address@hidden>
and subject line Re: [bug#34953] Add xfce4-whiskermenu-plugin
has caused the debbugs.gnu.org bug report #34953,
regarding Add xfce4-whiskermenu-plugin
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34953: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34953
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Add xfce4-whiskermenu-plugin Date: Sat, 23 Mar 2019 11:56:20 +0000 (GMT)
Attached is a patch that adds the Whiskermenu panel plugin for Xfce: 
https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin

I originally had GTK+ added as an input, and the configure phase searches for 
it, but since it builds fine without GTK+ I've removed it. If Garcon is removed 
then it errors on not finding GTK+, but I don't know, if it works then *shrug*.

Attachment: 0001-gnu-Add-xfce4-whiskermenu-plugin.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#34953] Add xfce4-whiskermenu-plugin Date: Sun, 24 Mar 2019 23:04:54 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello,

<address@hidden> skribis:

> Attached is a patch that adds the Whiskermenu panel plugin for Xfce: 
> https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin
>
> I originally had GTK+ added as an input, and the configure phase searches for 
> it, but since it builds fine without GTK+ I've removed it. If Garcon is 
> removed then it errors on not finding GTK+, but I don't know, if it works 
> then *shrug*.

What happens is that GTK+ gets propagated via Garcon, which is why it
works even if you don’t add it as an input.  However, since this package
clearly has a direct dependency on GTK+, we should add it to ‘inputs’.

> From e7a99c0c1fea1549b08cd2e4a1c540a3a0091675 Mon Sep 17 00:00:00 2001
> From: Pkill -9 <address@hidden>
> Date: Sat, 23 Mar 2019 11:49:52 +0000
> Subject: [PATCH] gnu: Add xfce4-whiskermenu-plugin.
>
> * gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): New variable.

Applied with the changes below.

Thank you!

Ludo’.

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index f716bd01eb..8543dcffed 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -427,17 +427,18 @@ keys for controlling the audio volume.")
     (inputs
      `(("xfce4-panel" ,xfce4-panel)
        ("garcon" ,garcon)
-       ("exo" ,exo)))
+       ("exo" ,exo)
+       ("gtk+" ,gtk+-2)))
     (arguments
       `(#:tests? #f)) ; no tests
     (home-page 
"https://goodies.xfce.org/projects/panel-plugins/xfce4-whiskermenu-plugin";)
     (synopsis "Application menu panel plugin for Xfce")
     (description
-     "An alternative to the default application menu panel plugin for Xfce4.
-It uses separate sections to display categories and applications, and
-includes a search bar to search for applications.")
-    ;;The main plugin code is covered by gpl2, but files in panel-plugin 
directory
-    ;;are covered by gpl2+. The SVG icon is covered by gpl2.
+     "This package provides an alternative to the default application menu
+panel plugin for Xfce4.  It uses separate sections to display categories and
+applications, and includes a search bar to search for applications.")
+    ;; The main plugin code is covered by gpl2, but files in panel-plugin 
directory
+    ;; are covered by gpl2+.  The SVG icon is covered by gpl2.
     (license (list gpl2 gpl2+))))
 
 (define-public xfce4-xkb-plugin

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]