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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#60396: [PATCH] gnu: Add sxmo-surf.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 60396 <at> debbugs.gnu.org.
--
60396: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60396
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Feel free to reopen if working on it.
[Message part 3 (message/rfc822, inline)]
* 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
This bug report was last modified 336 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.