summaryrefslogtreecommitdiffstats
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
...
* DEB: Automatically add ldconfig trigger if the package contains plugins.Slávek Banko2023-12-19210-292/+810
| | | | | | | | | | 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>
* DEB tdebase: Prevent unwanted restarting TDM service during upgrade.Slávek Banko2023-11-273-3/+5
| | | | | | | 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>
* DEB smb4k: cmake conversionMichele Calgaro2023-11-264-35/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB libr: update package name to libr1Michele Calgaro2023-11-253-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB libr: remove dependency on libglade, which is no longer availableMichele Calgaro2023-11-241-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdeaddons: Add libdb5.3++-dev as an alternative dependency for libdb++-dev.Slávek Banko2023-11-161-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB soundkonverter: cmake conversionMichele Calgaro2023-11-144-41/+20
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB gwenview: Fix the name of suggested i18n package.Slávek Banko2023-11-132-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tde-cmake: Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-061-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: Change debhelper compatibility level to 10.Slávek Banko2023-11-05534-534/+534
| | | | | | Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdebase: add new color themesMichele Calgaro2023-11-021-0/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: add twin-style-fahrenheit packaging filesMichele Calgaro2023-11-0110-0/+315
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB libksquirrel: switch to cmake building systemMichele Calgaro2023-09-205-113/+285
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB default-settings: Move common files to common directory.Slávek Banko2023-09-131574-0/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdegraphics: Add libglut-dev as an alternative dependency for freeglut3-dev.Slávek Banko2023-09-111-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB metapackages: Remove the forced dependence on libgl1-mesa-glx and ↵Slávek Banko2023-09-112-2/+0
| | | | | | libglut3/freeglut3. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB ksensors: Add libsensors-dev as an alternative dependency.Slávek Banko2023-09-051-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdebase: Add libsensors-dev as an alternative dependency.Slávek Banko2023-08-311-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB kstreamripper: removed unnecessary files (man page already included in ↵Michele Calgaro2023-08-194-68/+0
| | | | | | main repository) Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: remove packaging files for 'fusion-icon' which is no longer part of TDEMichele Calgaro2023-08-1914-576/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: added packaging files for kommandoMichele Calgaro2023-08-1111-0/+414
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB k9copy: conversion to cmake build systemMichele Calgaro2023-08-052-26/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdebindings: remove dependency on libtqt3-compat-headersMichele Calgaro2023-07-091-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tqt3: drop compat filesMichele Calgaro2023-07-082-70/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdebase twin: adjusted after renaming client libraries from twin3_* to ↵Michele Calgaro2023-07-071-20/+18
| | | | | | twin_*. This relates to TDE/tdebase#364 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tqt3: adjusted after removing Qt2's TQSemiModal and TQSortedList classesMichele Calgaro2023-07-061-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB kmyfirewall: move man pages to main repoMichele Calgaro2023-06-306-176/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdebase: Add init to build-depends.Slávek Banko2023-06-201-1/+1
| | | | | | This is necessary for TDE/tdebase#359. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB buildscripts: update supported distrosMichele Calgaro2023-06-194-40/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: remove support for Debian Stretch and Ubuntu XenialMichele Calgaro2023-06-181-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: add support for Debian Trixie and Ubuntu Mantic. Remove Ubuntu ImpishMichele Calgaro2023-06-181-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdebase: add TDE release notes to khelpcenter home page. This resolves ↵Michele Calgaro2023-06-041-0/+1
| | | | | | issue TDE/tdebase#332 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tqt3: remove Qt2 obsolete classesMichele Calgaro2023-06-035-26/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB build scripts: update to new package naming convention (~pre instead of ~s)Michele Calgaro2023-05-254-10/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add debian rules for building tdebluez api docsEmanoil Kotsev2023-05-183-2/+18
| | | | Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
* DEB ksquirrel: use man pages from main repoMichele Calgaro2023-05-114-35/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdebase: added release notes for R14.2.x seriesMichele Calgaro2023-04-281-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB trinity-apt-archive: Set the apt repository URL to PTB.Slávek Banko2023-04-261-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB trinity-apt-archive: Add an option with the determination of architecture.Slávek Banko2023-04-213-4/+5
| | | | | | | This will prevent automatic loading of sources for additional architectures, which may not be available to some distributions. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB trinity-apt-archive: Set the apt repository URLSlávek Banko2023-04-141-2/+2
| | | | | | to the final placement of the official releases. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdebase: Add desktop-file-utils to Recommends for kicker.Slávek Banko2023-04-031-0/+1
| | | | | | This resolves issue TDE/tde#106. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdebase: update for the new structure of the release notesMichele Calgaro2023-03-311-0/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdebase: add tde license filesMichele Calgaro2023-03-261-0/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdelibs: add MIT licenseMichele Calgaro2023-03-261-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdebluez: Install application icon into common directory.Slávek Banko2023-03-241-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdebluez: Add -trinity suffix to package namesSlávek Banko2023-03-237-13/+13
| | | | | | to be consistent with other packages. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: added packaging files for tdebluezMichele Calgaro2023-03-2215-0/+445
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tde-guidance: disable packaging of wineconfig due to old config GUI.Michele Calgaro2023-03-175-132/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tde-guidance: fix functionality with python 3.Michele Calgaro2023-03-173-53/+39
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tqt3: Split shared libraries from the tqt3-apps-dev to a separate package.Slávek Banko2023-02-194-9/+22
| | | | | | | | Since libraries are not built as static, but as shared, libraries are needed at runtime, and it is desirable to be installed independently of the development environment. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>