Skip to content

Commit 6054125

Browse files
committed
1.5.1
1 parent 185f89c commit 6054125

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

DEBIAN/control

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: input-remapper
2-
Version: 1.5.0
2+
Version: 1.5.1
33
Architecture: all
44
Maintainer: Sezanzeb <[email protected]>
55
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
66
Description: A tool to change the mapping of your input device buttons
7-
Replaces: python3-key-mapper, key-mapper
8-
Conflicts: python3-key-mapper, key-mapper
7+
Replaces: input-remapper-gtk, python3-key-mapper, key-mapper
8+
Conflicts: input-remapper-gtk, python3-key-mapper, key-mapper

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ or install the latest changes via:
3131
sudo apt install git python3-setuptools gettext
3232
git clone https://github.com/sezanzeb/input-remapper.git
3333
cd input-remapper && ./scripts/build.sh
34-
sudo apt install ./dist/input-remapper-1.5.0.deb
34+
sudo apt install -f ./dist/input-remapper-1.5.1.deb
3535
```
3636

3737
input-remapper is now part of [Debian Unstable](https://packages.debian.org/sid/input-remapper)

data/io.github.sezanzeb.input_remapper.metainfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<content_rating type="oars-1.1" />
3939

4040
<releases>
41-
<release version="1.5.0" date="2022-06-22" />
41+
<release version="1.5.1" date="2022-06-22" />
4242
</releases>
4343

4444
</component>

readme/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ssh/login into a debian/ubuntu environment
5454
./scripts/build.sh
5555
```
5656

57-
This will generate `input-remapper/deb/input-remapper-1.5.0.deb`
57+
This will generate `input-remapper/deb/input-remapper-1.5.1.deb`
5858

5959
## Badges
6060

scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ build_deb() {
99
mv build/deb/usr/local/lib/python3.*/ build/deb/usr/lib/python3/
1010
cp ./DEBIAN build/deb/ -r
1111
mkdir dist -p
12-
rm dist/input-remapper-1.5.0.deb || true
13-
dpkg-deb -Z gzip -b build/deb dist/input-remapper-1.5.0.deb
12+
rm dist/input-remapper-1.5.1.deb || true
13+
dpkg-deb -Z gzip -b build/deb dist/input-remapper-1.5.1.deb
1414
}
1515

1616
build_deb &

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def make_lang():
102102

103103
setup(
104104
name="input-remapper",
105-
version="1.5.0",
105+
version="1.5.1",
106106
description="A tool to change the mapping of your input device buttons",
107107
author="Sezanzeb",
108108
author_email="[email protected]",

0 commit comments

Comments
 (0)