diff --git a/xkeyboard-config-2.11-0.bee b/xkeyboard-config.be0 similarity index 89% rename from xkeyboard-config-2.11-0.bee rename to xkeyboard-config.be0 index b8c970447..16f17c033 100755 --- a/xkeyboard-config-2.11-0.bee +++ b/xkeyboard-config.be0 @@ -1,5 +1,7 @@ #!/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.) @@ -7,7 +9,8 @@ ## 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. @@ -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() {