Prepare for new egl wayland

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-07-14 19:43:36 +03:00 committed by GitHub
parent 88fb26bde8
commit ff26feb030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -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
View File

@ -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

View File

@ -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 ../