all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 64176@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#64176] [PATCH] gnu: Add nscde
Date: Mon, 19 Jun 2023 11:50:40 -0700	[thread overview]
Message-ID: <48b10d297346a9edcbedf8a34fa489650545db0b.1687200595.git.atai@atai.org> (raw)

* gnu/packages/fvwm.scm (nscde): New variable
---
 gnu/packages/fvwm.scm | 63 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 62 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fvwm.scm b/gnu/packages/fvwm.scm
index 872810c658..6201ed0622 100644
--- a/gnu/packages/fvwm.scm
+++ b/gnu/packages/fvwm.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2017 Nikita <nikita@n0.is>
 ;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2023 Andy Tai <atai@atai.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -20,17 +21,30 @@
 ;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.
 
 (define-module (gnu packages fvwm)
-  #:use-module ((guix licenses) #:select (gpl2+))
+  #:use-module ((guix licenses) #:select (gpl2+ gpl3))
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix build-system gnu)
+  #:use-module (gnu packages compton)
+  #:use-module (gnu packages dunst)
+  #:use-module (gnu packages fonts)
   #:use-module (gnu packages fribidi)
+  #:use-module (gnu packages gettext)
+  #:use-module (gnu packages gkrellm)
   #:use-module (gnu packages gnome)
+  #:use-module (gnu packages gtk)
   #:use-module (gnu packages image)
+  #:use-module (gnu packages imagemagick)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages pkg-config)
+  #:use-module (gnu packages python)
+  #:use-module (gnu packages python-xyz)
+  #:use-module (gnu packages qt)
   #:use-module (gnu packages readline)
+  #:use-module (gnu packages shells)
+  #:use-module (gnu packages stalonetray)
   #:use-module (gnu packages xml)
+  #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xorg))
 
 (define-public fvwm
@@ -81,3 +95,50 @@ (define-public fvwm
 window manager for the X Window system.")
     (home-page "https://www.fvwm.org/")
     (license gpl2+)))
+
+(define-public nscde
+  (package
+    (name "nscde")
+    (version "2.3")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/NsCDE/NsCDE/archive/refs/tags/"
+                    version ".tar.gz"))
+              (sha256
+               (base32
+                "15xjars33k16w1sn6xlmbdfrn6183ah3yj5p8igqc6whdgqxakzw"))))
+    (build-system gnu-build-system)
+    (native-inputs (list pkg-config mksh))
+    (inputs (list gettext-minimal
+                  fvwm
+                  font-dejavu
+                  fribidi
+                  dunst
+                  gkrellm
+                  gtk+
+                  imagemagick
+                  libxpm
+                  libxext
+                  libxft
+                  libxt
+                  rofi
+                  picom
+                  python
+                  python-pyyaml
+                  python-qtpy
+                  stalonetray
+                  xclip
+                  xdpyinfo
+                  xorg-rgb
+                  xprop
+                  xrefresh
+                  xscreensaver
+                  xset
+                  xsettingsd
+                  xterm))
+    (synopsis "Not so Common Desktop Environment")
+    (description "Modern and functional CDE desktop based on FVWM.")
+    (home-page "https://github.com/NsCDE/NsCDE")
+    (license gpl3)))
+

base-commit: dc90c0807d0a46cdd4b0a2c2b3f9becca9f97285
-- 
2.40.1





             reply	other threads:[~2023-06-19 18:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-19 18:50 Andy Tai [this message]
2023-06-25 21:37 ` [bug#64176] [PATCH] gnu: Add nscde Ludovic Courtès
2023-06-25 23:46   ` Andy Tai
2023-06-26  0:47 ` [bug#64176] [PATCH v2] " Andy Tai
2023-07-10 21:14   ` Ludovic Courtès
2023-07-10 21:49     ` Andy Tai
2023-09-14 21:18       ` [bug#64176] [PATCH] " Ludovic Courtès
2023-09-14 21:20         ` Andy Tai

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48b10d297346a9edcbedf8a34fa489650545db0b.1687200595.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=64176@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.