Package: tryton-client / 7.0.24-1
Metadata
Package | Version | Patches format |
---|---|---|
tryton-client | 7.0.24-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01 desktop icon.patch | (download) |
tryton.desktop |
2 1 + 1 - 0 ! |
adjust name of the icon to be used for the desktop file. |
02 icon search path.patch | (download) |
tryton/config.py |
2 1 + 1 - 0 ! |
adjust icon search path to policy conforming place. |
03 disable version check.patch | (download) |
tryton/config.py |
3 2 + 1 - 0 ! |
disable the version check for new upstream versions. This check can mainly serve certain closed source binary distributions, but is not adequate for free distributions managing their packages with their respective package manager. Users of those free distributions will only be confused by the announce of a new version and will in the worst case spoil their system by trying to install a version provided by the upstream link. The unfriendlyness of this 'feature' was extensivly discussed to no avail on https://discuss.tryton.org/t/notify-user-about-new-client-version/ |
04 playsound3.patch | (download) |
tryton/common/common.py |
2 1 + 1 - 0 ! |
use playsound3 instead of playsound. We packed playsound3 as actively maintained project for Debian and will use it here. |
05 pygobject compat.patch | (download) |
setup.py |
2 1 + 1 - 0 ! |
provide compatibility with pygobject>=3.52 This replaces the deprecated usage od pygtkcompat now finally removed with pygobject 3.52. |