Update to lunar

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-05-11 11:36:59 +03:00 committed by GitHub
parent be37194712
commit c2869fc7e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 11 deletions

View File

@ -7,7 +7,7 @@ jobs:
build:
runs-on: self-hosted
container:
image: ubuntu:22.10
image: ubuntu:23.04
volumes:
- /proc:/proc
options: --privileged -it

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
gamescope (3.12.0-beta3~99pika1.lunar) lunar; urgency=medium
* Fix File duplication
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 15 Oct 2022 18:58:00 +0300
gamescope (3.11.52-beta2~99pika21) kinetic; urgency=medium
* Fix File duplication

8
debian/control vendored
View File

@ -33,10 +33,10 @@ Build-Depends:
hwdata,
hwdata-dev,
libopenvr-dev,
vkroots-dev | vkroots,
vkroots-headers | vkroots-dev | vkroots,
libxmuu-dev,
libxmu-dev,
libdisplay-info-dev | libdisplay-info,
libdisplay-info-dev,
libjsoncpp-dev,
xwayland,
Standards-Version: 4.6.1
@ -50,8 +50,8 @@ Depends:
${shlibs:Depends},
${misc:Depends},
xwayland,
vkroots,
libdisplay-info,
vkroots-headers,
libdisplay-info0,
hwdata,
Suggests:
libcap2-bin,

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://github.com/Plagman/gamescope -b 3.11.52-beta2
git clone https://github.com/Plagman/gamescope -b 3.12.0-beta3
cp -rvf ./debian ./gamescope
cd ./gamescope

View File

@ -1,14 +1,11 @@
# Sign the packages
dpkg-sig --sign builder ./output/gamescope*.deb
dpkg-sig --sign builder ./output/*.deb
# Pull down existing ppa repo db files etc
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 (% gamescope*)'
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/gamescope*.deb
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.deb
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/