From mboxrd@z Thu Jan 1 00:00:00 1970 From: contact.ng0@cryptolab.net Subject: [PATCH 05/11] gnu: Add lxde-icon-theme. Date: Mon, 23 Jan 2017 18:55:53 +0000 Message-ID: <20170123185559.15596-6-contact.ng0@cryptolab.net> References: <20170123185559.15596-1-contact.ng0@cryptolab.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cVjmu-0007tM-Io for guix-devel@gnu.org; Mon, 23 Jan 2017 13:56:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cVjms-0007qI-Uz for guix-devel@gnu.org; Mon, 23 Jan 2017 13:56:20 -0500 Received: from aibo.runbox.com ([91.220.196.211]:36203) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cVjms-0007q7-Nh for guix-devel@gnu.org; Mon, 23 Jan 2017 13:56:18 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1cVjmr-00034g-GD for guix-devel@gnu.org; Mon, 23 Jan 2017 19:56:17 +0100 In-Reply-To: <20170123185559.15596-1-contact.ng0@cryptolab.net> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Cc: ng0 From: ng0 * gnu/packages/lxde.scm (lxde-icon-theme): New variable. --- gnu/packages/lxde.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/lxde.scm b/gnu/packages/lxde.scm index 604e3122f..8de9aaf44 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 -- 2.11.0