2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright 2023 Jim Klimov
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)/nut-monitor-gui-common@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.human-version value=$(HUMAN_VERSION)
18 set name=pkg.summary value="$(COMPONENT_SUMMARY) - NUT-Monitor GUI client (common components)"
19 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
20 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
21 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
22 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
24 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
26 <transform dir path=usr/share/nut/nut-monitor -> set group bin>
27 <transform dir path=usr/share/nut/nut-monitor/(.*) -> set group bin>
29 ### NUT GUI clients, require python3+QT5
30 depend type=require fmri=library/python/pyqt5
31 depend type=require fmri=runtime/python-$(PYV)
33 # The exposed binary is a dispatcher script which evaluates the
34 # run-time enviroment and launches the suitable implementation
35 # (delivered by another package)
36 file path=usr/bin/NUT-Monitor mode=0555
38 dir path=usr/share/nut/nut-monitor
39 dir path=usr/share/nut/nut-monitor/app
40 dir path=usr/share/nut/nut-monitor/app/icons
41 dir path=usr/share/nut/nut-monitor/app/icons/48x48
42 dir path=usr/share/nut/nut-monitor/app/icons/64x64
43 dir path=usr/share/nut/nut-monitor/app/icons/256x256
44 dir path=usr/share/nut/nut-monitor/app/icons/scalable
45 dir path=usr/share/nut/nut-monitor/app/locale
46 dir path=usr/share/nut/nut-monitor/app/locale/fr
47 dir path=usr/share/nut/nut-monitor/app/locale/fr/LC_MESSAGES
48 dir path=usr/share/nut/nut-monitor/app/locale/it
49 dir path=usr/share/nut/nut-monitor/app/locale/it/LC_MESSAGES
50 dir path=usr/share/nut/nut-monitor/app/locale/ru
51 dir path=usr/share/nut/nut-monitor/app/locale/ru/LC_MESSAGES
52 dir path=usr/share/nut/nut-monitor/app/pixmaps
53 dir path=usr/share/nut/nut-monitor/app/screenshots
55 file path=usr/share/nut/nut-monitor/README
56 file path=usr/share/nut/nut-monitor/app/NUT-Monitor mode=0555
57 file path=usr/share/nut/nut-monitor/app/README
58 file path=usr/share/nut/nut-monitor/app/icons/256x256/nut-monitor.png
59 file path=usr/share/nut/nut-monitor/app/icons/48x48/nut-monitor.png
60 file path=usr/share/nut/nut-monitor/app/icons/64x64/nut-monitor.png
61 file path=usr/share/nut/nut-monitor/app/icons/scalable/nut-monitor.svg
62 file path=usr/share/nut/nut-monitor/app/locale/fr/LC_MESSAGES/NUT-Monitor.mo
63 file path=usr/share/nut/nut-monitor/app/locale/it/LC_MESSAGES/NUT-Monitor.mo
64 file path=usr/share/nut/nut-monitor/app/locale/ru/LC_MESSAGES/NUT-Monitor.mo
65 file path=usr/share/nut/nut-monitor/app/nut-monitor.appdata.xml
66 link path=usr/share/metainfo/nut-monitor.appdata.xml \
67 target=../nut/nut-monitor/app/nut-monitor.appdata.xml
68 file path=usr/share/nut/nut-monitor/app/nut-monitor.desktop
69 link path=usr/share/applications/nut-monitor.desktop \
70 target=../nut/nut-monitor/app/nut-monitor.desktop
71 file path=usr/share/nut/nut-monitor/app/pixmaps/on_battery.png
72 file path=usr/share/nut/nut-monitor/app/pixmaps/on_line.png
73 file path=usr/share/nut/nut-monitor/app/pixmaps/var-ro.png
74 file path=usr/share/nut/nut-monitor/app/pixmaps/var-rw.png
75 file path=usr/share/nut/nut-monitor/app/pixmaps/warning.png
76 file path=usr/share/nut/nut-monitor/app/screenshots/nut-monitor-1.png
77 file path=usr/share/nut/nut-monitor/app/screenshots/nut-monitor-2.png
78 file path=usr/share/nut/nut-monitor/app/screenshots/nut-monitor-3.png