This repository was archived by the owner on Apr 20, 2025. It is now read-only.
File tree 7 files changed +24
-8
lines changed
src/usr/share/tuxedo-backlight-control
7 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ You can download and install the TUXEDO Keyboard .deb Package from http://deb.tu
100
100
101
101
Download and double-click the ` .deb ` package from the [ releases] ( https://github.com/webketje/tuxedo-backlight-control/releases/latest ) , or run
102
102
```
103
- dpkg -i tuxedo-backlight-control_0.7 -1_amd64.deb
103
+ dpkg -i tuxedo-backlight-control_0.8.0 -1_amd64.deb
104
104
```
105
105
from the folder where you downloaded it.
106
106
@@ -109,7 +109,7 @@ from the folder where you downloaded it.
109
109
Download the ` .pkg.tar.xz ` package from the [ releases] ( https://github.com/webketje/tuxedo-backlight-control/releases/latest ) , and run
110
110
111
111
```
112
- pacman -U tuxedo-backlight-control-0.7 -1.pkg.tar.xz
112
+ pacman -U tuxedo-backlight-control-0.8.0 -1.pkg.tar.xz
113
113
```
114
114
from the folder where you downloaded it.
115
115
@@ -161,3 +161,19 @@ unlink /etc/bash_completion.d/backlight
161
161
```
162
162
163
163
164
+ #### Maintenance
165
+
166
+ ** Test locally**
167
+
168
+ The ` backlight ` utility can be run directly from the repo root as ` $PWD/src/usr/share/tuxedo-backlight-control/backlight.py ` for quick tests
169
+
170
+ ** Run pylint**
171
+
172
+ Run ` bin/pylint `
173
+
174
+ ** Create a new release**
175
+
176
+ 1 . Change all references to < ; version> ; (readme, python, help)
177
+ 2 . Run ` bin/pack `
178
+ 3 . Create release on GH and attach to generated archives in ` dist `
179
+
Original file line number Diff line number Diff line change 7
7
fi
8
8
9
9
pkg=' tuxedo-backlight-control'
10
- ver=' 0.7 '
10
+ ver=' 0.8.0 '
11
11
maintainer=' Kevin Van Lierde <kevin.van.lierde@gmail.com>'
12
12
url=' https://github.com/webketje/tuxedo-backlight-control'
13
13
prerm=' ../build/DEBIAN/prerm'
Original file line number Diff line number Diff line change 1
1
pkgbase = tuxedo-backlight-control-git
2
2
pkgdesc = GUI utility built on top of TUXEDO Keyboard. Provides a bash CLI (backlight) and a minimal Python UI.
3
- pkgver = 0.7.r14 .gde724d7
3
+ pkgver = 0.8.0.r1 .gde724d7
4
4
pkgrel = 2
5
5
url = https://github.com/webketje/tuxedo-backlight-control
6
6
arch = x86_64
Original file line number Diff line number Diff line change 5
5
6
6
_pkgname=' tuxedo-backlight-control'
7
7
pkgname=" ${_pkgname} -git"
8
- pkgver=0.7.r14 .gde724d7
8
+ pkgver=0.8.0.r1 .gde724d7
9
9
pkgrel=2
10
10
arch=(' x86_64' )
11
11
license=(' MIT' )
Original file line number Diff line number Diff line change 1
1
Source: tuxedo-backlight-control
2
2
Package: tuxedo-backlight-control
3
- Version: 0.6
3
+ Version: 0.8.0
4
4
Maintainer: Kevin Van Lierde <kevin.van.lierde@gmail.com>
5
5
Architecture: all
6
6
Description: Tuxedo Backlight Ctrl
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class BacklightControl():
19
19
20
20
DEVICE_PATH = '/sys/devices/platform/tuxedo_keyboard/'
21
21
MODULE_PATH = '/sys/module/tuxedo_keyboard'
22
- VERSION = '0.7 '
22
+ VERSION = '0.8.0 '
23
23
24
24
modes = (
25
25
'color' ,
Original file line number Diff line number Diff line change 1
1
2
- TUXEDO Backlight Control <tuxedo-backlight-control> - v0.7 - 2020-08-14
2
+ TUXEDO Backlight Control <tuxedo-backlight-control> - v0.8.0 - 2022-02-05
3
3
By Kevin Van Lierde <kevin.van.lierde@gmail.com>
4
4
5
5
Usage:
You can’t perform that action at this time.
0 commit comments