summaryrefslogtreecommitdiffstats
path: root/ubuntu
Commit message (Collapse)AuthorAgeFilesLines
* DEB klamav: fixed filename for menu file.Michele Calgaro2021-03-081-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: added packaging files for klamav.Michele Calgaro2021-03-0712-0/+733
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdebindings: Enable build with Java on riscv64.Slávek Banko2021-03-021-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdenetwork: Do not depend on valgrind for riscv64 architecture.Slávek Banko2021-03-011-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdewebdev: Add tqt3-doc to build-deps to make TQTDOCDIR detection work.Slávek Banko2021-02-271-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdetoys: Drop old common patches related to automake.Slávek Banko2021-02-274-58/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdepim: Remove tdepimmacros.h from the installation.Slávek Banko2021-02-261-1/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdeartwork: Install desktop files of xscreensavers with merged translations.Slávek Banko2021-02-132-1/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdegames: Fix incorrect inclusion of files in the knetwalk packageSlávek Banko2021-01-271-1/+1
| | | | | | caused by the commit bac1066455959b38ae5dc831081e148dffc5139b. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdeaccessibility: Switch to cmake.Slávek Banko2021-01-2614-180/+27
| | | | | | The man pages has been moved to the main tree. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB sip4-tqt: Change the sip-api symbolic name to sip-tqt-apiSlávek Banko2021-01-193-11/+11
| | | | | | | | | to avoid unwanted confusion between sip and sip-tqt. To ensure a smooth upgrade, sip-api-7.1 has been left here, which will be removed subsequently. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdebase: Fix the default DM service package name detection for TDM.Slávek Banko2021-01-171-4/+5
| | | | | | | This resolves an unwanted change from TDM to another installed DM during the tdm-trinity package upgrade. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdebase: Systemd unit file tdm.service has been moved to the main tree.Slávek Banko2021-01-173-14/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tork: Switch to cmake.Slávek Banko2021-01-154-15/+18
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: Update the Maintainer's address to the TDE Debian Team.Slávek Banko2021-01-13173-176/+173
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: Remove intltool from build-deps.Slávek Banko2021-01-1377-77/+77
| | | | | | | Instead of intltool-merge, tde_l10n_merge.pl is now used, which is part of the common cmake module. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdegames: The man pages has been moved to the main tree.Slávek Banko2021-01-09100-809/+37
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdelibs: Move the imagetops into a separate package.Slávek Banko2021-01-086-3/+21
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdeio-umountwrapper: Delete the servicemenus directories only if it ↵Slávek Banko2021-01-041-0/+2
| | | | | | still exists. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB basket: Add the missing '.tdepkginfo' generation in debian-tde.mk.Slávek Banko2020-12-231-0/+9
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdegraphics: Drop old common patches related to automake.Slávek Banko2020-12-135-59/+1
| | | | | | Drop unnecessary build-deps related to automake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdeadmin: Drop old common patches related to automake.Slávek Banko2020-12-105-59/+1
| | | | | | Drop unnecessary build-deps related to automake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdeutils: Drop old common patches related to automake.Slávek Banko2020-12-095-60/+1
| | | | | | Drop unnecessary build-deps related to automake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdemultimedia: Drop old common patches related to automake.Slávek Banko2020-12-085-59/+1
| | | | | | Drop unnecessary build-deps related to automake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB common cdbs rules: Convert to UTC the date from the debian changelog,Slávek Banko2020-12-06140-140/+140
| | | | | | | | which is written to '.tdepkginfo'. It addresses time zone independence to ensure a reproducible build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tqt3: Force file permissions in the tarball for examples.Slávek Banko2020-12-051-0/+1
| | | | | | It addresses independence from UMASK to ensure a reproducible build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdegames: Add rules for the tdefifteen package.Slávek Banko2020-12-023-1/+26
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdegames: Fix an empty package twin4.Slávek Banko2020-12-028-4/+3
| | | | | | | During the renaming of the package, the renaming of files that ensure the rules for creating the package was neglected. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdeedu: Drop old common patches related to automake.Slávek Banko2020-11-295-59/+1
| | | | | | Drop unnecessary build-deps related to automake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: updated relevant modules to use pinentry-tqt if available.Michele Calgaro2020-11-293-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tde-i18n: Add intltool to build-deps.Slávek Banko2020-11-221-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB basket: added AUTHORS and removed TODO from built packages. AddedMichele Calgaro2020-11-222-2/+2
| | | | | | intltool to build deps. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tde-i18n: Clean up build rulesSlávek Banko2020-11-212-44/+27
| | | | | | | | | + drop automake support + common rule for non-two-letter languages + add dh_strip_nondeterminism to support a reproducible build + add package for es_AR language Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdeutils: The manual for the tdelirc control center module is moved to ↵Slávek Banko2020-11-161-3/+3
| | | | | | KControl. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: adjusted to new 'core' folder for main packages.Michele Calgaro2020-11-152068-0/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: added cmake directive to create compilation database ↵Michele Calgaro2020-11-14122-18/+239
| | | | | | | | | 'compile_commands.json' at build time. This can be used to provide linting, autocompletion, hovering info, go-to-definition and in general other LSP functionality in development environments. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB ktechlab: switch to cmake under Ubuntu too. Switch to common TDE cdbs ↵Michele Calgaro2020-11-149-443/+266
| | | | | | | | | rules. The man page has been moved to the main tree. This is the same as commit e1d60a89d but applied to Ubuntu. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: Moved 'Open Medium System Folder' from tdeaddons to tdebase. AlsoMichele Calgaro2020-11-056-17/+8
| | | | | | | moved Konqueror's media service desktop files from konqueror-trinity to tdebase-tdeio-plugins-trinity package for functionality consistency. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdeio-umountwrapper: remove file diversion logic.Michele Calgaro2020-10-265-203/+46
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB amarok: Disable building iRiver iFP support.Slávek Banko2020-10-244-5/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: added initial support for locking/unlocking of encrypted disks.Michele Calgaro2020-10-171-1/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB libexiv2: added AUTHORS, NEWS and README to built packages.Michele Calgaro2020-10-131-0/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB klcddimmer: added intltool to build-deps and adjusted after drop of ↵Michele Calgaro2020-10-112-2/+1
| | | | | | automake. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdemultimedia: Tests disabledSlávek Banko2020-10-081-1/+2
| | | | | | | Tests depend on external services on the Internet, which is not desirable for automated builds. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update translation template.Automated System2020-10-081-1/+1
|
* DEB tqtinterface: Remove the BUILD_ALL option because it is not used for ↵Slávek Banko2020-10-071-2/+1
| | | | | | tqtinterface. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tqtinterface: Change the architecture to 'all' for *-doc and *-dev packages.Slávek Banko2020-10-071-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB libcarddav: added AUTHORS, README, TODO to built packages.Michele Calgaro2020-10-071-0/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB libcaldav: added AUTHORS, README, TODO to built packages.Michele Calgaro2020-10-061-0/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tde-style-lipstik: Add intltool to build-deps.Slávek Banko2020-10-041-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>