Prepare for new egl wayland
This commit is contained in:
parent
88fb26bde8
commit
ff26feb030
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -29,7 +29,10 @@ jobs:
|
|||||||
name: id_rsa
|
name: id_rsa
|
||||||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||||
if_key_exists: replace
|
if_key_exists: replace
|
||||||
|
|
||||||
|
- name: Update apt cache
|
||||||
|
run: apt update -y
|
||||||
|
|
||||||
- name: Build Package
|
- name: Build Package
|
||||||
run: ./main.sh
|
run: ./main.sh
|
||||||
|
|
||||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
xwayland (2:23.1.2-99pika1.lunar) lunar; urgency=medium
|
xwayland (2:23.1.2-99pika2.lunar) lunar; urgency=medium
|
||||||
|
|
||||||
* Update to lunar
|
* Update to lunar
|
||||||
|
|
||||||
|
7
main.sh
7
main.sh
@ -1,7 +1,6 @@
|
|||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
git clone https://gitlab.freedesktop.org/xorg/xserver.git -b xwayland-23.1.2
|
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.1.2
|
||||||
cp -rvf ./debian ./xserver
|
cp -rvf ./debian ./xwayland/
|
||||||
mv ./xserver ./xwayland
|
|
||||||
cd ./xwayland
|
cd ./xwayland
|
||||||
|
|
||||||
# Get build deps
|
# Get build deps
|
||||||
@ -9,7 +8,7 @@ apt-get build-dep ./ -y
|
|||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
LOGNAME=root dh_make --createorig -y -l -p xwayland_23.1.2
|
LOGNAME=root dh_make --createorig -y -l -p xwayland_23.1.2
|
||||||
dpkg-buildpackage
|
dpkg-buildpackage --no-sign
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
cd ../
|
cd ../
|
||||||
|
Loading…
Reference in New Issue
Block a user