gnu: sxiv: Update to 25.
* gnu/packages/image-viewers.scm (sxiv): Update to 25. [arguments]: Change renamed DEF_CPPFLAGS to CPPFLAGS.
This commit is contained in:
parent
f54de09b78
commit
56d2007ea9
|
@ -188,7 +188,7 @@ It is the default image viewer on LXDE desktop environment.")
|
||||||
(define-public sxiv
|
(define-public sxiv
|
||||||
(package
|
(package
|
||||||
(name "sxiv")
|
(name "sxiv")
|
||||||
(version "24")
|
(version "25")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -197,7 +197,7 @@ It is the default image viewer on LXDE desktop environment.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"020n1bdxbzqncprh8a4rnjzc4frp335yxbqh5w6dr970f7n5qm8d"))))
|
"13s1lfar142hq1j7xld0ri616p4bqs57b17yr4d0b9a9w7liz4hp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
|
@ -206,7 +206,7 @@ It is the default image viewer on LXDE desktop environment.")
|
||||||
"CC=gcc"
|
"CC=gcc"
|
||||||
;; Xft.h #includes <ft2build.h> (without ‘freetype2/’). The sxiv
|
;; Xft.h #includes <ft2build.h> (without ‘freetype2/’). The sxiv
|
||||||
;; Makefile works around this by hard-coding /usr/include instead.
|
;; Makefile works around this by hard-coding /usr/include instead.
|
||||||
(string-append "DEF_CPPFLAGS=-I"
|
(string-append "CPPFLAGS=-I"
|
||||||
(assoc-ref %build-inputs "freetype")
|
(assoc-ref %build-inputs "freetype")
|
||||||
"/include/freetype2")
|
"/include/freetype2")
|
||||||
"V=1")
|
"V=1")
|
||||||
|
|
Loading…
Reference in New Issue