Commit Graph

4391 Commits (dc384f82a91bffeab9371d7beccfb3980602e7bf)
 

Author SHA1 Message Date
Slávek Banko 2c91a15287
DEB tderadio: Replace the dependence on the transitional package liblircclient-dev by the current liblirc-dev.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 902aa03f05)
1 year ago
TDE Gitea 00dd1afb6f Reset submodule packaging/gentoo to latest HEAD 1 year ago
TDE Gitea 55a5e7f2ee Reset submodule packaging/gentoo to latest HEAD 1 year ago
TDE Gitea 371eeb0cc9 Reset submodule packaging/gentoo to latest HEAD 1 year ago
TDE Gitea 8c16c1f4f3 Reset submodule packaging/gentoo to latest HEAD 1 year ago
François Andriot 9ebeaa57ae RPM: don't force use of python3.11 under Ferdora 39
Signed-off-by: François Andriot <albator78@libertysurf.fr>
1 year ago
François Andriot 9d336ebd62 RPM: update tdesshaskpass
Signed-off-by: François Andriot <albator78@libertysurf.fr>
1 year ago
François Andriot f83bd2bb24 RPM: update soundkonverter (remove TODO file)
Signed-off-by: François Andriot <albator78@libertysurf.fr>
1 year ago
François Andriot 252fba040a RPM: remove grubconfig and wineconfig from tde-guidance
Signed-off-by: François Andriot <albator78@libertysurf.fr>
1 year ago
François Andriot 3ad9043330 RPM: switch k9copy to cmake build
Signed-off-by: François Andriot <albator78@libertysurf.fr>
1 year ago
François Andriot fde218b082 RPM: update tdebase
Signed-off-by: François Andriot <albator78@libertysurf.fr>
1 year ago
François Andriot 7e100030c4 RPM: switch libksquirrel to cmake build
Signed-off-by: François Andriot <francois.andriot@thalesgroup.com>
1 year ago
Slávek Banko 0430957886
DEB pytde: Fix support for multiple Python3 installed in parallel.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 639b8c3e80)
1 year ago
Michele Calgaro 598ef9e753
DEB pytqt: add support for python 3.12
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 72f1328d20)
1 year ago
Slávek Banko 67eb46f07f
ArchLinux: Update for rebuild with Poppler 24.01.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit a5f5e1ded2)
1 year ago
TDE Gitea 8bfa08d604 Reset submodule packaging/gentoo to latest HEAD 1 year ago
TDE Gitea ebafe0e480 Reset submodule packaging/gentoo to latest HEAD 1 year ago
François Andriot 77a683a7fa RPM: fedora39: update build scripts
Signed-off-by: François Andriot <albator78@libertysurf.fr>
1 year ago
François Andriot 1ea737d7fb RPM: osstw: update build scripts
Signed-off-by: François Andriot <albator78@libertysurf.fr>
1 year ago
François Andriot e434528aee RPM: pclinuxos: update build scripts
Signed-off-by: François Andriot <albator78@libertysurf.fr>
1 year ago
Slávek Banko cb114d7c7a
DEB sip4-tqt: Prefer dist-packages folder for a particular version of Python before shared.
Use sysconfig instead of distutil to detect paths.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3e3beab0c7)
1 year ago
TDE Gitea b652e694f6 Reset submodule packaging/gentoo to latest HEAD 1 year ago
TDE Gitea cae5fd0510 Reset submodule packaging/gentoo to latest HEAD 1 year ago
TDE Gitea cd3a55d32a Reset submodule packaging/gentoo to latest HEAD 1 year ago
TDE Gitea 22bc42c34f Reset submodule packaging/gentoo to latest HEAD 1 year ago
TDE Gitea 7cbba39397 Reset submodule packaging/gentoo to latest HEAD 1 year ago
Slávek Banko 9907c84954
DEB tdebase: Enable new option WITH_SFTP.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit eb50365a2f)
1 year ago
TDE Gitea 93267e7626 Reset submodule packaging/gentoo to latest HEAD 1 year ago
TDE Gitea 899bb0920c Reset submodule packaging/gentoo to latest HEAD 1 year ago
TDE Gitea 802efd3f32 Reset submodule packaging/gentoo to latest HEAD 1 year ago
Michele Calgaro 3d551b91cf
DEB tdebase kxkb: add notification event for keyboard layout change. This relates to TDE/tdebase#438.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 13abf20530)
1 year ago
TDE Gitea d683d1b0bb Reset submodule packaging/gentoo to latest HEAD 1 year ago
Slávek Banko a006276e30
DEB tdesshaskpass: Fix the support of Ninja build.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 3fcddc7156)
1 year ago
Slávek Banko 03143bf8ea
DEB tqt3: Update README file name.
This relates to issue TDE/tqt3#93.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d27d96965c)
1 year ago
Slávek Banko 6729c27b67
DEB: Automatically add ldconfig trigger if the package contains plugins.
As a result, it is no longer necessary to enforce ldconfig in postinst
and postrm scripts and this solves the problem with packages where the
ldconfig was not called after installation, but it was needed.

This resolves issue TDE/tdemultimedia#29.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 34145f8176)
1 year ago
Slávek Banko 6bc6d6e3f4
DEB: Add support for Ubuntu Noble.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b73cc9eb4f)
1 year ago
Slávek Banko 4ae59bb29d
DEB tdebase: Prevent unwanted restarting TDM service during upgrade.
This made it possible to add #DEBHELPER# back to TDM prerm script.
This resolves issue TDE/tdebase#409.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 55fbcd419d)
1 year ago
Michele Calgaro 4784f17e1a
DEB smb4k: cmake conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 80ece3509c)
1 year ago
Michele Calgaro 65dd80fbf3
DEB libr: update package name to libr1
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 024d0b7440)
1 year ago
Michele Calgaro ce06e71175
DEB libr: remove dependency on libglade, which is no longer available
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit fcb775cf9d)
1 year ago
Slávek Banko dff6d937f2
DEB tdeaddons: Add libdb5.3++-dev as an alternative dependency for libdb++-dev.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 55b72d95a6)
1 year ago
Michele Calgaro d4152453ff
DEB soundkonverter: cmake conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 787aa89270)
1 year ago
Slávek Banko 13ab9cf7a4
DEB gwenview: Fix the name of suggested i18n package.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 300b3bb470)
1 year ago
TDE Gitea 19a474fdf9 Reset submodule packaging/gentoo to latest HEAD 1 year ago
François Andriot 904d1e0924 RPM: add support for Fedora 39
Signed-off-by: François Andriot <albator78@libertysurf.fr>
1 year ago
TDE Gitea 3da26236a5 Reset submodule packaging/gentoo to latest HEAD 1 year ago
Michele Calgaro ea66d8ef5d
DEB: drop Stretch and Xenial and invalid link
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Slávek Banko bdc4e18522
DEB twin-style-fahrenheit: Change debhelper compatibility level to 10.
Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.
(the last part of commit fc691a7208)

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
1 year ago
Michele Calgaro 2b20e14f0f
DEB: add twin-style-fahrenheit packaging files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 408b01083b)
1 year ago
Slávek Banko 90c68a68c5
DEB tde-cmake: Raise the minimum required version of CMake to 3.5.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit ec99db6de1)
1 year ago