This commit is contained in:
parent
3a6ba2931e
commit
836290f4eb
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -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
|
* Update to latest version
|
||||||
|
|
||||||
|
1
debian/control
vendored
1
debian/control
vendored
@ -25,6 +25,7 @@ Build-Depends:
|
|||||||
libseat-dev,
|
libseat-dev,
|
||||||
libxcb-dri3-dev,
|
libxcb-dri3-dev,
|
||||||
libvulkan-dev,
|
libvulkan-dev,
|
||||||
|
vulkan-headers,
|
||||||
libvulkan-volk-dev,
|
libvulkan-volk-dev,
|
||||||
vulkan-validationlayers-dev,
|
vulkan-validationlayers-dev,
|
||||||
libvkfft-dev,
|
libvkfft-dev,
|
||||||
|
4
main.sh
4
main.sh
@ -3,8 +3,8 @@
|
|||||||
DEBIAN_FRONTEND=noninteractive
|
DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Clone Upstream
|
# Clone Upstream
|
||||||
wget -nv https://github.com/hyprwm/Hyprland/releases/download/v0.29.1/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.29.1.tar.gz
|
tar -xf ./source-v0.30.0.tar.gz
|
||||||
cp -rvf ./debian ./hyprland-source
|
cp -rvf ./debian ./hyprland-source
|
||||||
cd ./hyprland-source
|
cd ./hyprland-source
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/
|
rsync -azP --include './' --include '*.deb' --exclude '*' ./output/ ferreo@direct.pika-os.com:/srv/www/incoming/
|
||||||
|
|
||||||
# add debs to repo
|
# 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
|
# 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