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
This commit is contained in:
		
							parent
							
								
									00892bf0b2
								
							
						
					
					
						commit
						d1325513a9
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -1874,7 +1874,8 @@ by applications to write metadata.")
 | 
				
			||||||
         "1f1y4r5rb971v2g34fgjbr14g0mdms5h66yl5k0p1zf50kr2wnic"))))
 | 
					         "1f1y4r5rb971v2g34fgjbr14g0mdms5h66yl5k0p1zf50kr2wnic"))))
 | 
				
			||||||
    (build-system qt-build-system)
 | 
					    (build-system qt-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     (list #:configure-flags #~'("-DBUILD_TESTS=ON")
 | 
					     (list #:configure-flags #~'("-DBUILD_SHARED_LIBS=ON"
 | 
				
			||||||
 | 
					                                 "-DBUILD_TESTS=ON")
 | 
				
			||||||
           #:phases
 | 
					           #:phases
 | 
				
			||||||
           #~(modify-phases %standard-phases
 | 
					           #~(modify-phases %standard-phases
 | 
				
			||||||
               (replace 'check
 | 
					               (replace 'check
 | 
				
			||||||
| 
						 | 
					@ -1888,8 +1889,6 @@ by applications to write metadata.")
 | 
				
			||||||
     (list qttools-5 xorg-server-for-tests))
 | 
					     (list qttools-5 xorg-server-for-tests))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list googletest qtsvg-5 kcolorpicker))
 | 
					     (list googletest qtsvg-5 kcolorpicker))
 | 
				
			||||||
    (propagated-inputs
 | 
					 | 
				
			||||||
     (list qtbase-5))
 | 
					 | 
				
			||||||
    (home-page "https://github.com/ksnip/kImageAnnotator")
 | 
					    (home-page "https://github.com/ksnip/kImageAnnotator")
 | 
				
			||||||
    (synopsis "Image annotating library")
 | 
					    (synopsis "Image annotating library")
 | 
				
			||||||
    (description "This library provides tools to annotate images.")
 | 
					    (description "This library provides tools to annotate images.")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue