This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-10-06 21:17:20 +03:00 committed by GitHub
parent 3a6ba2931e
commit 836290f4eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 5 deletions

8
debian/changelog vendored
View File

@ -1,4 +1,10 @@
hyprland (0.29.1-99pika1) lunar; urgency=medium
hyprland (0.30.0-100pika1) pikauwu; urgency=medium
* Update to latest version
-- ferrreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
hyprland (0.30.0-99pika1) lunar; urgency=medium
* Update to latest version

1
debian/control vendored
View File

@ -25,6 +25,7 @@ Build-Depends:
libseat-dev,
libxcb-dri3-dev,
libvulkan-dev,
vulkan-headers,
libvulkan-volk-dev,
vulkan-validationlayers-dev,
libvkfft-dev,

View File

@ -3,8 +3,8 @@
DEBIAN_FRONTEND=noninteractive
# Clone Upstream
wget -nv https://github.com/hyprwm/Hyprland/releases/download/v0.29.1/source-v0.29.1.tar.gz
tar -xf ./source-v0.29.1.tar.gz
wget -nv https://github.com/hyprwm/Hyprland/releases/download/v0.30.0/source-v0.30.0.tar.gz
tar -xf ./source-v0.30.0.tar.gz
cp -rvf ./debian ./hyprland-source
cd ./hyprland-source

View File

@ -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:'