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
675
Issues
675
List
Boards
Labels
Service Desk
Milestones
Merge Requests
201
Merge Requests
201
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
a8734178
Commit
a8734178
authored
Jan 10, 2011
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/xkeyboard-config: upgrade to 2.0
parent
c23089ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
main/xkeyboard-config/APKBUILD
main/xkeyboard-config/APKBUILD
+7
-3
No files found.
main/xkeyboard-config/APKBUILD
View file @
a8734178
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
xkeyboard-config
pkgname
=
xkeyboard-config
pkgver
=
1.6
pkgver
=
2.0
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"X keyboard configuration files"
pkgdesc
=
"X keyboard configuration files"
url
=
"http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
url
=
"http://www.freedesktop.org/wiki/Software/XKeyboardConfig"
arch
=
"
x86 x86_64
"
arch
=
"
noarch
"
license
=
"custom"
license
=
"custom"
depends
=
depends
=
makedepends
=
"xkbcomp intltool"
makedepends
=
"xkbcomp intltool"
...
@@ -18,9 +18,13 @@ build () {
...
@@ -18,9 +18,13 @@ build () {
--with-xkb-rules-symlink
=
xorg
\
--with-xkb-rules-symlink
=
xorg
\
--enable-compat-rules
=
yes
||
return
1
--enable-compat-rules
=
yes
||
return
1
make
||
return
1
make
||
return
1
}
package
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
make
DESTDIR
=
"
$pkgdir
"
install
||
return
1
rm
-f
"
$pkgdir
"
/usr/share/X11/xkb/compiled
||
return
1
rm
-f
"
$pkgdir
"
/usr/share/X11/xkb/compiled
||
return
1
install
-m755
-d
"
$pkgdir
"
/var/lib/xkb
install
-m755
-d
"
$pkgdir
"
/var/lib/xkb
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
install
-Dm644
COPYING
"
$pkgdir
"
/usr/share/licenses/
$pkgname
/COPYING
}
}
md5sums
=
"
5ae575a9073af12cd71773e065b38b3a xkeyboard-config-1.6
.tar.bz2"
md5sums
=
"
bb8a98ee61cdc4bd835fdfd2b5cee3e6 xkeyboard-config-2.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