File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
<schemalist >
3
3
<schema id =" org.mamolinux.theme-manager" path =" /org/mamolinux/theme-manager/" >
4
4
<child name =" theme-settings" schema =" org.mamolinux.theme-manager.ThemeSettings" />
5
- <child name =" time-settings" schema =" org.mamolinux.theme-manager.TimeSettings" />
6
5
</schema >
7
- <schema id =" org.mamolinux.theme-manager.ThemeSettings" path =" /org/mamolinux/theme-manager/theme-settings" >
6
+ <schema id =" org.mamolinux.theme-manager.ThemeSettings" path =" /org/mamolinux/theme-manager/theme-settings/ " >
8
7
<key name =" last-changed" type =" i" >
9
8
<default >0</default >
10
9
<summary >Theme update time</summary >
Original file line number Diff line number Diff line change @@ -2,9 +2,8 @@ Source: theme-manager
2
2
Section: utils
3
3
Priority: optional
4
4
Maintainer: Himadri Sekhar Basu <
[email protected] >
5
- Build-Depends: debhelper-compat (= 11 ),
5
+ Build-Depends: debhelper-compat (= 13 ),
6
6
dh-python,
7
- python3-gi,
8
7
python3-setuptools,
9
8
python3-sphinx,
10
9
python3-all
@@ -20,6 +19,7 @@ Architecture: all
20
19
Depends: gobject-introspection,
21
20
gir1.2-gtk-3.0,
22
21
gir1.2-appindicator3-0.1,
22
+ python3:any,
23
23
python3-configobj,
24
24
python3-gi,
25
25
python3-setproctitle,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export PYBUILD_NAME=theme-manager
7
7
export PYBUILD_INSTALL_ARGS_python3=--install-scripts =usr/bin
8
8
9
9
% :
10
- dh ${@ } --with python3 -- buildsystem=pybuild
10
+ dh ${@ } --buildsystem=pybuild
11
11
12
12
# If you need to rebuild the Sphinx documentation
13
13
# Add sphinxdoc to the dh --with line
@@ -24,8 +24,9 @@ export PYBUILD_INSTALL_ARGS_python3=--install-scripts=usr/bin
24
24
25
25
override_dh_install :
26
26
dh_install
27
+ rm -rf debian/theme-manager/usr/lib/python3.10/dist-packages/ThemeManager/__pycache__
27
28
install -D -m 0644 debian/theme-manager.1 debian/theme-manager/usr/share/man/man1/theme-manager.1
28
- install -D -m 0644 data/org.x .theme-manager.gschema.xml.in debian/theme-manager/usr/share/glib-2.0/schemas/org.x .theme-manager.gschema.xml
29
+ install -D -m 0644 data/org.mamolinux .theme-manager.gschema.xml.in debian/theme-manager/usr/share/glib-2.0/schemas/org.mamolinux .theme-manager.gschema.xml
29
30
install -D -m 0644 data/theme-manager-autostart.desktop.in debian/theme-manager/etc/xdg/autostart/theme-manager-autostart.desktop
30
31
31
32
override_dh_auto_install :
Original file line number Diff line number Diff line change @@ -42,5 +42,5 @@ domain=theme-manager
42
42
desktop_files =[(" share/applications" , (" data/theme-manager*.desktop.in" ,
43
43
))]
44
44
schemas_files =[(" share/glib-2.0/schemas" ,
45
- (" data/org.x .theme-manager.gschema.xml.in" ,))
45
+ (" data/org.mamolinux .theme-manager.gschema.xml.in" ,))
46
46
]
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ class ThemeManagerWindow():
77
77
def __init__ (self , application ):
78
78
79
79
self .application = application
80
- self .settings = Gio .Settings (schema_id = "org.x .theme-manager" )
80
+ self .settings = Gio .Settings (schema_id = "org.mamolinux .theme-manager" )
81
81
self .manager = TMBackend ()
82
82
self .destop_manager = desktop_theme ()
83
83
self .icon_theme = Gtk .IconTheme .get_default ()
You can’t perform that action at this time.
0 commit comments