[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 09/15] gnu: Add xfce4-appfinder.
From: |
宋文武 |
Subject: |
[PATCH 09/15] gnu: Add xfce4-appfinder. |
Date: |
Wed, 10 Dec 2014 20:02:30 +0800 |
* gnu/packages/xfce.scm (xfce4-appfinder): New variable.
---
gnu/packages/xfce.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 2f63562..f5f3fc9 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -255,3 +255,28 @@ management D-Bus specification.")
applications menu, workspace switcher and more.")
;; Libraries are under LGPLv2.1+, and programs under GPLv2+.
(license (list gpl2+ lgpl2.1+))))
+
+(define-public xfce4-appfinder
+ (package
+ (name "xfce4-appfinder")
+ (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
+ "0falckrziw8m1a72nxd7fqq84r3xfbrb6lv35flsca346rzawah4"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("intltool" ,intltool)))
+ (inputs
+ `(("garcon" ,garcon)
+ ("libxfce4ui" ,libxfce4ui)))
+ (home-page "http://www.xfce.org/")
+ (synopsis "XFCE Application Finder")
+ (description
+ "Application finder for Xfce, it will shows the applications installed on
+your system in categories, so you can quickly find and launch them.")
+ (license gpl2+)))
--
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., 宋文武, 2014/12/10
- [PATCH 09/15] gnu: Add xfce4-appfinder.,
宋文武 <=
- [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
- [PATCH 13/15] gnu: Add thunar-volman., 宋文武, 2014/12/10