mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05: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:
parent
5ccf3dfd55
commit
2bc88940e8
2 changed files with 3 additions and 17 deletions
|
@ -771,7 +771,7 @@ (define-public ilmbase
|
||||||
(define-public lib2geom
|
(define-public lib2geom
|
||||||
(package
|
(package
|
||||||
(name "lib2geom")
|
(name "lib2geom")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -780,7 +780,7 @@ (define-public lib2geom
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03bx9k1m4bfhmx0ldsg0bks6i8h7fmvl5vbg6gmpq0bk0nkmpnmv"))))
|
"0dq981g894hmvhd6rmfl1w32mksg9hpvpjs1qvfxrnz87rhkknj8"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:imported-modules ((guix build python-build-system)
|
`(#:imported-modules ((guix build python-build-system)
|
||||||
|
@ -837,20 +837,6 @@ (define-public lib2geom
|
||||||
;; https://gitlab.com/inkscape/inkscape/issues/784).
|
;; https://gitlab.com/inkscape/inkscape/issues/784).
|
||||||
(license license:gpl3+)))
|
(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
|
(define-public python-booleanoperations
|
||||||
(package
|
(package
|
||||||
(name "python-booleanoperations")
|
(name "python-booleanoperations")
|
||||||
|
|
|
@ -225,7 +225,7 @@ (define-public inkscape/stable
|
||||||
gtkspell3
|
gtkspell3
|
||||||
gsl
|
gsl
|
||||||
poppler
|
poppler
|
||||||
lib2geom-1.2
|
lib2geom
|
||||||
libjpeg-turbo
|
libjpeg-turbo
|
||||||
libpng
|
libpng
|
||||||
libxml2
|
libxml2
|
||||||
|
|
Loading…
Reference in a new issue