guix-commits
[Top][All Lists]
Advanced

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

03/09: gnu: xmodmap: Update to 1.0.10.


From: guix-commits
Subject: 03/09: gnu: xmodmap: Update to 1.0.10.
Date: Wed, 20 Feb 2019 11:01:01 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 2bf50977844f02e7c888a3a4222f0c900e1fbe01
Author: Marius Bakke <address@hidden>
Date:   Wed Feb 20 16:18:21 2019 +0100

    gnu: xmodmap: Update to 1.0.10.
    
    * gnu/packages/patches/xmodmap-asprintf.patch: Delete file.
    * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
    * gnu/packages/xorg.scm (xmodmap): Update to 1.0.10.
    [source](patches): Remove.
    [home-page]: Set to source repository.
---
 gnu/local.mk                                |  3 +--
 gnu/packages/patches/xmodmap-asprintf.patch | 14 --------------
 gnu/packages/xorg.scm                       |  7 +++----
 3 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 0a3961d..faebff2 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1345,8 +1345,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/xfce4-session-fix-xflock4.patch         \
   %D%/packages/patches/xfce4-settings-defaults.patch           \
   %D%/packages/patches/xinetd-fix-fd-leak.patch                        \
-  %D%/packages/patches/xinetd-CVE-2013-4342.patch              \
-  %D%/packages/patches/xmodmap-asprintf.patch
+  %D%/packages/patches/xinetd-CVE-2013-4342.patch
 
 MISC_DISTRO_FILES =                            \
   %D%/packages/ld-wrapper.in
diff --git a/gnu/packages/patches/xmodmap-asprintf.patch 
b/gnu/packages/patches/xmodmap-asprintf.patch
deleted file mode 100644
index 6dfe851..0000000
--- a/gnu/packages/patches/xmodmap-asprintf.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-This patch allows the 'asprintf' declaration to be visible, by
-including <config.h>, which defines _GNU_SOURCE.
-
-
---- xmodmap-1.0.7/xmodmap.c    2013-11-25 23:25:25.000000000 +0100
-+++ xmodmap-1.0.7/xmodmap.c    2013-11-25 23:25:27.000000000 +0100
-@@ -26,6 +26,7 @@ from The Open Group.
- 
- */
- 
-+#include <config.h>
- #include <X11/Xos.h>
- #include <X11/Xlib.h>
- #include <stdio.h>
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 88598b2..5d3bbe3 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -4061,7 +4061,7 @@ containing one glyph per cell.")
 (define-public xmodmap
   (package
     (name "xmodmap")
-    (version "1.0.9")
+    (version "1.0.10")
     (source
       (origin
         (method url-fetch)
@@ -4071,15 +4071,14 @@ containing one glyph per cell.")
                ".tar.bz2"))
         (sha256
           (base32
-            "0y649an3jqfq9klkp9y5gj20xb78fw6g193f5mnzpl0hbz6fbc5p"))
-        (patches (search-patches "xmodmap-asprintf.patch"))))
+            "0z28331i2pm16x671fa9qwsfqdmr6a43bzwmp0dm17a3sx0hjgs7"))))
     (build-system gnu-build-system)
     (inputs
       `(("xorgproto" ,xorgproto)
         ("libx11" ,libx11)))
     (native-inputs
       `(("pkg-config" ,pkg-config)))
-    (home-page "https://www.x.org/wiki/";)
+    (home-page "https://gitlab.freedesktop.org/xorg/app/xmodmap";)
     (synopsis "Modify keymaps and button mappings on X server")
     (description
      "Xmodmap is used to display and edit the keyboard modifier map and



reply via email to

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