Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Leo
aports
Commits
68594503
Commit
68594503
authored
Jan 29, 2021
by
Leo
Browse files
community/xf86-input-mouse: remove
fixes #12374
parent
004d3f55
Pipeline
#70065
failed with stages
in 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
community/xf86-input-mouse/APKBUILD
deleted
100644 → 0
View file @
004d3f55
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
xf86-input-mouse
pkgver
=
1.9.3
pkgrel
=
1
pkgdesc
=
"X.org mouse input driver"
url
=
"https://www.x.org"
arch
=
"all"
license
=
"MIT"
subpackages
=
"
$pkgname
-doc
$pkgname
-dev"
depends
=
makedepends
=
"libxkbfile-dev xorg-server-dev libxi-dev libxrandr-dev"
source
=
"https://www.x.org/releases/individual/driver/
$pkgname
-
$pkgver
.tar.bz2"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
export
LDFLAGS
=
"
$LDFLAGS
-Wl,-z,lazy"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
--prefix
=
/usr
make
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
}
sha512sums
=
"d99f5b4b1ef1aa4cbf1a92549e412f54f121bc804e4d6643248ad7ea18081b38b958bd289dc8476ebc0f6ef5f7424c2f2a8abcfaa30cae5378829549af6b148f xf86-input-mouse-1.9.3.tar.bz2"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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