Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
bot-test
packages
gpm
Commits
219b4118
Commit
219b4118
authored
Sep 21, 2009
by
Eric Bélanger
Browse files
Updated /dev/psaux to /dev/input/mice in stock config (close FS#16289)
parent
8fa853dc
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
219b4118
2009-09-20 Eric Belanger <eric@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@archlinux.org>
* gpm 1.20.6-2
...
...
PKGBUILD
View file @
219b4118
...
...
@@ -3,7 +3,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/"
...
...
@@ -15,9 +15,9 @@ install=gpm.install
source
=(
http://unix.schottelius.org/gpm/archives/
${
pkgname
}
-
${
pkgver
}
.tar.bz2
\
gpm gpm.conf.d
)
md5sums
=(
'6b534da16dc1b28ba828dea89e520f6f'
'945ecde0836687e05c13ea837092ea6c'
\
'
13b7d82a20cc7a625ba
09
8
46
9d8b8d10
'
)
'
63e59995
0946
e5f5a649432510aacf4c
'
)
sha1sums
=(
'f3bb9272878b7934968381c8b25edab359114150'
'19e1feb1493373512a77801699df012d186336ea'
\
'
2a415a5d9a48dc7ce02bd62c7518dfd5aacbc1d1
'
)
'
e483f893b4e6b9e1221a208527d728ffefe5438e
'
)
build
()
{
cd
"
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
"
...
...
gpm.conf.d
View file @
219b4118
#
#
Parameters
to
be
passed
to
gpm
#
GPM_ARGS
=
"-m /dev/
psaux
"
GPM_ARGS
=
"-m /dev/
input/mice
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment