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
22682936
Commit
22682936
authored
Oct 27, 2015
by
Eric Bélanger
Browse files
Fix profile script (close FS#46384)
parent
6f49d144
Changes
2
Hide whitespace changes
Inline
Side-by-side
PKGBUILD
View file @
22682936
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
pkgname
=
gpm
pkgname
=
gpm
pkgver
=
1.20.7
pkgver
=
1.20.7
pkgrel
=
5
pkgrel
=
6
pkgdesc
=
"A mouse server for the console and xterm"
pkgdesc
=
"A mouse server for the console and xterm"
arch
=(
'i686'
'x86_64'
)
arch
=(
'i686'
'x86_64'
)
url
=
"http://www.nico.schottelius.org/software/gpm/"
url
=
"http://www.nico.schottelius.org/software/gpm/"
...
@@ -10,10 +10,10 @@ license=('GPL')
...
@@ -10,10 +10,10 @@ license=('GPL')
depends
=(
'bash'
)
depends
=(
'bash'
)
options
=(
'!makeflags'
)
options
=(
'!makeflags'
)
install
=
gpm.install
install
=
gpm.install
source
=(
http://www.nico.schottelius.org/software/gpm/archives/
${
pkgname
}
-
${
pkgver
}
.tar.lzma
\
source
=(
http://www.nico.schottelius.org/software/gpm/archives/
${
pkgname
}
-
${
pkgver
}
.tar.lzma
gpm.sh gpm.service
)
gpm.sh gpm.service
)
sha1sums
=(
'8d9f3655c80ce7667d31ede2a100b44986480369'
sha1sums
=(
'8d9f3655c80ce7667d31ede2a100b44986480369'
'
88fe5ff10916c68a87abc8418a56eb0073f69fa9
'
'
94447c6f8bfadd062efa1a747a597426f339d13e
'
'f9bde96eb9c78da9f225bcf40822647f6592cf23'
)
'f9bde96eb9c78da9f225bcf40822647f6592cf23'
)
build
()
{
build
()
{
...
...
gpm.sh
View file @
22682936
case
$(
/usr/bin/tty
)
in
case
$(
/usr/bin/tty
)
in
/dev/tty[0-9]
*
)
[
-n
"
$(
p
grep
gpm
)
"
]
&&
/usr/bin/disable-paste
;;
/dev/tty[0-9]
*
)
[
-n
"
$(
p
idof
-s
gpm
)
"
]
&&
/usr/bin/disable-paste
;;
esac
esac
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