This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-05-12 12:50:36 +03:00 committed by GitHub
parent 9673d75f31
commit 079b311c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 20 additions and 9 deletions

View File

@ -10,8 +10,7 @@ cd ./pika-settings
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,4 +1,4 @@
pika-settings (4.1-99pika1.lunar) lunar; urgency=low
pika-settings (4.1-99pika2.lunar) lunar; urgency=low
* Update to lunar

View File

@ -167,5 +167,5 @@ sunrise = 'pika-gnome-theme'
sunset = 'pika-gnome-theme dark'
[org.gnome.shell.extensions.arcmenu]
custom-menu-button-icon = '/usr/share/pixmaps/pika-mono-logo.png'
custom-menu-button-icon = '/usr/share/pixmaps/pika-mono-logo.svg'
menu-button-icon = 'Custom_Icon'

View File

@ -3,5 +3,9 @@
override_dh_installgsettings:
dh_installgsettings --priority=50
override_dh_install:
dh_install
ln -sf /usr/share/pixmaps/pika-mono-logo.svg debian/pika-settings/usr/share/pixmaps/pika-mono-logo.png
%:
dh $@

Binary file not shown.

Before

Width:  |  Height:  |  Size: 857 B

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1,14 +1,11 @@
# Sign the packages
dpkg-sig --sign builder ./output/pika-settings*.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 lunar 'Package (% pika-settings*)'
# Add the new package to the repo
reprepro -V --basedir ./output/repo/ includedeb lunar ./output/pika-settings*.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/