update to lunar

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-05-02 11:53:47 +03:00 committed by GitHub
parent 7ae60e6052
commit 59fc4728ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 4 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
xwayland (2:23.1.1-99pika1.lunar) lunar; urgency=medium
* Update to lunar
-- Ward Nakchbandi <hotrod.master@hotmail.com> Thu, 04 Oct 2022 17:50:00 +0300
xwayland (2:23.0.99.901-99pika4) kinetic; urgency=medium
* Rebuild with another version

View File

@ -4,7 +4,7 @@ add-apt-repository https://ppa.pika-os.com
add-apt-repository ppa:pikaos/pika
add-apt-repository ppa:kubuntu-ppa/backports
# Clone Upstream
git clone https://gitlab.freedesktop.org/xorg/xserver.git -b xwayland-23.0.99.901
git clone https://gitlab.freedesktop.org/xorg/xserver.git -b xwayland-23.1.1
cp -rvf ./debian ./xserver
mv ./xserver ./xwayland
cd ./xwayland
@ -13,7 +13,7 @@ cd ./xwayland
apt-get build-dep ./ -y
# Build package
LOGNAME=root dh_make --createorig -y -l -p xwayland_23.0.99.901
LOGNAME=root dh_make --createorig -y -l -p xwayland_23.1.1
dpkg-buildpackage
# Move the debs to output

View File

@ -5,10 +5,10 @@ dpkg-sig --sign builder ./output/xwayland*.deb
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
# Remove our existing package from the repo
reprepro -V --basedir ./output/repo/ removefilter kinetic 'Package (% xwayland*)'
reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% xwayland*)'
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/xwayland*.deb
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/xwayland*.deb
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/