unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: tumashu@163.com
To: 54573@debbugs.gnu.org
Cc: Feng Shu <tumashu@163.com>
Subject: [bug#54573] [PATCH] gnu: Add xfdashboard.
Date: Sat, 26 Mar 2022 09:22:09 +0800	[thread overview]
Message-ID: <20220326012209.1725-1-tumashu@163.com> (raw)

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





             reply	other threads:[~2022-03-26  1:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-26  1:22 tumashu [this message]
2022-03-26  3:58 ` bug#54573: [PATCH] gnu: Add xfdashboard iyzsong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220326012209.1725-1-tumashu@163.com \
    --to=tumashu@163.com \
    --cc=54573@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).