mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-16 06:12:58 +00:00
0.5.0
This commit is contained in:
parent
526dccfb99
commit
d9ee9fb978
@ -1,5 +1,5 @@
|
||||
Package: key-mapper
|
||||
Version: 0.4.1
|
||||
Version: 0.5.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.4.1.deb
|
||||
sudo dpkg -i ./dist/key-mapper-0.5.0.deb
|
||||
sudo apt -f install # installs dependencies
|
||||
```
|
||||
|
||||
|
@ -51,7 +51,7 @@ Install dpkg or ssh/login into a debian/ubuntu environment
|
||||
./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
|
||||
|
||||
|
@ -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.4.1.deb
|
||||
dpkg -b build/deb dist/key-mapper-0.5.0.deb
|
||||
}
|
||||
|
||||
build_deb &
|
||||
|
Loading…
Reference in New Issue
Block a user