aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/TempFanControl
diff options
context:
space:
mode:
authoracid-burn <acid-burn@opendreambox.org>2010-09-21 21:29:48 +0200
committeracid-burn <acid-burn@opendreambox.org>2010-09-21 21:29:48 +0200
commit721452bdbfe05409846dab5d183228ca2ca11ee5 (patch)
treefa7232b045fe35aeb6d5f19f67387eb8ecc6c371 /lib/python/Plugins/SystemPlugins/TempFanControl
parent65ce4a9bd27e342545b88faf9420426113d32702 (diff)
downloadenigma2-721452bdbfe05409846dab5d183228ca2ca11ee5.tar.gz
enigma2-721452bdbfe05409846dab5d183228ca2ca11ee5.zip
Enigma2-meta: rework plugin meta files and prepare for inclusion into enigma2 translation.
Meta.xml files are now only in english and translation is now easy possible for all languages over enigma2 translation project. This also reduces consumed space inside flash memory. Add missing TempFanControl plugin meta and LICENSE. DreamInfohandler.py,SoftwareManager: follow meta xml changes. fixes #578
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/TempFanControl')
-rwxr-xr-xlib/python/Plugins/SystemPlugins/TempFanControl/LICENSE12
-rwxr-xr-x[-rw-r--r--]lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am4
-rwxr-xr-xlib/python/Plugins/SystemPlugins/TempFanControl/meta/Makefile.am3
-rwxr-xr-xlib/python/Plugins/SystemPlugins/TempFanControl/meta/plugin_tempfancontrol.xml18
4 files changed, 37 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/TempFanControl/LICENSE b/lib/python/Plugins/SystemPlugins/TempFanControl/LICENSE
new file mode 100755
index 00000000..99700593
--- /dev/null
+++ b/lib/python/Plugins/SystemPlugins/TempFanControl/LICENSE
@@ -0,0 +1,12 @@
+This plugin is licensed under the Creative Commons
+Attribution-NonCommercial-ShareAlike 3.0 Unported
+License. To view a copy of this license, visit
+http://creativecommons.org/licenses/by-nc-sa/3.0/ or send a letter to Creative
+Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.
+
+Alternatively, this plugin may be distributed and executed on hardware which
+is licensed by Dream Multimedia GmbH.
+
+This plugin is NOT free software. It is open source, you are allowed to
+modify it (if you keep the license), but it may not be commercially
+distributed other than under the conditions noted above.
diff --git a/lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am b/lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am
index 78ff11c3..cfdeb654 100644..100755
--- a/lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am
+++ b/lib/python/Plugins/SystemPlugins/TempFanControl/Makefile.am
@@ -1,5 +1,9 @@
installdir = $(LIBDIR)/enigma2/python/Plugins/SystemPlugins/TempFanControl
+SUBDIRS = meta
+
install_PYTHON = \
__init__.py \
plugin.py
+
+dist_install_DATA = LICENSE \ No newline at end of file
diff --git a/lib/python/Plugins/SystemPlugins/TempFanControl/meta/Makefile.am b/lib/python/Plugins/SystemPlugins/TempFanControl/meta/Makefile.am
new file mode 100755
index 00000000..da7be245
--- /dev/null
+++ b/lib/python/Plugins/SystemPlugins/TempFanControl/meta/Makefile.am
@@ -0,0 +1,3 @@
+installdir = $(datadir)/meta
+
+dist_install_DATA = plugin_tempfancontrol.xml
diff --git a/lib/python/Plugins/SystemPlugins/TempFanControl/meta/plugin_tempfancontrol.xml b/lib/python/Plugins/SystemPlugins/TempFanControl/meta/plugin_tempfancontrol.xml
new file mode 100755
index 00000000..a0bb5fa5
--- /dev/null
+++ b/lib/python/Plugins/SystemPlugins/TempFanControl/meta/plugin_tempfancontrol.xml
@@ -0,0 +1,18 @@
+<default>
+ <prerequisites>
+ <hardware type="dm8000" />
+ <hardware type="dm500hd" />
+ <tag type="System" />
+ </prerequisites>
+ <info>
+ <author>Dream Multimedia</author>
+ <name>TempFanControl</name>
+ <packagename>enigma2-plugin-systemplugins-tempfancontrol</packagename>
+ <shortdescription>Control your system fan</shortdescription>
+ <description>Control your internal system fan.</description>
+ </info>
+
+ <files type="package"> <!-- without version, without .ipk -->
+ <file type="package" name="enigma2-plugin-systemplugins-tempfancontrol" />
+ </files>
+</default>