GNU bug report logs - #74989
[PATCH 00/23] xfce 4.20 updates

Previous Next

Package: guix-patches;

Reported by: iyzsong <at> envs.net

Date: Fri, 20 Dec 2024 03:53:02 UTC

Severity: normal

Tags: patch

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: iyzsong <at> envs.net
To: 74989 <at> debbugs.gnu.org
Cc: 宋文武 <iyzsong <at> member.fsf.org>, Zhu Zihao <all_but_last <at> 163.com>, 宋文武 <iyzsong <at> envs.net>
Subject: [bug#74989] [PATCH 09/23] gnu: Add libxfce4windowing.
Date: Fri, 20 Dec 2024 11:56:40 +0800
From: 宋文武 <iyzsong <at> member.fsf.org>

* gnu/packages/xfce.scm (libxfce4windowing): New package.

Change-Id: Ica871e0068e423fbc75f58f354cdd5f6e3b66900
---
 gnu/packages/xfce.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index e86341fef9..e6499987e4 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -410,6 +410,34 @@ (define-public tumbler
 management D-Bus specification.")
     (license gpl2+)))
 
+(define-public libxfce4windowing
+  (package
+    (name "libxfce4windowing")
+    (version "4.20.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://archive.xfce.org/src/xfce/"
+                                  name "/" (version-major+minor version) "/"
+                                  name "-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "0s4zjf7bwzski7zsmb7i5frd4xr8w7ng8gn8285b0vv0g4frpwjn"))))
+    (build-system gnu-build-system)
+    (native-inputs (list pkg-config xfce4-dev-tools))
+    (propagated-inputs (list gtk+))     ; required by libxfce4windowing-0.pc
+    (inputs (list libdisplay-info
+                  libwnck
+                  libxrandr
+                  wayland
+                  wayland-protocols))
+    (home-page "https://www.xfce.org/")
+    (synopsis "Windowing concept abstraction library for X11 and Wayland")
+    (description
+     "Libxfce4windowing is an abstraction library that attempts to present
+windowing concepts (screens, toplevel windows, workspaces, etc.) in a
+windowing-system-independent manner.")
+    (license lgpl2.1+)))
+
 (define-public xfce4-panel
   (package
     (name "xfce4-panel")
-- 
2.46.0





This bug report was last modified 150 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.