unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51323] [PATCH 1/3] Add xfce4-dev-tools
@ 2021-10-21 22:06 Denis 'GNUtoo' Carikli
  2021-10-21 22:10 ` [bug#51323] [PATCH 2/3] gnu: lightdm-gtk-greeter: Update to 2.0.8 Denis 'GNUtoo' Carikli
  2021-10-27 22:38 ` bug#51323: [PATCH 1/3] Add xfce4-dev-tools Ludovic Courtès
  0 siblings, 2 replies; 4+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2021-10-21 22:06 UTC (permalink / raw)
  To: 51323; +Cc: Denis 'GNUtoo' Carikli

This is now needed to build newer lightdm-gtk-greeter versions

* gnu/packages/xfce.scm (xfce4-dev-tools): New variable.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
 gnu/packages/xfce.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index c653b23a91..c279ac9355 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -2130,3 +2130,28 @@ (define-public xfce4-weather-plugin
 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+)))
-- 
2.33.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-27 22:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-21 22:06 [bug#51323] [PATCH 1/3] Add xfce4-dev-tools Denis 'GNUtoo' Carikli
2021-10-21 22:10 ` [bug#51323] [PATCH 2/3] gnu: lightdm-gtk-greeter: Update to 2.0.8 Denis 'GNUtoo' Carikli
2021-10-21 22:10   ` [bug#51323] [PATCH 3/3] gnu: lightdm-gtk-greeter: add bash-minimal dependency Denis 'GNUtoo' Carikli
2021-10-27 22:38 ` bug#51323: [PATCH 1/3] Add xfce4-dev-tools Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).