Skip to content

Commit

Permalink
Merge pull request #2712 from mariux64/update-xorg-server-from-1.20.1…
Browse files Browse the repository at this point in the history
…1-to-21.1.4

Update X.Org X Server from 1.20.11 to 21.1.4
  • Loading branch information
pmenzel authored Jul 14, 2022
2 parents 0304fc9 + d09dd28 commit 1cbfb7b
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 5 deletions.
36 changes: 36 additions & 0 deletions libxcvt.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
#!/usr/bin/env beesh

# BEE_VERSION libxcvt-0.1.1-0

#SRCURL[0]="https://www.x.org/pub/individual/lib/libxcvt-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/9f30247e8b5a09fa1df9538252a192b5/libxcvt-0.1.1.tar.xz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

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

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

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}
6 changes: 3 additions & 3 deletions xorg-server.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION xorg-server-1.20.11-3
# BEE_VERSION xorg-server-21.1.4-0

# SRCURL[0]="https://ftp.x.org/archive/individual/xserver/xorg-server-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/a22ccd74a5eee721cad6805e489c7144/xorg-server-1.20.11.tar.bz2"
#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"

# PATCHURL[0]="/src/mariux/download/xorg-xinerama.patch"
PATCHURL+=("https://beehive.molgen.mpg.de/18072ac83e2b5c25ff8fc70d9bdd1975/xorg-server-no-chown-root.patch")
Expand Down
4 changes: 2 additions & 2 deletions xorgproto.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION xorgproto-2018.4-1
# BEE_VERSION xorgproto-2022.1-0

#SRCURL[0]="https://www.x.org/archive/individual/proto/xorgproto-${PKGVERSION}.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/81557ca47ee66a4e54590fcdadd28114/xorgproto-2018.4.tar.bz2"
SRCURL[0]="https://beehive.molgen.mpg.de/3e84dbe18270e92d42a6eb5e6d0d9a8b/xorgproto-2022.1.tar.bz2"

# PATCHURL+=()

Expand Down

0 comments on commit 1cbfb7b

Please sign in to comment.