chore(release): passage en version 2.4.0
Bump de version pour la release intégrant la liaison presets↔applications et la détection du focus/unfocus sur les backends Wayland. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
Package: input-remapper
|
Package: input-remapper
|
||||||
Version: 2.3.0
|
Version: 2.4.0
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Maintainer: Sezanzeb <b8x45ygc9@mozmail.com>
|
Maintainer: Sezanzeb <b8x45ygc9@mozmail.com>
|
||||||
Depends: build-essential, libpython3-dev, libdbus-1-dev, python3, python3-evdev, python3-dasbus, python3-gi, gettext, python3-cairo, libgtk-3-0, libgtksourceview-4-dev, python3-pydantic, python3-packaging, python3-psutil, python3-xlib
|
Depends: build-essential, libpython3-dev, libdbus-1-dev, python3, python3-evdev, python3-dasbus, python3-gi, gettext, python3-cairo, libgtk-3-0, libgtksourceview-4-dev, python3-pydantic, python3-packaging, python3-psutil, python3-xlib
|
||||||
|
|||||||
@ -24,7 +24,7 @@ These defaults might be overwritten by package maintainers.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
COMMIT_HASH = "unknown"
|
COMMIT_HASH = "unknown"
|
||||||
VERSION = "2.3.0"
|
VERSION = "2.4.0"
|
||||||
# depending on where this file is installed to, make sure to use the proper
|
# depending on where this file is installed to, make sure to use the proper
|
||||||
# prefix path for data.
|
# prefix path for data.
|
||||||
DATA_DIR = "/usr/share/input-remapper"
|
DATA_DIR = "/usr/share/input-remapper"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "input-remapper"
|
name = "input-remapper"
|
||||||
version = "2.3.0"
|
version = "2.4.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"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Sezanzeb", email = "b8x45ygc9@mozmail.com" },
|
{ name = "Sezanzeb", email = "b8x45ygc9@mozmail.com" },
|
||||||
|
|||||||
@ -11,7 +11,7 @@ build_deb() {
|
|||||||
find ./build -empty -delete
|
find ./build -empty -delete
|
||||||
|
|
||||||
cp ./DEBIAN build/deb -r
|
cp ./DEBIAN build/deb -r
|
||||||
dpkg-deb -Z gzip -b build/deb dist/input-remapper-2.3.0.deb
|
dpkg-deb -Z gzip -b build/deb dist/input-remapper-2.4.0.deb
|
||||||
}
|
}
|
||||||
|
|
||||||
build_deb
|
build_deb
|
||||||
|
|||||||
Reference in New Issue
Block a user