Skip to content

Commit

Permalink
Merge pull request #2767 from mariux64/update-xkeyboard-config-from-2…
Browse files Browse the repository at this point in the history
….11-to-2.37

Update xkeyboard-config from 2.11 to 2.37
  • Loading branch information
pmenzel authored Oct 25, 2022
2 parents cb9d028 + 4bf3908 commit 6b13d41
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions xkeyboard-config-2.11-0.bee → xkeyboard-config.be0
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
#!/usr/bin/env beesh

# BEE_VERSION xkeyboard-config-2.37-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

###############################################################################
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

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

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -52,7 +55,7 @@ SRCURL[0]="http://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/
#}

mee_configure() {
bee_configure --with-xkb-rules-symlink=xorg
bee_configure -Dxorg-rules-symlinks=true
}

#mee_build() {
Expand Down

0 comments on commit 6b13d41

Please sign in to comment.