pull/14/head
sezanzeb 4 years ago
parent 33363ec11b
commit d6b5ce5c9c

@ -1,5 +1,5 @@
Package: key-mapper Package: key-mapper
Version: 0.4.1 Version: 0.5.0
Architecture: all Architecture: all
Maintainer: Sezanzeb <proxima@hip70890b.de> Maintainer: Sezanzeb <proxima@hip70890b.de>
Depends: build-essential, libpython3-dev, libdbus-1-dev, python3, python3-setuptools, python3-evdev, python3-pydbus, python3-gi 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 sudo apt install git python3-setuptools
git clone https://github.com/sezanzeb/key-mapper.git git clone https://github.com/sezanzeb/key-mapper.git
cd key-mapper && ./scripts/build.sh cd key-mapper && ./scripts/build.sh
sudo dpkg -i ./dist/key-mapper-0.4.1.deb sudo dpkg -i ./dist/key-mapper-0.5.0.deb
sudo apt -f install # installs dependencies sudo apt -f install # installs dependencies
``` ```

@ -51,7 +51,7 @@ Install dpkg or ssh/login into a debian/ubuntu environment
./scripts/build.sh ./scripts/build.sh
``` ```
This will generate `key-mapper/deb/key-mapper-0.4.1.deb` This will generate `key-mapper/deb/key-mapper-0.5.0.deb`
## Badges ## Badges

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

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

Loading…
Cancel
Save