[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/71: gnu: kimageannotator: Build as shared library.
From: |
guix-commits |
Subject: |
48/71: gnu: kimageannotator: Build as shared library. |
Date: |
Sun, 31 Mar 2024 21:57:31 -0400 (EDT) |
apteryx pushed a commit to branch qt-team
in repository guix.
commit a46a71f127150aed83acc6985daf870b161d63fd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sat Mar 30 03:20:26 2024 -0400
gnu: kimageannotator: Build as shared library.
* gnu/packages/kde-frameworks.scm (kimageannotator)
[configure-flags]: Add -DBUILD_SHARED_LIBS=ON.
[propagated-inputs]: Delete field.
Change-Id: I94a8c3b87cf4ebe004508ecb32d13afb88af2f52
---
gnu/packages/kde-frameworks.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 5317fdae50..f487ac9a30 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1874,7 +1874,8 @@ by applications to write metadata.")
"1f1y4r5rb971v2g34fgjbr14g0mdms5h66yl5k0p1zf50kr2wnic"))))
(build-system qt-build-system)
(arguments
- (list #:configure-flags #~'("-DBUILD_TESTS=ON")
+ (list #:configure-flags #~'("-DBUILD_SHARED_LIBS=ON"
+ "-DBUILD_TESTS=ON")
#:phases
#~(modify-phases %standard-phases
(replace 'check
@@ -1888,8 +1889,6 @@ by applications to write metadata.")
(list qttools-5 xorg-server-for-tests))
(inputs
(list googletest qtsvg-5 kcolorpicker))
- (propagated-inputs
- (list qtbase-5))
(home-page "https://github.com/ksnip/kImageAnnotator")
(synopsis "Image annotating library")
(description "This library provides tools to annotate images.")
- 52/71: gnu: qtsvg: Update to 6.6.3., (continued)
- 52/71: gnu: qtsvg: Update to 6.6.3., guix-commits, 2024/03/31
- 53/71: gnu: qtimageformats: Update to 6.6.3., guix-commits, 2024/03/31
- 54/71: gnu: qtdeclarative: Update to 6.6.3., guix-commits, 2024/03/31
- 55/71: gnu: qtwebsockets: Update to 6.6.3., guix-commits, 2024/03/31
- 62/71: gnu: qtlottie: Update to 6.6.3., guix-commits, 2024/03/31
- 63/71: gnu: qttools: Update to 6.6.3., guix-commits, 2024/03/31
- 35/71: gnu: Add qwindowkit., guix-commits, 2024/03/31
- 40/71: gnu: kpackage: Disable plasma-query test., guix-commits, 2024/03/31
- 43/71: gnu: kwayland: Disable kwayland-testXdgForeign test., guix-commits, 2024/03/31
- 47/71: gnu: restinio: Update to 0.7.2., guix-commits, 2024/03/31
- 48/71: gnu: kimageannotator: Build as shared library.,
guix-commits <=
- 51/71: gnu: qt5compat: Update to 6.6.3., guix-commits, 2024/03/31
- 57/71: gnu: qtshadertools: Update to 6.6.3., guix-commits, 2024/03/31
- 58/71: gnu: qtmultimedia: Update to 6.6.3., guix-commits, 2024/03/31
- 65/71: gnu: qtscxml: Update to 6.6.3., guix-commits, 2024/03/31
- 59/71: gnu: qtwayland: Update to 6.6.3., guix-commits, 2024/03/31
- 60/71: gnu: qtwebchannel: Update to 6.6.3., guix-commits, 2024/03/31
- 68/71: gnu: qtremoteobjects: Update to 6.6.3., guix-commits, 2024/03/31
- 69/71: gnu: qtspeech: Update to 6.6.3., guix-commits, 2024/03/31
- 37/71: gnu: jami: Update to 20240325.0., guix-commits, 2024/03/31
- 70/71: gnu: qtwebengine: Update to 6.6.3., guix-commits, 2024/03/31