mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-28 21:34:22 +00:00
Compare commits
12 Commits
5ac1f7973a
...
f15c27b931
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f15c27b931 | ||
|
|
d6b51182ab | ||
|
|
cc35f89140 | ||
|
|
1390b59658 | ||
|
|
003ec9efa6 | ||
|
|
c2a613268a | ||
|
|
870a6fe099 | ||
|
|
4fcd931614 | ||
|
|
5cae0412d7 | ||
|
|
db380dc051 | ||
|
|
3382ae51e7 | ||
|
|
35fbf5c342 |
@ -46,4 +46,5 @@
|
||||
(description "This package provides a simple lottie animation converter.
|
||||
Animations can be converted to PNG (with transparency) or GIF.")
|
||||
(home-page "https://github.com/sot-tech/LottieConverter")
|
||||
(license license:bsd-3))))
|
||||
(license license:bsd-3)
|
||||
(properties '((disable-updater? . #t))))))
|
||||
|
||||
@ -32,7 +32,7 @@
|
||||
(define-public cloudflare-warp-bin
|
||||
(package
|
||||
(name "cloudflare-warp-bin")
|
||||
(version "2025.8.779.0")
|
||||
(version "2025.9.558.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pkg.cloudflareclient.com"
|
||||
@ -40,7 +40,7 @@
|
||||
"cloudflare-warp_" version "_amd64.deb"))
|
||||
(sha256
|
||||
(base32
|
||||
"0p6d7zib94f20hp7wdilb92cdqvvh6qnf77844zy3fkjyghksvff"))))
|
||||
"043fi0fmxkaf1a6cs5j5nbcdjhrz3k64bri8zj5v0rfkqvzfywx4"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
@ -244,28 +244,7 @@ with the Subsonic API.")
|
||||
(properties '((upstream-name . "navidrome")
|
||||
(disable-updater? . #t)))))
|
||||
|
||||
(define-public rclone-bin
|
||||
(package
|
||||
(inherit rclone)
|
||||
(name "rclone-bin")
|
||||
(version "1.71.0")
|
||||
(source (origin
|
||||
(method url-fetch/zipbomb)
|
||||
(uri (string-append
|
||||
"https://github.com/rclone/rclone/releases/download/v"
|
||||
version "/rclone-v" version "-linux-amd64.zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"14wyd767nbk3whgfvblb3kpiyzskcqbq61nh1jq6wbpg6pawznrx"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
#~'((#$(string-append "rclone-v" (package-version this-package)
|
||||
"-linux-amd64/rclone")
|
||||
"bin/rclone"))))
|
||||
(supported-systems '("x86_64-linux"))
|
||||
(properties '((upstream-name . "rclone")
|
||||
(disable-updater? . #t)))))
|
||||
(define-deprecated-package rclone-bin rclone)
|
||||
|
||||
(define-public shadow-tls-bin
|
||||
(package
|
||||
@ -381,7 +360,7 @@ metrics no matter where they are stored.")
|
||||
(define-public prometheus-bin
|
||||
(package
|
||||
(name "prometheus-bin")
|
||||
(version "3.7.2")
|
||||
(version "3.8.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/prometheus/prometheus"
|
||||
@ -389,7 +368,7 @@ metrics no matter where they are stored.")
|
||||
"/prometheus-" version ".linux-amd64.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wam45r7ksgmpbgryxwy1pddk3yf0pk85zph4k7gag8x7k2bqn35"))))
|
||||
"0nxj618za3q39m0xvakwvpym28hlca3v5cpvmqbaxd6f641isibg"))))
|
||||
(build-system copy-build-system)
|
||||
(arguments
|
||||
(list #:install-plan
|
||||
|
||||
@ -83,7 +83,7 @@
|
||||
(define-public systemd-stub
|
||||
(package
|
||||
(name "systemd-stub")
|
||||
(version "258")
|
||||
(version "258.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@ -92,7 +92,7 @@
|
||||
(file-name (git-file-name "name" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18gnp45gl1154jra6qv95k8y7ny6phdm87yqi5jdq13cadlrklf6"))))
|
||||
"0d2jm94sfw7p85qzhc0jmfrxqdzsxlxwgwr4a42f434zsyw9w9fn"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f
|
||||
@ -126,7 +126,7 @@ Supports measured and/or verified boot environments.")
|
||||
(define-public ukify
|
||||
(package
|
||||
(name "ukify")
|
||||
(version "258")
|
||||
(version "258.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@ -135,7 +135,7 @@ Supports measured and/or verified boot environments.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"18gnp45gl1154jra6qv95k8y7ny6phdm87yqi5jdq13cadlrklf6"))))
|
||||
"0d2jm94sfw7p85qzhc0jmfrxqdzsxlxwgwr4a42f434zsyw9w9fn"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:phases
|
||||
|
||||
@ -7,4 +7,13 @@
|
||||
#:use-module (guix gexp)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix git-download)
|
||||
#:use-module (rosenthal utils packages)
|
||||
#:use-module (gnu packages ci))
|
||||
|
||||
(define-public cuirass/dolly
|
||||
(package
|
||||
(inherit
|
||||
(package-with-extra-patches cuirass
|
||||
(rosenthal-patches "cuirass-templates-Add-more-forges.patch")))
|
||||
(name "cuirass-dolly")
|
||||
(properties '((disable-updater? . #t)))))
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
(define-public cloudflared
|
||||
(package
|
||||
(name "cloudflared")
|
||||
(version "2025.10.0")
|
||||
(version "2025.11.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@ -32,7 +32,7 @@
|
||||
;; (snippet '(delete-file-recursively "vendor"))
|
||||
(sha256
|
||||
(base32
|
||||
"17an3nky4ibfi486wy2gsbv39qcmbsc3yvs3h2w6yxa4cb9knk6v"))))
|
||||
"1lq6gf1xb2xr7rdi543k2z2csc2364jl5psj3sd33bvwd3147jis"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:go go-1.24
|
||||
@ -71,7 +71,7 @@ origin can remain as closed as possible.")
|
||||
(define-public mihomo
|
||||
(package
|
||||
(name "mihomo")
|
||||
(version "1.19.15")
|
||||
(version "1.19.17")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@ -80,7 +80,7 @@ origin can remain as closed as possible.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0znia4yhnz5c8bi4picksibrr1ggqf8adphmisxim4720nv1ja2v"))))
|
||||
"0sqmclc3ccrd7dw0kjlrx3nxlzq7gq0qmwr6b0gygwan2iv6wx1n"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
@ -125,7 +125,7 @@ origin can remain as closed as possible.")
|
||||
(file-name "vendored-go-dependencies")
|
||||
(sha256
|
||||
(base32
|
||||
"0917ksckkyh78v6sjbyss4ca52pqbza05vdxsxr79f9r6frzxsxp"))))
|
||||
"0na4mwsjrlsj5wbfwabsd1i3kby03g26liysl9q7x42ck4vfw1jv"))))
|
||||
(if (%current-target-system)
|
||||
(list this-package)
|
||||
'())))
|
||||
@ -141,7 +141,7 @@ bypass network restrictions." )
|
||||
(define-public sing-box
|
||||
(package
|
||||
(name "sing-box")
|
||||
(version "1.12.11")
|
||||
(version "1.12.12")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@ -150,7 +150,7 @@ bypass network restrictions." )
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vk7wqbwzy1qwhiak0n6dbjxr4mcdpmlbrsflr6l8xwfjmzhnvrb"))))
|
||||
"1y1g5py91sccf2x6ji5ixl89gaxc72kx6s2h2nycjqfr71l0nd71"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
@ -218,7 +218,7 @@ bypass network restrictions." )
|
||||
(file-name "vendored-go-dependencies")
|
||||
(sha256
|
||||
(base32
|
||||
"1dwrii2d05rc4j6gy6kbz4q6ry9xghggb8384y7x8a3czsq9x7gs"))))
|
||||
"1mybyjh38vbs68kwsisca1x153vkw4v3896m0yc0gf16ygdlvms7"))))
|
||||
(if (%current-target-system)
|
||||
(list this-package)
|
||||
'())))
|
||||
@ -259,7 +259,7 @@ a SOCKS5 proxy.")
|
||||
(define-public tailscale
|
||||
(package
|
||||
(name "tailscale")
|
||||
(version "1.90.4")
|
||||
(version "1.90.9")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@ -268,7 +268,7 @@ a SOCKS5 proxy.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rs6db5dfmhiaylkpv85b3xn8n7y612z1vln79m33xgvc708vpni"))
|
||||
"0hyn7lxfgfvrvwi2vffz4xqcj1grydcp40zv8zavxlxxb0zn7yl1"))
|
||||
(patches
|
||||
(rosenthal-patches
|
||||
"tailscale-set-guix-system-PATH-for-SSH.patch"))
|
||||
@ -373,7 +373,7 @@ a SOCKS5 proxy.")
|
||||
(file-name "vendored-go-dependencies")
|
||||
(sha256
|
||||
(base32
|
||||
"1g040kwafvwma0ncy8ni86zq13rv8kkz0ybbgji51w5qb3cw4pdd"))))
|
||||
"0w8fkj2nw873p1911smcqxwp4jsa6hbmgz9ngxmbwswvi4pa6hq1"))))
|
||||
(if (%current-target-system)
|
||||
(list this-package)
|
||||
'())))
|
||||
|
||||
@ -0,0 +1,27 @@
|
||||
From b6c1341082102ff4416186cca549b5f05efda162 Mon Sep 17 00:00:00 2001
|
||||
From: Hilton Chain <hako@ultrarare.space>
|
||||
Date: Sun, 30 Nov 2025 12:13:36 +0800
|
||||
Subject: [PATCH] templates: Add more forges.
|
||||
|
||||
---
|
||||
src/cuirass/templates.scm | 4 +++-
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
|
||||
index d591705..5518331 100644
|
||||
--- a/src/cuirass/templates.scm
|
||||
+++ b/src/cuirass/templates.scm
|
||||
@@ -1526,7 +1526,9 @@ (define %vcs-web-views
|
||||
("git.guix.gnu.org" ,labhub-url) ;alias for codeberg.org
|
||||
("gitlab.com" ,labhub-url)
|
||||
("gitlab.inria.fr" ,labhub-url)
|
||||
- ("github.com" ,labhub-url))))
|
||||
+ ("github.com" ,labhub-url)
|
||||
+ ("git.sr.ht" ,labhub-url)
|
||||
+ ("git.urspace.moe" ,labhub-url))))
|
||||
|
||||
(define %vcs-web-commit-range-views
|
||||
;; List of host names and corresponding URL to display a commit range.
|
||||
--
|
||||
2.51.2
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
(define-public ai-robots-txt
|
||||
(package
|
||||
(name "ai-robots-txt")
|
||||
(version "1.42")
|
||||
(version "1.44")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@ -33,7 +33,7 @@
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"05nnc0r4zz8sq8mhp299d9d6hpd8qcm81wkn30i4bzq0a220si07"))
|
||||
"14jfkymkrs51xkgf48rin01kcfmk043zkdyzfhb459fv3brxms50"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(delete-file-recursively "code"))))
|
||||
(build-system copy-build-system)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user