New upstream release

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-07-15 16:30:49 +03:00 committed by GitHub
parent 268178779f
commit 0a9e2fbb9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View File

@ -30,6 +30,9 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }}
if_key_exists: replace
- name: Update apt cache
run: apt update -y
- name: Build Package
run: ./main.sh

4
debian/changelog vendored
View File

@ -1,6 +1,6 @@
gamescope (3.12.0-beta3-99pika1.lunar) lunar; urgency=medium
gamescope (3.12.0-beta10-99pika1.lunar) lunar; urgency=medium
* Fix File duplication
* New upstream release
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 15 Oct 2022 18:58:00 +0300

View File

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