guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add fbautostart.


From: guix-commits
Subject: branch master updated: gnu: Add fbautostart.
Date: Fri, 31 Mar 2023 08:45:47 -0400

This is an automated email from the git hooks/post-receive script.

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 56de91b712 gnu: Add fbautostart.
56de91b712 is described below

commit 56de91b7126b906f2d8040d16a7c9fb7b7c49aca
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Fri Mar 31 12:54:01 2023 +0200

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

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index bcc68fbad2..4e52554b87 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1061,6 +1061,28 @@ experience.")
     (home-page "http://fluxbox.org/";)
     (license license:expat)))
 
+(define-public fbautostart
+  (package
+    (name "fbautostart")
+    (version "2.718281828")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                     (url "https://github.com/paultag/fbautostart.git";)
+                     (commit version)))
+              (file-name (string-append name "-" version "-checkout"))
+              (sha256
+               (base32
+                "13h6j5khi5axqhflzhayzgvyhxylmk5vsgin235ji440mzd516gz"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     (list autoconf automake))
+    (synopsis "XDG autostarter for Fluxbox window manager")
+    (description "This package provides an autostarter complaint with
+the XDG Autostart specification.")
+    (home-page "https://github.com/paultag/fbautostart";)
+    (license license:expat)))
+
 (define-public fnott
   (package
     (name "fnott")



reply via email to

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