GNU bug report logs -
#60396
[PATCH] gnu: Add sxmo-surf.
Previous Next
Reported by: jgart <jgart <at> dismail.de>
Date: Thu, 29 Dec 2022 05:00:02 UTC
Severity: normal
Tags: patch
Done: "jgart" <jgart <at> dismail.de>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 60396 in the body.
You can then email your comments to 60396 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#60396
; Package
guix-patches
.
(Thu, 29 Dec 2022 05:00:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
jgart <jgart <at> dismail.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 29 Dec 2022 05:00:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/suckless.scm (sxmo-surf): New variable.
---
gnu/packages/suckless.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 99901c595f..2ab5d9ea7b 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -484,6 +484,25 @@ (define-public sxmo-st
(synopsis "St terminal emulator for the Simple X Mobile PinePhone environment")
(license license:expat)))
+(define-public sxmo-surf
+ (package
+ (inherit surf)
+ (name "sxmo-surf")
+ (version "2.0.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://git.sr.ht/~mil/sxmo-surf")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "19q0cyp703gjcvj5yivwka94v9j24h1kbj6476m505xg3ircczgr"))))
+ (home-page "https://git.sr.ht/~mil/sxmo-surf")
+ (synopsis "The suckless surf browser fork for sxmo")
+ (license license:expat)))
+
(define-public surf
(package
(name "surf")
--
2.38.1
Reply sent
to
"jgart" <jgart <at> dismail.de>
:
You have taken responsibility.
(Tue, 18 Jun 2024 06:36:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
jgart <jgart <at> dismail.de>
:
bug acknowledged by developer.
(Tue, 18 Jun 2024 06:36:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 60396-done <at> debbugs.gnu.org (full text, mbox):
Feel free to reopen if working on it.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 16 Jul 2024 11:24:25 GMT)
Full text and
rfc822 format available.
This bug report was last modified 297 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.