[arch-commits] Commit in gpm/trunk (ChangeLog PKGBUILD gpm.conf.d)

Eric Bélanger eric at archlinux.org
Mon Sep 21 02:10:22 UTC 2009


    Date: Sunday, September 20, 2009 @ 22:10:22
  Author: eric
Revision: 52492

upgpkg: gpm 1.20.6-3
    Updated /dev/psaux to /dev/input/mice in stock config (close FS#16289)

Modified:
  gpm/trunk/ChangeLog
  gpm/trunk/PKGBUILD
  gpm/trunk/gpm.conf.d

------------+
 ChangeLog  |    5 +++++
 PKGBUILD   |    6 +++---
 gpm.conf.d |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-09-21 01:50:29 UTC (rev 52491)
+++ ChangeLog	2009-09-21 02:10:22 UTC (rev 52492)
@@ -1,5 +1,10 @@
 2009-09-20  Eric Belanger  <eric at archlinux.org>
 
+	* gpm 1.20.6-3
+	* Updated /dev/psaux to /dev/input/mice in stock config (close FS#16289)
+
+2009-09-20  Eric Belanger  <eric at archlinux.org>
+
 	* gpm 1.20.6-2
 	* Updated stock config and fixed rc.d script (close FS#16126)
 	* Removed array in install scriptlet

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-09-21 01:50:29 UTC (rev 52491)
+++ PKGBUILD	2009-09-21 02:10:22 UTC (rev 52492)
@@ -4,7 +4,7 @@
 
 pkgname=gpm
 pkgver=1.20.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A mouse server for the console and xterm"
 arch=('i686' 'x86_64')
 url="http://unix.schottelius.org/gpm/"
@@ -16,9 +16,9 @@
 source=(http://unix.schottelius.org/gpm/archives/${pkgname}-${pkgver}.tar.bz2 \
         gpm gpm.conf.d)
 md5sums=('6b534da16dc1b28ba828dea89e520f6f' '945ecde0836687e05c13ea837092ea6c'\
-         '13b7d82a20cc7a625ba098469d8b8d10')
+         '63e599950946e5f5a649432510aacf4c')
 sha1sums=('f3bb9272878b7934968381c8b25edab359114150' '19e1feb1493373512a77801699df012d186336ea'\
-         '2a415a5d9a48dc7ce02bd62c7518dfd5aacbc1d1')
+         'e483f893b4e6b9e1221a208527d728ffefe5438e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Modified: gpm.conf.d
===================================================================
--- gpm.conf.d	2009-09-21 01:50:29 UTC (rev 52491)
+++ gpm.conf.d	2009-09-21 02:10:22 UTC (rev 52492)
@@ -1,4 +1,4 @@
 #
 # Parameters to be passed to gpm
 #
-GPM_ARGS="-m /dev/psaux"
+GPM_ARGS="-m /dev/input/mice"




More information about the arch-commits mailing list