guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#66374] [PATCH] gnu: Add ablorb.


From: Liliana Marie Prikler
Subject: [bug#66374] [PATCH] gnu: Add ablorb.
Date: Fri, 6 Oct 2023 18:32:44 +0200

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]