v1 1.5.1
sezanzeb 2 years ago
parent 185f89ca08
commit 60541255c0

@ -1,8 +1,8 @@
Package: input-remapper Package: input-remapper
Version: 1.5.0 Version: 1.5.1
Architecture: all Architecture: all
Maintainer: Sezanzeb <proxima@sezanzeb.de> 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-dev, python3-pydantic 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-dev, python3-pydantic
Description: A tool to change the mapping of your input device buttons Description: A tool to change the mapping of your input device buttons
Replaces: python3-key-mapper, key-mapper Replaces: input-remapper-gtk, python3-key-mapper, key-mapper
Conflicts: python3-key-mapper, key-mapper Conflicts: input-remapper-gtk, python3-key-mapper, key-mapper

@ -31,7 +31,7 @@ or install the latest changes via:
sudo apt install git python3-setuptools gettext sudo apt install git python3-setuptools gettext
git clone https://github.com/sezanzeb/input-remapper.git git clone https://github.com/sezanzeb/input-remapper.git
cd input-remapper && ./scripts/build.sh cd input-remapper && ./scripts/build.sh
sudo apt install ./dist/input-remapper-1.5.0.deb sudo apt install -f ./dist/input-remapper-1.5.1.deb
``` ```
input-remapper is now part of [Debian Unstable](https://packages.debian.org/sid/input-remapper) input-remapper is now part of [Debian Unstable](https://packages.debian.org/sid/input-remapper)

@ -38,7 +38,7 @@
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release version="1.5.0" date="2022-06-22" /> <release version="1.5.1" date="2022-06-22" />
</releases> </releases>
</component> </component>

@ -54,7 +54,7 @@ ssh/login into a debian/ubuntu environment
./scripts/build.sh ./scripts/build.sh
``` ```
This will generate `input-remapper/deb/input-remapper-1.5.0.deb` This will generate `input-remapper/deb/input-remapper-1.5.1.deb`
## Badges ## Badges

@ -9,8 +9,8 @@ build_deb() {
mv build/deb/usr/local/lib/python3.*/ build/deb/usr/lib/python3/ mv build/deb/usr/local/lib/python3.*/ build/deb/usr/lib/python3/
cp ./DEBIAN build/deb/ -r cp ./DEBIAN build/deb/ -r
mkdir dist -p mkdir dist -p
rm dist/input-remapper-1.5.0.deb || true rm dist/input-remapper-1.5.1.deb || true
dpkg-deb -Z gzip -b build/deb dist/input-remapper-1.5.0.deb dpkg-deb -Z gzip -b build/deb dist/input-remapper-1.5.1.deb
} }
build_deb & build_deb &

@ -102,7 +102,7 @@ for po_file in glob.glob(PO_FILES):
setup( setup(
name="input-remapper", name="input-remapper",
version="1.5.0", version="1.5.1",
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@sezanzeb.de", author_email="proxima@sezanzeb.de",

Loading…
Cancel
Save