unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54573] [PATCH] gnu: Add xfdashboard.
@ 2022-03-26  1:22 tumashu
  2022-03-26  3:58 ` bug#54573: " iyzsong
  0 siblings, 1 reply; 2+ messages in thread
From: tumashu @ 2022-03-26  1:22 UTC (permalink / raw)
  To: 54573; +Cc: Feng Shu

From: Feng Shu <tumashu@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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#54573: [PATCH] gnu: Add xfdashboard.
  2022-03-26  1:22 [bug#54573] [PATCH] gnu: Add xfdashboard tumashu
@ 2022-03-26  3:58 ` iyzsong
  0 siblings, 0 replies; 2+ messages in thread
From: iyzsong @ 2022-03-26  3:58 UTC (permalink / raw)
  To: tumashu; +Cc: 54573-done

tumashu@163.com writes:

> From: Feng Shu <tumashu@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!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-26  3:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-26  1:22 [bug#54573] [PATCH] gnu: Add xfdashboard tumashu
2022-03-26  3:58 ` bug#54573: " iyzsong

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).