From: Lars Bilke <lars.bilke@ufz.de>
To: 75285@debbugs.gnu.org
Cc: Lars Bilke <lars.bilke@ufz.de>
Subject: [bug#75285] [PATCH v2] gnu: Add xmlpatch.
Date: Fri, 03 Jan 2025 08:05:22 +0100 [thread overview]
Message-ID: <55742d1323b110da95fe38062068741eb485bbeb.1735887922.git.lars.bilke@ufz.de> (raw)
In-Reply-To: <9c21c0e1bb3818bed293f84f4b4c122fc47258e2.1735828404.git.lars.bilke@ufz.de>
* gnu/packages/xml.scm (xmlpatch): New variable.
Change-Id: I557f2dfbaadfef11c8ca592bb03ec829782fcb4e
---
gnu/packages/xml.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 5bbd1dd64e..a42a9e0e0d 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -2023,3 +2023,25 @@ (define-public xml-namespace-xsd
schema language defined by the XML Schema Recommendation Second Edition of 28 October
2004.")
(license license:w3c)))
+
+(define-public xmlpatch
+ (package
+ (name "xmlpatch")
+ (version "0.4.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ufz/xmlpatch")
+ (commit (string-append "v" version))))
+ (sha256
+ (base32 "120r0hm83nwvybjprmjaiilz5yj1qb46c9klawg61kqby6wsnaa8"))))
+ (build-system cmake-build-system)
+ (arguments
+ `(#:configure-flags (list "-DBUILD_SHARED_LIBS=ON")))
+ (inputs (list libxml2))
+ (home-page "https://xmlpatch.sourceforge.net")
+ (synopsis "XML patch library")
+ (description
+ "A C++ library for patching XML files with XPath expressions.")
+ (license license:lgpl2.1)))
base-commit: ab43d883a0a88adbcfd3c3ab8d4c097cd9054b90
--
2.46.1
prev parent reply other threads:[~2025-01-03 7:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-02 14:33 [bug#75285] [PATCH] gnu: Add xmlpatch Lars Bilke
2025-01-03 7:05 ` Lars Bilke [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55742d1323b110da95fe38062068741eb485bbeb.1735887922.git.lars.bilke@ufz.de \
--to=lars.bilke@ufz.de \
--cc=75285@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).