GNU bug report logs -
#54630
[PATCH] utfcpp v3.2.1
Previous Next
Reported by: Anadon <joshua.r.marshall.1991 <at> gmail.com>
Date: Tue, 29 Mar 2022 21:50:01 UTC
Severity: normal
Tags: moreinfo, patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #52 received at 54630 <at> debbugs.gnu.org (full text, mbox):
---
gnu/packages/games.scm | 2 +-
gnu/packages/textutils.scm | 30 ++++++++++++++++++++++++------
gnu/packages/video.scm | 2 +-
3 files changed, 26 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8cc29b3487..1c01a41ed6 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5131,7 +5131,7 @@ (define-public warzone2100
("openssl" ,openssl)
("sdl2" ,sdl2)
("sqlite" ,sqlite)
- ("utfcpp" ,utfcpp)))
+ ("utfcpp" ,utfcpp-2)))
(home-page "https://wz2100.net")
(synopsis "3D Real-time strategy and real-time tactics game")
(description
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index cbc657172d..484884160d 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -24,6 +24,7 @@
;;; Copyright © 2021 Simon Tournier <zimon.toutoune <at> gmail.com>
;;; Copyright © 2021 Felix Gruber <felgru <at> posteo.net>
;;; Copyright © 2021 Bonface Munyoki Kilyungi <me <at> bonfacemunyoki.com>
+;;; Copyright © 2021 Josh Marshall <joshua.r.marshall.1991 <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -668,6 +669,28 @@ (define-public catdoc
(define-public utfcpp
(package
+ (name "utfcpp")
+ (version "3.2.1")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nemtrif/utfcpp")
+ (commit (string-append "v" version))
+ (recursive? #t)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0gsbwif97i025bxgyax4fbf6v9z44zrca4s6wwd8x36ac8qzjppf"))))
+ (build-system cmake-build-system)
+ (home-page "https://github.com/nemtrif/utfcpp")
+ (synopsis "Portable C++ library for handling UTF-8")
+ (description "UTF8-CPP is a C++ library for handling UTF-8 encoded text
+in a portable way.")
+ (license license:boost1.0)))
+
+(define-public utfcpp-2
+ (package
+ (inherit utfcpp)
(name "utfcpp")
(version "2.3.5")
(source (origin
@@ -691,12 +714,7 @@ (define-public utfcpp
(doc (string-append out "/share/doc/" ,name)))
(copy-recursively "source" include)
(install-file "README.md" doc)
- #t))))))
- (home-page "https://github.com/nemtrif/utfcpp")
- (synopsis "Portable C++ library for handling UTF-8")
- (description "UTF8-CPP is a C++ library for handling UTF-8 encoded text
-in a portable way.")
- (license license:boost1.0)))
+ #t))))))))
(define-public dbacl
(package
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index dc05c0a222..da383192bc 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -991,7 +991,7 @@ (define-public mkvtoolnix
pugixml
qtbase-5
qtmultimedia
- utfcpp
+ utfcpp-2
zlib))
(native-inputs
`(("docbook-xsl" ,docbook-xsl)
--
2.34.0
This bug report was last modified 2 years and 346 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.