pull/45/head
sezanzeb 4 years ago
parent a67dbb998c
commit e08f7733a1

@ -1,5 +1,5 @@
Package: key-mapper
Version: 0.6.0
Version: 0.6.1
Architecture: all
Maintainer: Sezanzeb <proxima@hip70890b.de>
Depends: build-essential, libpython3-dev, libdbus-1-dev, python3, python3-setuptools, python3-evdev, python3-pydbus, python3-gi

@ -21,13 +21,13 @@ pacaur -S key-mapper-git
##### Ubuntu/Debian
Get the .deb file from https://github.com/sezanzeb/key-mapper/releases/tag/0.6.0 or make it yourself:
Get the .deb file from https://github.com/sezanzeb/key-mapper/releases/tag/0.6.1 or make it yourself:
```bash
sudo apt install git python3-setuptools
git clone https://github.com/sezanzeb/key-mapper.git
cd key-mapper && ./scripts/build.sh
sudo dpkg -i ./dist/key-mapper-0.6.0.deb
sudo dpkg -i ./dist/key-mapper-0.6.1.deb
sudo apt -f install # installs it and its dependencies
```

@ -53,7 +53,7 @@ ssh/login into a debian/ubuntu environment
./scripts/build.sh
```
This will generate `key-mapper/deb/key-mapper-0.6.0.deb`
This will generate `key-mapper/deb/key-mapper-0.6.1.deb`
## Badges

@ -104,7 +104,7 @@ Wayland than with X11 for me.
## Configuration Files
The default configuration is stored at `~/.config/key-mapper/config.json`.
The current default configuration as of 0.6.0 looks like, with
The current default configuration as of 0.6.1 looks like, with
an example autoload entry:
```json

@ -9,7 +9,7 @@ build_deb() {
mv build/deb/usr/local/lib/python3.*/ build/deb/usr/lib/python3/
cp ./DEBIAN build/deb/ -r
mkdir dist -p
dpkg -b build/deb dist/key-mapper-0.6.0.deb
dpkg -b build/deb dist/key-mapper-0.6.1.deb
}
build_deb &

@ -46,7 +46,7 @@ class Install(install):
setup(
name='key-mapper',
version='0.6.0',
version='0.6.1',
description='A tool to change the mapping of your input device buttons',
author='Sezanzeb',
author_email='proxima@hip70890b.de',

Loading…
Cancel
Save