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
|
||||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||
if_key_exists: replace
|
||||
|
||||
|
||||
- name: Update apt cache
|
||||
run: apt update -y
|
||||
|
||||
- name: Build Package
|
||||
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
|
||||
|
||||
|
7
main.sh
7
main.sh
@ -1,7 +1,6 @@
|
||||
# Clone Upstream
|
||||
git clone https://gitlab.freedesktop.org/xorg/xserver.git -b xwayland-23.1.2
|
||||
cp -rvf ./debian ./xserver
|
||||
mv ./xserver ./xwayland
|
||||
git clone https://gitlab.freedesktop.org/xorg/xserver.git ./xwayland -b xwayland-23.1.2
|
||||
cp -rvf ./debian ./xwayland/
|
||||
cd ./xwayland
|
||||
|
||||
# Get build deps
|
||||
@ -9,7 +8,7 @@ apt-get build-dep ./ -y
|
||||
|
||||
# Build package
|
||||
LOGNAME=root dh_make --createorig -y -l -p xwayland_23.1.2
|
||||
dpkg-buildpackage
|
||||
dpkg-buildpackage --no-sign
|
||||
|
||||
# Move the debs to output
|
||||
cd ../
|
||||
|
Loading…
Reference in New Issue
Block a user