Update to lunar

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-05-11 11:22:59 +03:00 committed by GitHub
parent 248b01bc37
commit 805bacff65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 9 deletions

View File

@ -7,7 +7,7 @@ jobs:
build:
runs-on: self-hosted
container:
image: ubuntu:22.10
image: ubuntu:23.04
volumes:
- /proc:/proc
options: --privileged -it

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
adw-gtk3 (4.6-99pika1.lunar) lunar; urgency=medium
* Upgrade to lunar
-- Ward Nakchbandi <hotrod.master@hotmail.com> Fri, 09 Oct 2022 21:38:00 +0300
adw-gtk3 (4.3-99pika2) kinetic; urgency=medium
* Initial Creation

View File

@ -4,7 +4,7 @@ add-apt-repository https://ppa.pika-os.com
add-apt-repository ppa:pikaos/pika
add-apt-repository ppa:kubuntu-ppa/backports
# Clone Upstream
git clone https://github.com/lassekongo83/adw-gtk3
git clone https://github.com/lassekongo83/adw-gtk3 -b v4.6
cp -rvf ./debian ./adw-gtk3/
cd ./adw-gtk3
@ -12,8 +12,7 @@ cd ./adw-gtk3
apt-get build-dep ./ -y
# Build package
dh_make --createorig
dpkg-buildpackage
dpkg-buildpackage --no-sign
# Move the debs to output
cd ../

View File

@ -1,14 +1,11 @@
# Sign the packages
dpkg-sig --sign builder ./output/adw-gtk3-theme*.deb
dpkg-sig --sign builder ./output/*.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 kinetic 'Package (% adw-gtk3-theme*)'
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb kinetic ./output/adw-gtk3-theme*.deb
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/*.deb
# Push the updated ppa repo to the server
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/