emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#37279: closed ([PATCH 16/19] gnu: mousepad: Update


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37279: closed ([PATCH 16/19] gnu: mousepad: Update to 0.4.2.)
Date: Mon, 09 Sep 2019 21:47:02 +0000

Your message dated Mon, 09 Sep 2019 23:45:54 +0200
with message-id <address@hidden>
and subject line Re: [bug#37279] [PATCH 16/19] gnu: mousepad: Update to 0.4.2.
has caused the debbugs.gnu.org bug report #37279,
regarding [PATCH 16/19] gnu: mousepad: Update to 0.4.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37279: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37279
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 16/19] gnu: mousepad: Update to 0.4.2. Date: Mon, 2 Sep 2019 16:10:49 +0200
* gnu/packages/xfce.scm (mousepad): Update to 0.4.2.
[arguments] Remove unnecessary --enable-gtk3 flag from #:configure-flags.
[inputs] Add xfconf.
---
 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 8bf4746f04..3d8f00a443 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1075,7 +1075,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/";
@@ -1083,11 +1083,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
@@ -1107,7 +1106,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
-- 
2.22.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#37279] [PATCH 16/19] gnu: mousepad: Update to 0.4.2. Date: Mon, 09 Sep 2019 23:45:54 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
L  p R n  d n <address@hidden> skribis:

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

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]