[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: mousepad: Update to 0.4.2.
From: |
guix-commits |
Subject: |
04/10: gnu: mousepad: Update to 0.4.2. |
Date: |
Mon, 9 Sep 2019 18:35:05 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 3551f305c4eb54860016e04dbed48c521d40b376
Author: L p R n d n <address@hidden>
Date: Mon Sep 2 16:10:49 2019 +0200
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: Ludovic Courtès <address@hidden>
---
gnu/packages/xfce.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index bf732c8..bec1f67 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1071,7 +1071,7 @@ of data to either CD/DVD/BD.")
(define-public mousepad
(package
(name "mousepad")
- (version "0.4.1")
+ (version "0.4.2")
(source (origin
(method url-fetch)
(uri (string-append "http://archive.xfce.org/src/apps/mousepad/"
@@ -1079,11 +1079,10 @@ of data to either CD/DVD/BD.")
version ".tar.bz2"))
(sha256
(base32
- "12si6fvhp68wz4scr339c23jxqq5ywn5nf4w55jld5lxjadkg9rr"))))
+ "1myy7954r1a30dk7inwy7kwki7zvfbnnsc3a8swk72vzrbgjmh44"))))
(build-system gnu-build-system)
(arguments
- '(#:configure-flags '("--enable-gtk3"
- ;; Use the GSettings keyfile backend rather than
+ '(#:configure-flags '(;; Use the GSettings keyfile backend rather than
;; DConf.
"--enable-keyfile-settings")
#:phases
@@ -1103,7 +1102,8 @@ of data to either CD/DVD/BD.")
("pkg-config" ,pkg-config)))
(inputs
`(("gtk+" ,gtk+)
- ("gtksourceview" ,gtksourceview-3)))
+ ("gtksourceview" ,gtksourceview-3)
+ ("xfconf" ,xfconf)))
(home-page "https://git.xfce.org/apps/mousepad/")
(synopsis "Simple text editor for Xfce")
(description
- branch master updated (5fbba84 -> deb0836), guix-commits, 2019/09/09
- 02/10: refresh: Distinguish between "no updater" and "failing updater"., guix-commits, 2019/09/09
- 01/10: packages: 'package-field-location' really catches 'system-error., guix-commits, 2019/09/09
- 06/10: gnu: orage: Fix build., guix-commits, 2019/09/09
- 03/10: import: crate: Allow imports of a specific version., guix-commits, 2019/09/09
- 08/10: gnu: monero: Fix detection of readline library., guix-commits, 2019/09/09
- 09/10: gnu: monero: Activate Trezor support., guix-commits, 2019/09/09
- 04/10: gnu: mousepad: Update to 0.4.2.,
guix-commits <=
- 05/10: gnu: ristretto: Update to 0.10.0., guix-commits, 2019/09/09
- 07/10: gnu: Add copyright header., guix-commits, 2019/09/09
- 10/10: gnu: monero-gui: Update to 0.14.1.2., guix-commits, 2019/09/09