Skip to content

Commit

Permalink
xkeyboard-config: update to 2.30
Browse files Browse the repository at this point in the history
- SRCURL
- update
- do not remove english language
  • Loading branch information
wwwutz committed Sep 30, 2020
1 parent 15660de commit 5b38528
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 83 deletions.
83 changes: 0 additions & 83 deletions xkeyboard-config-2.11-0.bee

This file was deleted.

34 changes: 34 additions & 0 deletions xkeyboard-config.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
#!/usr/bin/env beesh

# BEE_VERSION xkeyboard-config-2.30-0

# SRCURL[0]="http://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/xkeyboard-config-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/c8f0c7b719856f4159e88a25525c65ba/xkeyboard-config-2.30.tar.bz2"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

mee_configure() {
bee_configure \
--with-xkb-rules-symlink=xorg \
--disable-nls
}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

0 comments on commit 5b38528

Please sign in to comment.