File: install

package info (click to toggle)
timekpr-next 0.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,924 kB
  • sloc: python: 7,522; sh: 98; xml: 39; makefile: 6
file content (101 lines) | stat: -rw-r--r-- 6,292 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# binaries
bin/timekpra usr/bin/
bin/timekprc usr/bin/
bin/timekprd usr/bin/

# config files
resource/server/dbus/timekpr.conf etc/dbus-1/system.d/
resource/server/logrotate.d/timekpr etc/logrotate.d/
resource/server/polkit/com.ubuntu.timekpr.pkexec.policy usr/share/polkit-1/actions/
resource/server/systemd/timekpr.service lib/systemd/system/
resource/server/timekpr.conf etc/timekpr/

# sample runtime files
resource/server/timekpr.USER.conf var/lib/timekpr/config/
resource/server/USER.time var/lib/timekpr/work/

# icons
resource/icons/timekpr-128.png usr/share/icons/hicolor/128x128/apps/
resource/icons/timekpr-48.png usr/share/icons/hicolor/48x48/apps/
resource/icons/timekpr-64.png usr/share/icons/hicolor/64x64/apps/
resource/icons/timekpr-client-128.png usr/share/icons/hicolor/128x128/apps/
resource/icons/timekpr-client-48.png usr/share/icons/hicolor/48x48/apps/
resource/icons/timekpr-client-64.png usr/share/icons/hicolor/64x64/apps/
resource/icons/timekpr-client-logo.svg usr/share/timekpr/icons/
resource/icons/timekpr-client.svg usr/share/icons/hicolor/scalable/apps/
resource/icons/timekpr-logo.svg usr/share/timekpr/icons/
resource/icons/timekpr-padlock-limited-green.svg usr/share/timekpr/icons/
resource/icons/timekpr-padlock-limited-red.svg usr/share/timekpr/icons/
resource/icons/timekpr-padlock-limited-yellow.svg usr/share/timekpr/icons/
resource/icons/timekpr-padlock-unlimited-green.svg usr/share/timekpr/icons/
resource/icons/timekpr.svg usr/share/icons/hicolor/scalable/apps/

# launchers
resource/launchers/timekpr-admin.desktop usr/share/applications/
resource/launchers/timekpr-admin-su.desktop usr/share/applications/
resource/launchers/timekpr-client.desktop etc/xdg/autostart/

# metainfo
resource/appstream/org.timekpr.timekpr-next.metainfo.xml usr/share/metainfo/

# forms
resource/client/forms/about.glade usr/share/timekpr/client/forms/
resource/client/forms/admin.glade usr/share/timekpr/client/forms/
resource/client/forms/client.glade usr/share/timekpr/client/forms/

# python common
common/constants/constants.py usr/lib/python3/dist-packages/timekpr/common/constants/
common/constants/__init__.py usr/lib/python3/dist-packages/timekpr/common/constants/
common/constants/messages.py usr/lib/python3/dist-packages/timekpr/common/constants/
common/log/__init__.py usr/lib/python3/dist-packages/timekpr/common/log/
common/log/log.py usr/lib/python3/dist-packages/timekpr/common/log/
common/utils/config.py usr/lib/python3/dist-packages/timekpr/common/utils/
common/utils/__init__.py usr/lib/python3/dist-packages/timekpr/common/utils/
common/utils/misc.py usr/lib/python3/dist-packages/timekpr/common/utils/
common/utils/notifications.py usr/lib/python3/dist-packages/timekpr/common/utils/

# python client
client/admin/adminprocessor.py usr/lib/python3/dist-packages/timekpr/client/admin/
client/gui/admingui.py usr/lib/python3/dist-packages/timekpr/client/gui/
client/gui/clientgui.py usr/lib/python3/dist-packages/timekpr/client/gui/
client/gui/__init__.py usr/lib/python3/dist-packages/timekpr/client/gui/
client/__init__.py usr/lib/python3/dist-packages/timekpr/client/
client/interface/dbus/administration.py usr/lib/python3/dist-packages/timekpr/client/interface/dbus/
client/interface/dbus/daemon.py usr/lib/python3/dist-packages/timekpr/client/interface/dbus/
client/interface/dbus/__init__.py usr/lib/python3/dist-packages/timekpr/client/interface/dbus/
client/interface/dbus/notifications.py usr/lib/python3/dist-packages/timekpr/client/interface/dbus/
client/interface/__init__.py usr/lib/python3/dist-packages/timekpr/client/interface/
client/interface/speech/espeak.py usr/lib/python3/dist-packages/timekpr/client/interface/speech/
client/interface/speech/__init__.py usr/lib/python3/dist-packages/timekpr/client/interface/speech/
client/interface/ui/appindicator.py usr/lib/python3/dist-packages/timekpr/client/interface/ui/
client/interface/ui/__init__.py usr/lib/python3/dist-packages/timekpr/client/interface/ui/
client/interface/ui/notificationarea.py usr/lib/python3/dist-packages/timekpr/client/interface/ui/
client/interface/ui/statusicon.py usr/lib/python3/dist-packages/timekpr/client/interface/ui/
client/timekpra.py usr/lib/python3/dist-packages/timekpr/client/
client/timekprc.py usr/lib/python3/dist-packages/timekpr/client/

# python server
server/config/configprocessor.py usr/lib/python3/dist-packages/timekpr/server/config/
server/config/userhelper.py usr/lib/python3/dist-packages/timekpr/server/config/
server/__init__.py usr/lib/python3/dist-packages/timekpr/server/
server/interface/dbus/consolekit/__init__.py usr/lib/python3/dist-packages/timekpr/server/interface/dbus/consolekit/
server/interface/dbus/consolekit/manager.py usr/lib/python3/dist-packages/timekpr/server/interface/dbus/consolekit/
server/interface/dbus/consolekit/user.py usr/lib/python3/dist-packages/timekpr/server/interface/dbus/consolekit/
server/interface/dbus/daemon.py usr/lib/python3/dist-packages/timekpr/server/interface/dbus/
server/interface/dbus/__init__.py usr/lib/python3/dist-packages/timekpr/server/interface/dbus/
server/interface/dbus/logind/__init__.py usr/lib/python3/dist-packages/timekpr/server/interface/dbus/logind/
server/interface/dbus/logind/manager.py usr/lib/python3/dist-packages/timekpr/server/interface/dbus/logind/
server/interface/dbus/logind/user.py usr/lib/python3/dist-packages/timekpr/server/interface/dbus/logind/
server/interface/__init__.py usr/lib/python3/dist-packages/timekpr/server/interface/
server/timekprd.py usr/lib/python3/dist-packages/timekpr/server/
server/user/playtime.py usr/lib/python3/dist-packages/timekpr/server/user/
server/user/__init__.py usr/lib/python3/dist-packages/timekpr/server/user/
server/user/userdata.py usr/lib/python3/dist-packages/timekpr/server/user/

# translations (only the ones that are ready will be included)
#resource/locale/cs/LC_MESSAGES/timekpr.mo usr/share/locale/cs/LC_MESSAGES/
#resource/locale/de/LC_MESSAGES/timekpr.mo usr/share/locale/de/LC_MESSAGES/
#resource/locale/fr/LC_MESSAGES/timekpr.mo usr/share/locale/fr/LC_MESSAGES/
#resource/locale/hu/LC_MESSAGES/timekpr.mo usr/share/locale/hu/LC_MESSAGES/
resource/locale/it/LC_MESSAGES/timekpr.mo usr/share/locale/it/LC_MESSAGES/
resource/locale/lv/LC_MESSAGES/timekpr.mo usr/share/locale/lv/LC_MESSAGES/