From: Feng Shu <tumashu@163.com>
To: 61338@debbugs.gnu.org
Subject: [bug#61338] Subject: [PATCH] gnu: Add labwc.
Date: Wed, 10 May 2023 11:07:51 +0800 [thread overview]
Message-ID: <87y1lwj33s.fsf@163.com> (raw)
In-Reply-To: <87sffiuk8l.fsf@163.com>
From aba920372c247046088a34bdd20b514ba8706786 Mon Sep 17 00:00:00 2001
Date: Wed, 10 May 2023 10:38:48 +0800
* 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 28e4c04814..954f0d3971 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -112,6 +112,7 @@
#:use-module (gnu packages fribidi)
#:use-module (gnu packages gawk)
#:use-module (gnu packages gettext)
+ #:use-module (gnu packages gettext)
#:use-module (gnu packages gl)
#:use-module (gnu packages glib)
#:use-module (gnu packages gperf)
@@ -2808,6 +2809,48 @@ for wayland conceptually based on the X11 window manager
read and write, and compatible with JSON.")
(license license:bsd-2)))
+(define-public labwc
+ (package
+ (name "labwc")
+ (version "0.6.3")
+ (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
+ "1zbgj8r8ppvqnz2imh6f825f2lvsqpiqfa0r5g5r4nsvadiipivp"))))
+ (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 hikari
(package
(name "hikari")
--
2.30.2
next prev parent reply other threads:[~2023-05-10 3:09 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-07 5:18 [bug#61338] [PATCH] gnu: Add labwc Feng Shu
2023-05-10 3:07 ` Feng Shu [this message]
2023-05-10 3:12 ` [bug#61338] Subject: " Feng Shu
2023-06-06 6:03 ` bug#61338: " Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y1lwj33s.fsf@163.com \
--to=tumashu@163.com \
--cc=61338@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).