Update to lunar
This commit is contained in:
parent
248b01bc37
commit
805bacff65
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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
7
debian/changelog
vendored
@ -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
|
||||
|
5
main.sh
5
main.sh
@ -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 ../
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user