Update to lunar
This commit is contained in:
parent
be37194712
commit
c2869fc7e9
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
6
debian/changelog
vendored
@ -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
8
debian/control
vendored
@ -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,
|
||||
|
2
main.sh
2
main.sh
@ -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
|
||||
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user