[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: Add lxde-icon-theme.
From: |
Ludovic Courtès |
Subject: |
04/10: gnu: Add lxde-icon-theme. |
Date: |
Tue, 28 Mar 2017 16:38:49 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 4dcbed572c8ceaca723fbb8938e5dede3c2023ff
Author: ng0 <address@hidden>
Date: Mon Jan 23 15:53:08 2017 +0000
gnu: Add lxde-icon-theme.
* gnu/packages/lxde.scm (lxde-icon-theme): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/lxde.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm
index ea150ff..9a4fe75 100644
--- a/gnu/packages/lxde.scm
+++ b/gnu/packages/lxde.scm
@@ -242,4 +242,25 @@ menu spec-compliant desktop menus for LXDE.")
(home-page "http://lxde.org")
(license license:lgpl2.1+)))
+(define-public lxde-icon-theme
+ (package
+ (name "lxde-icon-theme")
+ (version "0.5.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://downloads.sourceforge.net/lxde/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0v4i6x86fr2hbx4fb2si7y2qzmj7h6hcjwaifnin18r8kwwvgl73"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (synopsis "LXDE default icon theme based on nuoveXT2")
+ (description
+ "Lxde-icon-theme provides an default icon theme for LXDE.")
+ (home-page "http://lxde.org")
+ (license license:lgpl3)))
+
;;; 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, 2017/03/28
- 04/10: gnu: Add lxde-icon-theme.,
Ludovic Courtès <=
- 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