This commit is contained in:
parent
2e410e66cb
commit
d0124634c7
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -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
|
||||
|
||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -19,6 +19,7 @@ Build-Depends:
|
||||
libxres-dev,
|
||||
libdrm-dev,
|
||||
libvulkan-dev,
|
||||
vulkan-headers,
|
||||
libwayland-dev,
|
||||
wayland-protocols,
|
||||
libxkbcommon-dev,
|
||||
|
4
main.sh
4
main.sh
@ -1,5 +1,5 @@
|
||||
# Clone Upstream
|
||||
git clone https://github.com/Plagman/gamescope
|
||||
git clone https://github.com/Plagman/gamescope -b 3.12.5
|
||||
cp -rvf ./debian ./gamescope
|
||||
cd ./gamescope
|
||||
git submodule update --init
|
||||
@ -8,7 +8,7 @@ apt-get update -y
|
||||
apt-get build-dep ./ -y
|
||||
|
||||
# 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
|
||||
|
||||
# Move the debs to output
|
||||
|
@ -2,7 +2,7 @@
|
||||
rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/
|
||||
|
||||
# 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
|
||||
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:'
|
Loading…
Reference in New Issue
Block a user