This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-10-07 12:39:24 +03:00 committed by GitHub
parent 2e410e66cb
commit d0124634c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
gamescope (3.12.5-rc-99pika2.lunar) lunar; urgency=medium gamescope (3.12.5-100pika1) pikauwu; urgency=medium
* New upstream release * New upstream release

1
debian/control vendored
View File

@ -19,6 +19,7 @@ Build-Depends:
libxres-dev, libxres-dev,
libdrm-dev, libdrm-dev,
libvulkan-dev, libvulkan-dev,
vulkan-headers,
libwayland-dev, libwayland-dev,
wayland-protocols, wayland-protocols,
libxkbcommon-dev, libxkbcommon-dev,

View File

@ -1,5 +1,5 @@
# Clone Upstream # Clone Upstream
git clone https://github.com/Plagman/gamescope git clone https://github.com/Plagman/gamescope -b 3.12.5
cp -rvf ./debian ./gamescope cp -rvf ./debian ./gamescope
cd ./gamescope cd ./gamescope
git submodule update --init git submodule update --init
@ -8,7 +8,7 @@ apt-get update -y
apt-get build-dep ./ -y apt-get build-dep ./ -y
# Build package # Build package
LOGNAME=root dh_make --createorig -y -l -p gamescope_3.12.5-rc LOGNAME=root dh_make --createorig -y -l -p gamescope_3.12.5
dpkg-buildpackage --no-sign dpkg-buildpackage --no-sign
# Move the debs to output # Move the debs to output

View File

@ -2,7 +2,7 @@
rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/ rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/
# add debs to repo # add debs to repo
ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pika-main /srv/www/incoming/' ssh ferreo@direct.pika-os.com 'aptly repo add -force-replace -remove-files pikauwu-main /srv/www/incoming/'
# publish the repo # publish the repo
ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite lunar filesystem:pikarepo:' ssh ferreo@direct.pika-os.com 'aptly publish update -batch -skip-contents -force-overwrite pikauwu filesystem:pikarepo:'