Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
639
Issues
639
List
Boards
Labels
Service Desk
Milestones
Merge Requests
193
Merge Requests
193
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
f96e1140
Commit
f96e1140
authored
Nov 02, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x11/xf86-input-evdev: upgrade to 2.3.0
parent
16b850e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
+8
-5
x11/xf86-input-evdev/APKBUILD
x11/xf86-input-evdev/APKBUILD
+8
-5
No files found.
x11/xf86-input-evdev/APKBUILD
View file @
f96e1140
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
xf86-input-evdev
pkgver
=
2.
2.99.2
pkgver
=
2.
3.0
pkgrel
=
0
pkgdesc
=
"X.org evdev input driver"
url
=
"http://xorg.freedesktop.org/"
...
...
@@ -10,14 +10,17 @@ depends=
makedepends
=
"pkgconfig libxkbfile-dev xorg-server-dev libxi-dev libxrandr-dev"
source
=
"http://xorg.freedesktop.org/releases/individual/driver/
$pkgname
-
$pkgver
.tar.bz2"
build
()
{
build
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
export
GCC_SPECS
=
/usr/share/gcc/hardenednoznow.specs
./configure
--prefix
=
/usr
||
return
1
make
||
return
1
make
}
package
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
}
md5sums
=
"2
412a5d422169e79bde62b8362bc70b7 xf86-input-evdev-2.2.99.2
.tar.bz2"
md5sums
=
"2
1dac6461379d67ee3b333c77f63e7bf xf86-input-evdev-2.3.0
.tar.bz2"
Write
Preview
Markdown
is supported
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