Fixes to kali-themes-phosh package

This commit is contained in:
Daniel Ruiz de Alegría 2022-11-15 21:29:53 +01:00
parent c47e062f68
commit 6d7a37bc9a
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C
2 changed files with 3 additions and 0 deletions

1
debian/control vendored
View File

@ -95,6 +95,7 @@ Architecture: all
Depends: Depends:
kali-themes, kali-themes,
adw-gtk3-kali, adw-gtk3-kali,
${misc:Depends},
Description: Configure Phosh desktop to use the Kali theme Description: Configure Phosh desktop to use the Kali theme
Installing this package should configure Phosh desktop to use the Kali theme Installing this package should configure Phosh desktop to use the Kali theme
by default. by default.

2
debian/rules vendored
View File

@ -15,3 +15,5 @@ override_dh_install:
override_dh_installgsettings: override_dh_installgsettings:
# With priority 21 settings overrides kali-defaults (20) and desktop-base (10) # With priority 21 settings overrides kali-defaults (20) and desktop-base (10)
dh_installgsettings --priority 21 dh_installgsettings --priority 21
cd debian/kali-themes-phosh/usr/share/glib-2.0/schemas/ && \
mv 21_kali-themes-phosh.gschema.override 22_kali-themes-phosh.gschema.override