Skip to content

Commit

Permalink
Unixify the files
Browse files Browse the repository at this point in the history
  • Loading branch information
marklam committed Apr 15, 2016
1 parent 5c7faf5 commit a04d282
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions screensaver.pitsoff/addon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-->

<addon id="screensaver.pitsoff" name="pitsoff" version="0.2.3" provider-name="Mark Lambert">
<addon id="screensaver.pitsoff" name="pitsoff" version="0.2.4" provider-name="Mark Lambert">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="xbmc.addon" version="13.0.0"/>
Expand All @@ -31,10 +31,10 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<language/>
<website>https://github.com/marklam/PiTsOff</website>
<source>https://github.com/marklam/PiTsOff</source>
<forum/>
<forum>https://discourse.osmc.tv/t/touchscreen-backlight-control-on-raspberry-pi/12485/12</forum>
<email/>
<summary lang="en">Pi Touchscreen Screensaver</summary>
<description>Switches off the official Raspberry Pi Touchscreen</description>
<license/>
</extension>
</addon>
</addon>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
PiTsOff
Copyright (C) 2016 Mark Lambert
Expand All @@ -20,4 +20,4 @@ with this program; if not, write to the Free Software Foundation, Inc.,

<window type="window">
<controls/>
</window>
</window>
2 changes: 1 addition & 1 deletion screensaver.pitsoff/screensaver.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python

# PiTsOff
# PiTsOff
# Copyright (C) 2016 Mark Lambert
#
# This program is free software; you can redistribute it and/or modify
Expand Down

0 comments on commit a04d282

Please sign in to comment.