[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: Add xfce4-dev-tools
From: |
guix-commits |
Subject: |
05/09: gnu: Add xfce4-dev-tools |
Date: |
Wed, 27 Oct 2021 18:44:52 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 6cf6dc111685b4bbbc5e92bd4e36e13ad3cdb926
Author: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
AuthorDate: Fri Oct 22 00:06:41 2021 +0200
gnu: Add xfce4-dev-tools
This is now needed to build newer lightdm-gtk-greeter versions
* gnu/packages/xfce.scm (xfce4-dev-tools): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/xfce.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index c653b23..c279ac9 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2130,3 +2130,28 @@ lan interface (signal state, signal quality, network
name (SSID)).")
local weather in the panel, using forecast data provided by the
@uref{https://met.no, Norwegian Meteorological Institute}.")
(license gpl2+)))
+
+(define-public xfce4-dev-tools
+ (package
+ (name "xfce4-dev-tools")
+ (version "4.17.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://archive.xfce.org/src/xfce/"
+ "xfce4-dev-tools/" (version-major+minor
version) "/"
+ "xfce4-dev-tools-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "1iwkqj96x2s7fk4srg1pymvsiwb2rn6vvhy6hrmnc3hl1vqw2d6k"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("pkg-config" ,pkg-config)))
+ (inputs
+ `(("glib" ,glib)))
+ (home-page "https://docs.xfce.org/xfce/xfce4-dev-tools/")
+ (synopsis "Xfce developer tools")
+ (description
+ "The Xfce development tools are a collection of tools and macros for Xfce
+developers and people that want to build Xfce from Git In addition it contains
+the Xfce developer's handbook.")
+ (license gpl2+)))
- branch master updated (b7a0935 -> 0cd05b5), guix-commits, 2021/10/27
- 03/09: gnu: lttng-tools: Patch default man path., guix-commits, 2021/10/27
- 05/09: gnu: Add xfce4-dev-tools,
guix-commits <=
- 01/09: gnu: guix: Update to 014f1b6., guix-commits, 2021/10/27
- 04/09: environment: Fix broken file-local variable., guix-commits, 2021/10/27
- 02/09: remote: Really build things remotely when #:build-locally? is #false., guix-commits, 2021/10/27
- 06/09: gnu: lightdm-gtk-greeter: Update to 2.0.8, guix-commits, 2021/10/27
- 07/09: gnu: lightdm-gtk-greeter: Add bash-minimal dependency., guix-commits, 2021/10/27
- 08/09: gnu: docker-compose: Update to 1.29.2, guix-commits, 2021/10/27
- 09/09: gnu: Add openhmd., guix-commits, 2021/10/27