[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/19: gnu: librepcb: Update to 1.2.0.
From: |
guix-commits |
Subject: |
15/19: gnu: librepcb: Update to 1.2.0. |
Date: |
Sat, 21 Dec 2024 12:57:12 -0500 (EST) |
monego pushed a commit to branch master
in repository guix.
commit ba82abc12716ae62e3e4a23acdd0dc7dfe017cec
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Fri May 24 11:22:19 2024 -0300
gnu: librepcb: Update to 1.2.0.
* gnu/packages/engineering.scm (librepcb): Update to 1.2.0.
[source, arguments]: Rename "fontobene-qt5" to "fontobene-qt".
<#:phases>: Skip a failing test in the check phase.
[inputs]: Replace fontobene-qt5 by fontobene-qt.
Change-Id: I5baa341f52a265ab487248a61d7ef8890af09b07
---
gnu/packages/engineering.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index ca35eda346..9e920912cd 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2361,7 +2361,7 @@ parallel computing platforms. It also supports serial
execution.")
(define-public librepcb
(package
(name "librepcb")
- (version "1.0.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
@@ -2372,7 +2372,7 @@ parallel computing platforms. It also supports serial
execution.")
;; Delete libraries that we already have or don't need.
;; TODO: try to unbundle more (see lib/).
`(begin
- (let ((third-parties '("fontobene-qt5"
+ (let ((third-parties '("fontobene-qt"
"googletest"
"hoedown"
"muparser"
@@ -2383,12 +2383,12 @@ parallel computing platforms. It also supports serial
execution.")
(delete-file-recursively third-party))
third-parties)))))
(sha256
- (base32 "02qfwyhdq1pklb5gkwn3rbsdhwvcgiksd21swaphz3kw6s4p9i8v"))))
+ (base32 "0ag8k2ni9x175s77gmg29adap82rjfgf87j8hqjdm3wzmdss7sgn"))))
(build-system cmake-build-system)
(inputs
(list clipper
fontconfig
- fontobene-qt5
+ fontobene-qt
glu
hoedown
muparser
@@ -2406,7 +2406,7 @@ parallel computing platforms. It also supports serial
execution.")
unzip))
(arguments
`(#:configure-flags (list
- "-DUNBUNDLE_FONTOBENE_QT5=ON"
+ "-DUNBUNDLE_FONTOBENE_QT=ON"
"-DUNBUNDLE_GTEST=ON"
"-DUNBUNDLE_HOEDOWN=ON"
"-DUNBUNDLE_MUPARSER=ON"
@@ -2419,6 +2419,7 @@ parallel computing platforms. It also supports serial
execution.")
(let ((test-include (list "*"))
(test-exclude
(list
+ "ApplicationTest.testGetCacheDir"
;; These tests all fail when run by the build
;; process even though they pass when manually
;; run as a normal user.
- branch master updated (11855e1c28 -> da6fc1750e), guix-commits, 2024/12/21
- 04/19: gnu: python-hy: Update to 1.0.0., guix-commits, 2024/12/21
- 17/19: gnu: mixxx: Update to 2.4.2., guix-commits, 2024/12/21
- 06/19: gnu: shotcut: Update to 24.11.17., guix-commits, 2024/12/21
- 13/19: gnu: kdenlive: Update to 24.12.0., guix-commits, 2024/12/21
- 15/19: gnu: librepcb: Update to 1.2.0.,
guix-commits <=
- 02/19: gnu: gmic: Update to 3.4.3., guix-commits, 2024/12/21
- 03/19: gnu: python-cma: Update to 4.0.0., guix-commits, 2024/12/21
- 05/19: gnu: mlt: Update to 7.28.0., guix-commits, 2024/12/21
- 08/19: gnu: python-deepxde: Update to 1.12.2., guix-commits, 2024/12/21
- 01/19: gnu: python-motulator: Update to 0.5.0., guix-commits, 2024/12/21
- 10/19: gnu: symengine: Update to 0.13.0., guix-commits, 2024/12/21
- 07/19: gnu: python-pandapipes: Update to 0.11.0., guix-commits, 2024/12/21
- 11/19: gnu: python-symengine: Update to 0.13.0., guix-commits, 2024/12/21
- 12/19: gnu: ffmpeg-normalize: Update to 1.31.0., guix-commits, 2024/12/21
- 14/19: gnu: Add fontobene-qt., guix-commits, 2024/12/21