Skip to content

Commit

Permalink
Merge pull request #2769 from mariux64/update-libX11-xkbcomp-xorg-server
Browse files Browse the repository at this point in the history
Update to libX11 1.8.1, xkbcomp 1.4.5, and rebuild X server
  • Loading branch information
pmenzel authored Oct 25, 2022
2 parents dab20a5 + 47db1ca commit 2a03cd4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions libX11.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION libX11-1.6.8-0
# BEE_VERSION libX11-1.8.1-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.)
Expand All @@ -9,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]="https://www.x.org/releases/individual/lib/libX11-${PKGVERSION}.tar.bz2"
#SRCURL[0]="https://www.x.org/releases/individual/lib/libX11-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/6b20033f88f0be3d870449c47f1e10a8/libX11-1.8.1.tar.xz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down
6 changes: 3 additions & 3 deletions xkbcomp.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION xkbcomp-1.2.4-1
# BEE_VERSION xkbcomp-1.4.5-0

#SRCURL[0]="http://xorg.freedesktop.org/releases/individual/app/xkbcomp-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/a0fc1ac3fc4fe479ade09674347c5aa0/xkbcomp-1.2.4.tar.bz2"
#SRCURL[0]="https://www.x.org/releases/individual/app/xkbcomp-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/c45e9f7971a58b8f0faf10f6d8f298c0/xkbcomp-1.4.5.tar.bz2"

# PATCHURL+=()

Expand Down
2 changes: 1 addition & 1 deletion xorg-server.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION xorg-server-21.1.4-0
# BEE_VERSION xorg-server-21.1.4-1

#SRCURL[0]="https://ftp.x.org/archive/individual/xserver/xorg-server-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/1fee73752bc08a9d364d5e39f19f464f/xorg-server-21.1.4.tar.xz"
Expand Down

0 comments on commit 2a03cd4

Please sign in to comment.