emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61338: closed ([PATCH] gnu: Add labwc.)


From: GNU bug Tracking System
Subject: bug#61338: closed ([PATCH] gnu: Add labwc.)
Date: Tue, 06 Jun 2023 06:04:02 +0000

Your message dated Tue, 6 Jun 2023 09:03:24 +0300
with message-id <ZH7MLAdZ7NYC4VKH@3900XT>
and subject line Re: [bug#61338] Subject: [PATCH] gnu: Add labwc.
has caused the debbugs.gnu.org bug report #61338,
regarding [PATCH] gnu: Add labwc.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61338: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61338
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add labwc. Date: Tue, 07 Feb 2023 13:18:02 +0800 User-agent: Gnus/5.13 (Gnus v5.13)
From: Feng Shu <tumashu@163.com>

* gnu/packages/wm.scm (labwc): New variable.
---
 gnu/packages/wm.scm | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 32aa5f39e5..ae9bf46623 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -109,6 +109,7 @@
   #:use-module (gnu packages freedesktop)
   #:use-module (gnu packages fribidi)
   #:use-module (gnu packages gawk)
+  #:use-module (gnu packages gettext)
   #:use-module (gnu packages gl)
   #:use-module (gnu packages glib)
   #:use-module (gnu packages gperf)
@@ -2712,6 +2713,48 @@ for wayland conceptually based on the X11 window manager
 @command{ratpoison}.")
     (license license:expat)))
 
+(define-public labwc
+  (package
+    (name "labwc")
+    (version "0.6.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/labwc/labwc";)
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0ap1d0p2fs3c4yj0v82hb3x4s5699wsf6a79sgnmpkw0nhsyvyrx"))))
+    (build-system meson-build-system)
+    (native-inputs
+     (list pkg-config gettext-minimal))
+    (inputs
+     (list cairo
+           glib
+           libxcb
+           libxml2
+           pango
+           scdoc
+           wlroots))
+    (home-page "https://labwc.github.io";)
+    (synopsis "Labwc is a wlroots-based window-stacking compositor for 
wayland")
+    (description
+     "Labwc is light-weight and independent with a focus on simply stacking
+windows well and rendering some window decorations, it is inspired by openbox.
+It takes a no-bling/frills approach and says no to features such as icons
+(except window buttons), animations, decorative gradients and any other
+options not required to reasonably render common themes.  It relies on clients
+for panels, screenshots, wallpapers and so on to create a full desktop
+environment.
+
+Labwc tries to stay in keeping with wlroots and sway in terms of general
+approach and coding style.
+
+Labwc has no reliance on any particular Desktop Environment, Desktop Shell or
+session.  Nor does it depend on any UI toolkits such as Qt or GTK.")
+    (license license:gpl2)))
+
 (define-public libucl
   (package
     (name "libucl")
-- 
2.30.2


-- 




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61338] Subject: [PATCH] gnu: Add labwc. Date: Tue, 6 Jun 2023 09:03:24 +0300
Patch was pushed, closing!

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]