update to lunar
This commit is contained in:
parent
7ae60e6052
commit
59fc4728ee
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
|
xwayland (2:23.0.99.901-99pika4) kinetic; urgency=medium
|
||||||
|
|
||||||
* Rebuild with another version
|
* Rebuild with another version
|
||||||
|
4
main.sh
4
main.sh
@ -4,7 +4,7 @@ add-apt-repository https://ppa.pika-os.com
|
|||||||
add-apt-repository ppa:pikaos/pika
|
add-apt-repository ppa:pikaos/pika
|
||||||
add-apt-repository ppa:kubuntu-ppa/backports
|
add-apt-repository ppa:kubuntu-ppa/backports
|
||||||
# Clone Upstream
|
# 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
|
cp -rvf ./debian ./xserver
|
||||||
mv ./xserver ./xwayland
|
mv ./xserver ./xwayland
|
||||||
cd ./xwayland
|
cd ./xwayland
|
||||||
@ -13,7 +13,7 @@ cd ./xwayland
|
|||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# 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
|
dpkg-buildpackage
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
|
@ -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
|
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
|
||||||
|
|
||||||
# Remove our existing package from the 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
|
# 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
|
# Push the updated ppa repo to the server
|
||||||
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
|
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
|
||||||
|
Loading…
Reference in New Issue
Block a user