From d0124634c7a5daa5aee07d70a9b5c4abcb72c853 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Sat, 7 Oct 2023 12:39:24 +0300 Subject: [PATCH] --- debian/changelog | 2 +- debian/control | 1 + main.sh | 4 ++-- release.sh | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index ea7f03d..35b0229 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index 7f50540..127babe 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: libxres-dev, libdrm-dev, libvulkan-dev, + vulkan-headers, libwayland-dev, wayland-protocols, libxkbcommon-dev, diff --git a/main.sh b/main.sh index 398ac7c..3b6978b 100755 --- a/main.sh +++ b/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 diff --git a/release.sh b/release.sh index 5c59923..1575255 100755 --- a/release.sh +++ b/release.sh @@ -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:' \ No newline at end of file