New upstream release
This commit is contained in:
parent
268178779f
commit
0a9e2fbb9f
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -30,6 +30,9 @@ jobs:
|
|||||||
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
known_hosts: ${{ secrets.KNOWN_HOSTS }}
|
||||||
if_key_exists: replace
|
if_key_exists: replace
|
||||||
|
|
||||||
|
- name: Update apt cache
|
||||||
|
run: apt update -y
|
||||||
|
|
||||||
- name: Build Package
|
- name: Build Package
|
||||||
run: ./main.sh
|
run: ./main.sh
|
||||||
|
|
||||||
|
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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
|
-- Ward Nakchbandi <hotrod.master@hotmail.com> Sat, 15 Oct 2022 18:58:00 +0300
|
||||||
|
|
||||||
|
6
main.sh
6
main.sh
@ -1,5 +1,5 @@
|
|||||||
# Clone Upstream
|
# 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
|
cp -rvf ./debian ./gamescope
|
||||||
cd ./gamescope
|
cd ./gamescope
|
||||||
|
|
||||||
@ -7,8 +7,8 @@ cd ./gamescope
|
|||||||
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.0-beta3
|
LOGNAME=root dh_make --createorig -y -l -p gamescope_3.12.0-beta10
|
||||||
dpkg-buildpackage
|
dpkg-buildpackage --no-sign
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
cd ../
|
cd ../
|
||||||
|
Loading…
Reference in New Issue
Block a user