unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sisiutl <sisiutl@egregore.fun>
To: 73394@debbugs.gnu.org
Cc: Sisiutl <sisiutl@egregore.fun>
Subject: [bug#73394] [PATCH] gnu: Add activate-linux-1.1.0.
Date: Fri, 20 Sep 2024 22:31:59 +0200	[thread overview]
Message-ID: <20240920203231.20678-1-sisiutl@egregore.fun> (raw)

* gnu/packages/toys.scm (activate-linux): New variable.

Change-Id: Ib3ac7fcf8c5e710670a4a44f7183e068e180852f
---
 gnu/packages/toys.scm | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm
index a88b827704..170f40c17a 100644
--- a/gnu/packages/toys.scm
+++ b/gnu/packages/toys.scm
@@ -140,2 +140,2 @@ (define-public fortunes-jkirchartz
 display via @command{fortune}, drawn from sources all around the world.")
       (license license:unlicense))))

+(define-public activate-linux
+  (package
+    (name "activate-linux")
+    (version "1.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://github.com/MrGlockenspiel/activate-linux/archive/refs/tags/v"
+             version ".tar.gz"))
+       (sha256
+        (base32 "0vbq4skm2jy2lri9v8qdjk2cfvq6lxx205bpfxph5xkvln82r2fg"))))
+    (build-system gnu-build-system)
+    (home-page "https://github.com/MrGlockenspiel/activate-linux")
+    (synopsis "The \"Activate Windows\" watermark ported to Linux")
+    (description "The \"Activate Windows\" watermark ported to Linux.")
+    (native-inputs (list pkg-config
+                         cairo
+                         wayland
+                         wayland-protocols
+                         libxi
+                         libx11
+                         xorgproto
+                         libxt
+                         libxfixes
+                         libxinerama
+                         libxrandr))
+    (arguments
+     '(#:make-flags (list (string-append "CC="
+                                         (cc-for-target)))
+       #:tests? #f ;no check target
+       #:phases (modify-phases %standard-phases
+                  (delete 'configure))))
+    (license license:gpl3+)))
+
 (define-public lolcat
   (package
     (name "lolcat")
-- 
2.46.0





                 reply	other threads:[~2024-09-20 20:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20240920203231.20678-1-sisiutl@egregore.fun \
    --to=sisiutl@egregore.fun \
    --cc=73394@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).