[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: Add lxde-common.
From: |
Ludovic Courtès |
Subject: |
05/10: gnu: Add lxde-common. |
Date: |
Tue, 28 Mar 2017 16:38:49 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 169274d5c58cf3ce385d8ce0b64e2ac57a68906c
Author: ng0 <address@hidden>
Date: Mon Jan 23 15:59:47 2017 +0000
gnu: Add lxde-common.
* gnu/packages/lxde.scm (lxde-common): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/lxde.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index 9a4fe75..6862784 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -263,4 +263,28 @@ menu spec-compliant desktop menus for LXDE.")
(home-page "http://lxde.org")
(license license:lgpl3)))
+(define-public lxde-common
+ (package
+ (name "lxde-common")
+ (version "0.99.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://downloads.sourceforge.net/lxde/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0mj84fa3f4ak1jjslrwc2q3ci9zxrxpciggviza9bjb0168brn8w"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)
+ ("intltool" ,intltool)
+ ("lxmenu-data" ,lxmenu-data)
+ ("lxde-icon-theme" ,lxde-icon-theme)))
+ (synopsis "Common files of the LXDE Desktop")
+ (description
+ "Lxde-common provides common files of the LXDE Desktop.")
+ (home-page "http://lxde.org")
+ (license license:gpl2+)))
+
;;; lxde.scm ends here
- branch master updated (23b9168 -> 812c181), Ludovic Courtès, 2017/03/28
- 01/10: Replace (compose not PROC) with simpler idioms., Ludovic Courtès, 2017/03/28
- 06/10: gnu: Add lxinput., Ludovic Courtès, 2017/03/28
- 03/10: gnu: Add lxmenu-data., Ludovic Courtès, 2017/03/28
- 05/10: gnu: Add lxde-common.,
Ludovic Courtès <=
- 04/10: gnu: Add lxde-icon-theme., Ludovic Courtès, 2017/03/28
- 08/10: gnu: Add keybinder., Ludovic Courtès, 2017/03/28
- 10/10: gnu: Add lxde., Ludovic Courtès, 2017/03/28
- 02/10: gnu: emacs-elfeed: Update to 2.1.0., Ludovic Courtès, 2017/03/28
- 09/10: gnu: Add lxpanel., Ludovic Courtès, 2017/03/28
- 07/10: gnu: Add lxsession., Ludovic Courtès, 2017/03/28