gnu: geany: Update to 1.36.
* gnu/packages/text-editors.scm (geany): Update to 1.36.
This commit is contained in:
parent
b36726af09
commit
40e513fe54
@ -497,14 +497,14 @@ and multiple fonts.")
|
|||||||
(define-public geany
|
(define-public geany
|
||||||
(package
|
(package
|
||||||
(name "geany")
|
(name "geany")
|
||||||
(version "1.35")
|
(version "1.36")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://download.geany.org/"
|
(uri (string-append "https://download.geany.org/"
|
||||||
"geany-" version ".tar.bz2"))
|
"geany-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"179xfnvhcxsv54v2mlrhykqv2j7klniln5sffvqqpjmdvwyivvim"))
|
"0gnm17cr4rf3pmkf0axz4a0fxwnvp55ji0q0lzy88yqbshyxv14i"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet '(begin
|
(snippet '(begin
|
||||||
(delete-file-recursively "scintilla")
|
(delete-file-recursively "scintilla")
|
||||||
@ -537,6 +537,8 @@ and multiple fonts.")
|
|||||||
(("geany_LDFLAGS =" all) (string-append all " -lscintilla")))
|
(("geany_LDFLAGS =" all) (string-append all " -lscintilla")))
|
||||||
(substitute* "doc/Makefile.am"
|
(substitute* "doc/Makefile.am"
|
||||||
(("\\$\\(INSTALL_DATA\\) \\$\\(top_srcdir\\)/scintilla/License.txt \\$\\(DOCDIR\\)/ScintillaLicense.txt") ""))
|
(("\\$\\(INSTALL_DATA\\) \\$\\(top_srcdir\\)/scintilla/License.txt \\$\\(DOCDIR\\)/ScintillaLicense.txt") ""))
|
||||||
|
(substitute* "tests/Makefile.am"
|
||||||
|
(("AM_LDFLAGS =" all) (string-append all " -lscintilla")))
|
||||||
(for-each delete-file (list "autogen.sh" "configure" "Makefile.in"))
|
(for-each delete-file (list "autogen.sh" "configure" "Makefile.in"))
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "https://www.geany.org")
|
(home-page "https://www.geany.org")
|
||||||
|
Loading…
Reference in New Issue
Block a user