GNU bug report logs - #54573
[PATCH] gnu: Add xfdashboard.

Previous Next

Package: guix-patches;

Reported by: tumashu <at> 163.com

Date: Sat, 26 Mar 2022 01:24:01 UTC

Severity: normal

Tags: patch

Done: iyzsong <at> outlook.com

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54573 in the body.
You can then email your comments to 54573 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54573; Package guix-patches. (Sat, 26 Mar 2022 01:24:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to tumashu <at> 163.com:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 26 Mar 2022 01:24:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: tumashu <at> 163.com
To: guix-patches <at> gnu.org
Cc: Feng Shu <tumashu <at> 163.com>
Subject: [PATCH] gnu: Add xfdashboard.
Date: Sat, 26 Mar 2022 09:22:09 +0800
From: Feng Shu <tumashu <at> 163.com>

* gnu/packages/xfce.scm (xfdashboard): New variable.
---
 gnu/packages/xfce.scm | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 76f904d423..ee8ac4f007 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -976,6 +976,44 @@ (define-public xfce4-terminal
 on your desktop.")
     (license gpl2+)))
 
+(define-public xfdashboard
+  (package
+    (name "xfdashboard")
+    (version "0.8.1")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://archive.xfce.org/src/apps/" name "/"
+                                  (version-major+minor version) "/"
+                                  name "-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "1xfyli91gpw7bn9gjk6gp8lnn50qsjd5lh5mzypz9kx3l88wbas4"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     (list intltool pkg-config))
+    (inputs
+     (list clutter
+           garcon
+           (list glib "bin")
+           gtk+
+           libwnck
+           libxcomposite
+           libxdamage
+           libxfce4util
+           libxfce4ui
+           libxinerama
+           xfconf))
+    (home-page "https://www.xfce.org/")
+    (synopsis "Gnome shell like dashboard for Xfce")
+    (description
+     "Xfdashboard provides a GNOME shell dashboard and MacOS Mission Control
+like interface for Xfce desktop.  It can be configured to run with any
+keyboard shortcut, when executed it provides an overview of applications
+currently opened which let user to switch between different applications.  Its
+search feature works like Xfce's app finder and makes it convenient to search
+for and start applications. ")
+    (license gpl2)))
+
 (define-public mate-polkit-for-xfce
   (package/inherit mate-polkit
     (arguments
-- 
2.34.0





Reply sent to iyzsong <at> outlook.com:
You have taken responsibility. (Sat, 26 Mar 2022 03:59:02 GMT) Full text and rfc822 format available.

Notification sent to tumashu <at> 163.com:
bug acknowledged by developer. (Sat, 26 Mar 2022 03:59:02 GMT) Full text and rfc822 format available.

Message #10 received at 54573-done <at> debbugs.gnu.org (full text, mbox):

From: iyzsong <at> outlook.com
To: tumashu <at> 163.com
Cc: 54573-done <at> debbugs.gnu.org
Subject: Re: bug#54573: [PATCH] gnu: Add xfdashboard.
Date: Sat, 26 Mar 2022 11:58:10 +0800
tumashu <at> 163.com writes:

> From: Feng Shu <tumashu <at> 163.com>
>
> * gnu/packages/xfce.scm (xfdashboard): New variable.

Applied, with:
1. Move 'glib:bin' to native-inputs.
2. Change license to 'gpl2+'.

Thank you!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 23 Apr 2022 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 56 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.