all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66374] [PATCH] gnu: Add ablorb.
@ 2023-10-06 16:32 Liliana Marie Prikler
  2023-10-15 10:31 ` bug#66374: " Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Liliana Marie Prikler @ 2023-10-06 16:32 UTC (permalink / raw)
  To: 66374

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

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 5d873e0884..b46286c690 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -423,6 +423,28 @@ (define-public mod-wsgi
     (license license:asl2.0)
     (home-page "https://modwsgi.readthedocs.io/")))
 
+(define-public ablorb
+  (package
+    (name "ablorb")
+    (version "0.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://gitlab.gnome.org/lilyp/ablorb")
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1i705p2gw5aryj0myfj3rmsrmj3ilqdn5w7xd5dwjkyi80rc20kj"))))
+    (build-system meson-build-system)
+    (inputs (list glib gconf gnome-vfs libxml2))
+    (native-inputs (list pkg-config))
+    (home-page "https://gitlab.gnome.org/lilyp/ablorb")
+    (synopsis "Replace asset links with data URIs")
+    (description "Ablorb takes an XML file and resolves relative links,
+replacing them with data URIs.")
+    (license license:gpl3+)))
+
 (define-public monolith
   (package
     (name "monolith")

base-commit: e863274e67e2242b970845783172c9f4e49405ca
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#66374: [PATCH] gnu: Add ablorb.
  2023-10-06 16:32 [bug#66374] [PATCH] gnu: Add ablorb Liliana Marie Prikler
@ 2023-10-15 10:31 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2023-10-15 10:31 UTC (permalink / raw)
  To: 66374-done

Am Freitag, dem 06.10.2023 um 18:32 +0200 schrieb Liliana Marie
Prikler:
> * gnu/packages/web.scm (ablorb): New variable.
Pushed.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-15 10:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-06 16:32 [bug#66374] [PATCH] gnu: Add ablorb Liliana Marie Prikler
2023-10-15 10:31 ` bug#66374: " Liliana Marie Prikler

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.