From ff26feb0305001136af7f6e979bdf61c44d7b0aa Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Fri, 14 Jul 2023 19:43:36 +0300 Subject: [PATCH] Prepare for new egl wayland --- .github/workflows/release.yml | 5 ++++- debian/changelog | 2 +- main.sh | 7 +++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 207e955..523818d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/debian/changelog b/debian/changelog index d958266..027042c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/main.sh b/main.sh index 73540bd..d620195 100755 --- a/main.sh +++ b/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 ../