diff --git a/pika-hyprland-desktop/debian/control b/pika-hyprland-desktop/debian/control index 6d2c96f..e5d5900 100644 --- a/pika-hyprland-desktop/debian/control +++ b/pika-hyprland-desktop/debian/control @@ -60,6 +60,7 @@ Depends: ${misc:Depends}, # Plugins ghostscript-x, inputattach, + pika-wallpapers, libatk-adaptor, libcanberra-gtk-module, appmenu-gtk2-module, diff --git a/release.sh b/release.sh index f0c6573..8285973 100755 --- a/release.sh +++ b/release.sh @@ -1,14 +1,14 @@ # Sign the packages -dpkg-sig --sign builder ./output/pika-kde-desktop*.deb +dpkg-sig --sign builder ./output/pika-hyprland-desktop*.deb # Pull down existing ppa repo db files etc rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo # Remove our existing package from the repo -reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-kde-desktop*)' +reprepro -V --basedir ./output/repo/ removefilter lunar 'Package (% pika-hyprland-desktop*)' # Add the new package to the repo -reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-kde-desktop*.deb +reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-hyprland-desktop*.deb # Push the updated ppa repo to the server rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/