[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 08/15] gnu: Add xfce4-panel.
From: |
宋文武 |
Subject: |
[PATCH 08/15] gnu: Add xfce4-panel. |
Date: |
Wed, 10 Dec 2014 20:02:29 +0800 |
* gnu/packages/xfce.scm (xfce4-panel): New variable.
---
gnu/packages/xfce.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 3200993..2f63562 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -225,3 +225,33 @@ merging features essential for loading menus modified with
menu editors.")
various URI schemes and MIME types. It is an implementation of the thumbnail
management D-Bus specification.")
(license gpl2+)))
+
+(define-public xfce4-panel
+ (package
+ (name "xfce4-panel")
+ (version "4.10.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://archive.xfce.org/xfce/4.10/src/"
+ name "-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "1f8903nx6ivzircl8d8s9zna4vjgfy0qhjk5d2x19g9bmycgj89k"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("intltool" ,intltool)))
+ (propagated-inputs
+ `(("libxfce4util" ,libxfce4util)))
+ (inputs
+ `(("exo" ,exo)
+ ("garcon", garcon)
+ ("libwnck" ,libwnck-1)
+ ("libxfce4ui" ,libxfce4ui)))
+ (home-page "http://www.xfce.org/")
+ (synopsis "XFCE Desktop Panel")
+ (description
+ "Desktop panel for Xfce, which contains program launchers, window buttons,
+applications menu, workspace switcher and more.")
+ ;; Libraries are under LGPLv2.1+, and programs under GPLv2+.
+ (license (list gpl2+ lgpl2.1+))))
--
2.1.2
- Re: [PATCH 03/15] gnu: Add xfconf., (continued)
- [PATCH 04/15] gnu: Add libxfce4ui., 宋文武, 2014/12/10
- [PATCH 05/15] gnu: Add exo., 宋文武, 2014/12/10
- [PATCH 06/15] gnu: Add garcon., 宋文武, 2014/12/10
- [PATCH 07/15] gnu: Add tumbler., 宋文武, 2014/12/10
- [PATCH 08/15] gnu: Add xfce4-panel.,
宋文武 <=
- [PATCH 09/15] gnu: Add xfce4-appfinder., 宋文武, 2014/12/10
- [PATCH 10/15] gnu: Add xfce4-session., 宋文武, 2014/12/10
- [PATCH 11/15] gnu: Add xfce4-settings., 宋文武, 2014/12/10
- [PATCH 12/15] gnu: Add thunar., 宋文武, 2014/12/10