added base gschema

parent 59fe9662
......@@ -284,7 +284,8 @@ install ximper.list %buildroot%_sysconfdir/apt/sources.list.d/ximper.list
mkdir -p %buildroot/%_datadir/glib-2.0/schemas
install gnome-settings-gschema/ximper-linux.gschema.override %buildroot%_datadir/glib-2.0/schemas/ximper-linux.gschema.override
install gnome-settings-gschema/ximper-linux-gnome.gschema.override %buildroot%_datadir/glib-2.0/schemas/ximper-linux-gnome.gschema.override
install gnome-settings-gschema/ximper-linux-base.gschema.override %buildroot%_datadir/glib-2.0/schemas/ximper-linux-base.gschema.override
mkdir -p %buildroot%_sysconfdir/skel/.config/Kvantum
install skel/skel/.config/Kvantum/kvantum.kvconfig %buildroot%_sysconfdir/skel/.config/Kvantum/kvantum.kvconfig
......@@ -340,9 +341,6 @@ if ! [ -e %_datadir/alt-notes/license.all.html ]; then
cp -a %data_cur_dir/alt-notes/license.*.html %_datadir/alt-notes/
fi
%post gnome-settings
glib-compile-schemas /usr/share/glib-2.0/schemas/
%files apt-conf
%config(noreplace) %_sysconfdir/apt/sources.list.d/ximper.list
......@@ -378,9 +376,10 @@ glib-compile-schemas /usr/share/glib-2.0/schemas/
%files base-settings
%_sysconfdir/skel/.config/Kvantum/kvantum.kvconfig
%_datadir/glib-2.0/schemas/ximper-linux-base.gschema.override
%files gnome-settings
%_datadir/glib-2.0/schemas/ximper-linux.gschema.override
%_datadir/glib-2.0/schemas/ximper-linux-gnome.gschema.override
%_sysconfdir/skel/.config/environment.d/qt.conf
%files hyprland-settings
......
[org.gnome.desktop.interface]
gtk-theme='adw-gtk3-dark'
color-scheme='prefer-dark'
[org.gnome.desktop.interface]
gtk-theme='adw-gtk3-dark'
color-scheme='prefer-dark'
[org.gnome.desktop.peripherals.touchpad]
tap-to-click=true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment