Skip to content

Update libX11 to 1.6.12 and X.Org X Server to 1.20.9 #1865

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion 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.6.12-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 Down
2 changes: 1 addition & 1 deletion util-macros.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION util-macros-1.19.0-0
# BEE_VERSION util-macros-1.19.2-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 Down
9 changes: 4 additions & 5 deletions 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-1.20.7-0
# BEE_VERSION xorg-server-1.20.9-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 Down Expand Up @@ -67,10 +67,9 @@ mee_configure() {
# bee_build
#}

mee_install() {
bee_install
make check
}
#mee_install() {
# bee_install
#}

mee_install_post() {
local genericdir=${DATADIR}/mxgfx-generic/lib
Expand Down
2 changes: 1 addition & 1 deletion xorgproto.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION xorgproto-2018.4-0
# BEE_VERSION xorgproto-2020.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 Down