Skip to content

Commit

Permalink
Bump version to 0.6, update .gitignore
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Van Lierde <[email protected]>
  • Loading branch information
webketje committed Nov 25, 2019
1 parent 184b0e1 commit dc71ae3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist/*
__pycache__/
__pycache__/
.vscode/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ my_color2=654321
The colors added here will be usable both in the CLI, and appear in the color dropdown in the UI.
The values should be valid HEX colors, the keys can only contain alphanumeric characters.

Development of this software is done on Clevo N150-ZU / N151-ZU. Only single color mode is known to work for these the models.

## Requirements

Required packages:
Expand Down
2 changes: 1 addition & 1 deletion build/ARCH/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Contributor: Kevin Van Lierde <[email protected]>
pkgname=tuxedo-backlight-control
pkgrel=2
pkgver=0.5
pkgver=0.6
arch=('x86_64')
license=('MIT')
url=https://github.com/webketje/tuxedo-backlight-control
Expand Down
2 changes: 1 addition & 1 deletion build/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Source: tuxedo-backlight-control
Package: tuxedo-backlight-control
Version: 0.5
Version: 0.6
Maintainer: Kevin Van Lierde <[email protected]>
Architecture: all
Description: Tuxedo Backlight Ctrl
Expand Down
5 changes: 4 additions & 1 deletion pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ else
fi

pkg='tuxedo-backlight-control'
ver='0.5'
ver='0.6'
maintainer='Kevin Van Lierde <[email protected]>'
url='https://github.com/webketje/tuxedo-backlight-control'
prerm='../build/DEBIAN/prerm'
Expand All @@ -26,6 +26,7 @@ fpm -s dir\
-v "$ver"\
--iteration 1\
--maintainer "$maintainer"\
--vendor "webketje"\
--url "$url"\
--description "Tuxedo Backlight Ctrl
$desc"\
Expand All @@ -51,6 +52,7 @@ fpm -s dir\
-a any\
--iteration 1\
--maintainer "$maintainer"\
--vendor "webketje"\
--url "$url"\
--description "$desc"\
--category "$category"\
Expand All @@ -74,6 +76,7 @@ fpm -s dir\
-a any\
--iteration 1\
--maintainer "$maintainer"\
--vendor "webketje"\
--url "$url"\
--description "$desc"\
--category "$category"\
Expand Down
2 changes: 1 addition & 1 deletion src/usr/share/tuxedo-backlight-control/backlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
class BacklightControl():
DEVICE_PATH = '/sys/devices/platform/tuxedo_keyboard/'
MODULE_PATH = '/sys/module/tuxedo_keyboard'
VERSION = '0.5'
VERSION = '0.6'

modes = (
'color',
Expand Down
2 changes: 1 addition & 1 deletion src/usr/share/tuxedo-backlight-control/help.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

TUXEDO Backlight Control <tuxedo-backlight-control> - v0.5 - 2019-06-18
TUXEDO Backlight Control <tuxedo-backlight-control> - v0.6 - 2019-11-25
By Kevin Van Lierde <[email protected]>

Usage:
Expand Down

0 comments on commit dc71ae3

Please sign in to comment.