flatpak 0.6.0
sezanzeb 4 years ago
parent eb468688e1
commit f3b9f4d866

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

@ -25,7 +25,7 @@ pacaur -S key-mapper-git
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.5.0.deb
sudo dpkg -i ./dist/key-mapper-0.6.0.deb
sudo apt -f install # installs dependencies
```

@ -53,7 +53,7 @@ ssh/login into a debian/ubuntu environment
./scripts/build.sh
```
This will generate `key-mapper/deb/key-mapper-0.5.0.deb`
This will generate `key-mapper/deb/key-mapper-0.6.0.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.5.0 looks like, with
The current default configuration as of 0.6.0 looks like, with
an example autoload entry:
```json

@ -8,7 +8,7 @@ build_deb() {
python3 setup.py install --root=build/deb
cp ./DEBIAN build/deb/ -r
mkdir dist -p
dpkg -b build/deb dist/key-mapper-0.5.0.deb
dpkg -b build/deb dist/key-mapper-0.6.0.deb
}
build_deb &

@ -25,7 +25,7 @@ from setuptools import setup
setup(
name='key-mapper',
version='0.5.0',
version='0.6.0',
description='A tool to change the mapping of your input device buttons',
author='Sezanzeb',
author_email='proxima@hip70890b.de',

Loading…
Cancel
Save