[Lunar-commits] <moonbase-other> gpm: version bumped to 1.20.7.

Florin Braescu florin at lunar-linux.org
Sat Oct 27 08:57:41 CEST 2012


commit a80e0ea4461832f27b02ba604b3781a95c480077
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri, 26 Oct 2012 23:57:41 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/a80e0ea4461832f27b02ba604b3781a95c480077

gpm: version bumped to 1.20.7.

Added the needed gpm.service file for systemd support.
---
  utils/gpm/BUILD                 | +4/-2     
  utils/gpm/DETAILS               | +3/-3     
  utils/gpm/systemd.d/gpm.service | +9/-0     
  3 files changed, 16 insertions(+), 5 deletions(-)

--- a/utils/gpm/BUILD
+++ b/utils/gpm/BUILD
@@ -10,11 +10,13 @@ BASEMSG="A mouse configuration file has been installed in /etc/config.d. SA plea
 # link ncurses to bash which is needed at init time! If you 
 # move it you could break your system!
 
+./autogen.sh  &&
+
 # To fix bug report http://bugs.lunar-linux.org/view.php?id=442
   if [ `arch` == "x86_64" ] ;then
     CFLAGS="-fPIC"
   fi &&
-  
+
   ./configure  --build=$BUILD                          \
                --prefix=/usr                           \
                --bindir=/usr/bin                       \
@@ -25,7 +27,7 @@ BASEMSG="A mouse configuration file has been installed in /etc/config.d. SA plea
                --includedir=/usr/include               \
                --infodir=/usr/share/info               \
                --mandir=/usr/share/man                 &&
-               
+
 # binary section
   LDFLAGS="-lm" make                                   &&
   prepare_install                                      &&
--- a/utils/gpm/DETAILS
+++ b/utils/gpm/DETAILS
@@ -1,12 +1,12 @@
           MODULE=gpm
-         VERSION=1.20.6
+         VERSION=1.20.7
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=http://www.nico.schottelius.org/software/$MODULE/archives
    SOURCE_URL[1]=ftp://arcana.linux.it/pub/gpm
-      SOURCE_VFY=sha1:f3bb9272878b7934968381c8b25edab359114150
+      SOURCE_VFY=sha1:08aaceddf7976b98ad3c43143012d3b89a296a40
         WEB_SITE=http://linux.schottelius.org/gpm
          ENTERED=20011003
-         UPDATED=20090212
+         UPDATED=20121027
            PSAFE=no
            SHORT="A mouse server for the console and xterm"
 
--- /dev/null
+++ b/utils/gpm/systemd.d/gpm.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Virtual console mouse server
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/gpm -m /dev/input/mice -t imps2
+
+[Install]
+WantedBy=multi-user.target




More information about the Lunar-commits mailing list