Update
This commit is contained in:
parent
9673d75f31
commit
079b311c57
3
main.sh
3
main.sh
@ -10,8 +10,7 @@ cd ./pika-settings
|
|||||||
apt-get build-dep ./ -y
|
apt-get build-dep ./ -y
|
||||||
|
|
||||||
# Build package
|
# Build package
|
||||||
dh_make --createorig
|
dpkg-buildpackage --no-sign
|
||||||
dpkg-buildpackage
|
|
||||||
|
|
||||||
# Move the debs to output
|
# Move the debs to output
|
||||||
cd ../
|
cd ../
|
||||||
|
@ -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
|
* Update to lunar
|
||||||
|
|
||||||
|
@ -167,5 +167,5 @@ sunrise = 'pika-gnome-theme'
|
|||||||
sunset = 'pika-gnome-theme dark'
|
sunset = 'pika-gnome-theme dark'
|
||||||
|
|
||||||
[org.gnome.shell.extensions.arcmenu]
|
[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'
|
menu-button-icon = 'Custom_Icon'
|
||||||
|
@ -3,5 +3,9 @@
|
|||||||
override_dh_installgsettings:
|
override_dh_installgsettings:
|
||||||
dh_installgsettings --priority=50
|
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 $@
|
dh $@
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 857 B |
11
pika-settings/usr/share/pixmaps/pika-mono-logo.svg
Normal file
11
pika-settings/usr/share/pixmaps/pika-mono-logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 13 KiB |
@ -1,14 +1,11 @@
|
|||||||
# Sign the packages
|
# 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
|
# Pull down existing ppa repo db files etc
|
||||||
rsync -azP --exclude '*.deb' ferreo@direct.pika-os.com:/srv/www/pikappa/ ./output/repo
|
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
|
# 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
|
# Push the updated ppa repo to the server
|
||||||
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
|
rsync -azP ./output/repo/ ferreo@direct.pika-os.com:/srv/www/pikappa/
|
||||||
|
Loading…
Reference in New Issue
Block a user