Skip to content
Snippets Groups Projects
Unverified Commit 3551f305 authored by L p R n d n's avatar L p R n d n Committed by Ludovic Courtès
Browse files

gnu: mousepad: Update to 0.4.2.


* gnu/packages/xfce.scm (mousepad): Update to 0.4.2.
[arguments] Remove unnecessary --enable-gtk3 flag from #:configure-flags.
[inputs] Add xfconf.

Signed-off-by: default avatarLudovic Courtès <ludo@gnu.org>
parent fd63ecbe
No related branches found
No related tags found
No related merge requests found
...@@ -1071,7 +1071,7 @@ (define-public xfburn ...@@ -1071,7 +1071,7 @@ (define-public xfburn
(define-public mousepad (define-public mousepad
(package (package
(name "mousepad") (name "mousepad")
(version "0.4.1") (version "0.4.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://archive.xfce.org/src/apps/mousepad/" (uri (string-append "http://archive.xfce.org/src/apps/mousepad/"
...@@ -1079,11 +1079,10 @@ (define-public mousepad ...@@ -1079,11 +1079,10 @@ (define-public mousepad
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"12si6fvhp68wz4scr339c23jxqq5ywn5nf4w55jld5lxjadkg9rr")))) "1myy7954r1a30dk7inwy7kwki7zvfbnnsc3a8swk72vzrbgjmh44"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--enable-gtk3" '(#:configure-flags '(;; Use the GSettings keyfile backend rather than
;; Use the GSettings keyfile backend rather than
;; DConf. ;; DConf.
"--enable-keyfile-settings") "--enable-keyfile-settings")
#:phases #:phases
...@@ -1103,7 +1102,8 @@ (define-public mousepad ...@@ -1103,7 +1102,8 @@ (define-public mousepad
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("gtk+" ,gtk+) `(("gtk+" ,gtk+)
("gtksourceview" ,gtksourceview-3))) ("gtksourceview" ,gtksourceview-3)
("xfconf" ,xfconf)))
(home-page "https://git.xfce.org/apps/mousepad/") (home-page "https://git.xfce.org/apps/mousepad/")
(synopsis "Simple text editor for Xfce") (synopsis "Simple text editor for Xfce")
(description (description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment