gnu: apostrophe: Update to 2.5.
* gnu/packages/gnome.scm (apostrophe): Update to 2.5. [native-inputs]: Add sassc.
This commit is contained in:
parent
0172363acf
commit
1012de07fd
1 changed files with 5 additions and 4 deletions
|
@ -11633,7 +11633,7 @@ GTK+. It integrates well with the GNOME desktop environment.")
|
||||||
(define-public apostrophe
|
(define-public apostrophe
|
||||||
(package
|
(package
|
||||||
(name "apostrophe")
|
(name "apostrophe")
|
||||||
(version "2.4")
|
(version "2.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -11642,7 +11642,7 @@ GTK+. It integrates well with the GNOME desktop environment.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qzy3zhi18wf42m034s8kcmx9gl05j620x3hf6rnycq2fvy7g4gz"))))
|
"06yfiflmj3ip7ppcz41nb3xpgb5ggw5h74w0v87yaqqkq7qh31lp"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
|
@ -11686,10 +11686,11 @@ GTK+. It integrates well with the GNOME desktop environment.")
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gettext" ,gettext-minimal)
|
`(("gettext" ,gettext-minimal)
|
||||||
("glib:bin" ,glib "bin")
|
("glib:bin" ,glib "bin")
|
||||||
("pkg-config" ,pkg-config)))
|
("pkg-config" ,pkg-config)
|
||||||
|
("sassc" ,sassc)))
|
||||||
(home-page "https://gitlab.gnome.org/somas/apostrophe")
|
(home-page "https://gitlab.gnome.org/somas/apostrophe")
|
||||||
(synopsis "Markdown editor written in Python with GTK+")
|
(synopsis "Markdown editor written in Python with GTK+")
|
||||||
(description "Apostrophe is a GTK+ based distraction free Markdown editor.
|
(description "Apostrophe is a GTK+ based distraction-free Markdown editor.
|
||||||
It uses pandoc as back-end for parsing Markdown.")
|
It uses pandoc as back-end for parsing Markdown.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
|
Reference in a new issue