mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-04 12:00:16 +00:00
1.4.0
This commit is contained in:
parent
47420c8948
commit
44edcca42c
@ -1,5 +1,5 @@
|
||||
Package: input-remapper
|
||||
Version: 1.3.0
|
||||
Version: 1.4.0
|
||||
Architecture: all
|
||||
Maintainer: Sezanzeb <proxima@sezanzeb.de>
|
||||
Depends: build-essential, libpython3-dev, libdbus-1-dev, python3, python3-setuptools, python3-evdev, python3-pydbus, python3-gi, gettext, python3-cairo, libgtk-3-0, libgtksourceview-4-0
|
||||
|
@ -31,14 +31,14 @@ or install the latest changes via:
|
||||
sudo apt install git python3-setuptools gettext
|
||||
git clone https://github.com/sezanzeb/input-remapper.git
|
||||
cd input-remapper && ./scripts/build.sh
|
||||
sudo apt install ./dist/input-remapper-1.3.0.deb
|
||||
sudo apt install ./dist/input-remapper-1.4.0.deb
|
||||
```
|
||||
|
||||
input-remapper is now part of [Debian Unstable](https://packages.debian.org/sid/key-mapper)
|
||||
|
||||
##### pip
|
||||
|
||||
Dependencies from your distros repo: `gtksourceview4`
|
||||
Dependencies from your distros repo: `gtksourceview4`, `python3-devel`
|
||||
|
||||
```bash
|
||||
sudo pip uninstall key-mapper
|
||||
|
@ -88,7 +88,7 @@ ssh/login into a debian/ubuntu environment
|
||||
./scripts/build.sh
|
||||
```
|
||||
|
||||
This will generate `input-remapper/deb/input-remapper-1.3.0.deb`
|
||||
This will generate `input-remapper/deb/input-remapper-1.4.0.deb`
|
||||
|
||||
## Badges
|
||||
|
||||
|
@ -9,8 +9,8 @@ build_deb() {
|
||||
mv build/deb/usr/local/lib/python3.*/ build/deb/usr/lib/python3/
|
||||
cp ./DEBIAN build/deb/ -r
|
||||
mkdir dist -p
|
||||
rm dist/input-remapper-1.3.0.deb || true
|
||||
dpkg -b build/deb dist/input-remapper-1.3.0.deb
|
||||
rm dist/input-remapper-1.4.0.deb || true
|
||||
dpkg -b build/deb dist/input-remapper-1.4.0.deb
|
||||
}
|
||||
|
||||
build_deb &
|
||||
|
Loading…
Reference in New Issue
Block a user