mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: lib2geom: Remove 1.1.
* gnu/packages/graphics.scm (lib2geom): Update to 1.2. (lib2geom-1.2): Remove variable. * gnu/packages/inkscape.scm (inkscape/stable)[inputs]: Change from LIB2GEOM-1.2 to LIB2GEOM.
This commit is contained in:
@@ -771,7 +771,7 @@ exception-handling library.")
|
||||
(define-public lib2geom
|
||||
(package
|
||||
(name "lib2geom")
|
||||
(version "1.1")
|
||||
(version "1.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@@ -780,7 +780,7 @@ exception-handling library.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"03bx9k1m4bfhmx0ldsg0bks6i8h7fmvl5vbg6gmpq0bk0nkmpnmv"))))
|
||||
"0dq981g894hmvhd6rmfl1w32mksg9hpvpjs1qvfxrnz87rhkknj8"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:imported-modules ((guix build python-build-system)
|
||||
@@ -837,20 +837,6 @@ basic geometries.")
|
||||
;; https://gitlab.com/inkscape/inkscape/issues/784).
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public lib2geom-1.2
|
||||
(package
|
||||
(inherit lib2geom)
|
||||
(version "1.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/inkscape/lib2geom")
|
||||
(commit version)))
|
||||
(file-name (git-file-name "lib2geom" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dq981g894hmvhd6rmfl1w32mksg9hpvpjs1qvfxrnz87rhkknj8"))))))
|
||||
|
||||
(define-public python-booleanoperations
|
||||
(package
|
||||
(name "python-booleanoperations")
|
||||
|
||||
@@ -225,7 +225,7 @@ endif()~%~%"
|
||||
gtkspell3
|
||||
gsl
|
||||
poppler
|
||||
lib2geom-1.2
|
||||
lib2geom
|
||||
libjpeg-turbo
|
||||
libpng
|
||||
libxml2
|
||||
|
||||
Reference in New Issue
Block a user