summaryrefslogtreecommitdiffstats
path: root/dilos
Commit message (Collapse)AuthorAgeFilesLines
* 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/+29
| | | | | | The man pages has been moved to the main tree. 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-172-13/+0
| | | | 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-1332-33/+32
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB: Remove intltool from build-deps.Slávek Banko2021-01-1316-16/+16
| | | | | | | 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 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-0620-20/+20
| | | | | | | | 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-292-4/+4
| | | | 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 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-151998-0/+0
| | | | 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 DilOS: added initial support for locking/unlocking of encrypted disks.Michele Calgaro2020-10-181-1/+2
| | | | 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-1/+0
| | | | | | 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: removed kubuntu-desktop-i18n folder in tdelibs (not used).Michele Calgaro2020-10-013-310/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdelibs: Add option WITH_ISPELL.Slávek Banko2020-09-271-0/+2
| | | | | | Set ASPELL as the default spell checker. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tqt3: Add the tirpc include directory to the includes.Slávek Banko2020-09-201-0/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdegames: Install libtdegames pkg-config file.Slávek Banko2020-08-141-0/+1
| | | | | | This relates to TDE/tdegames#9. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdegames: Drop old common patches related to automake.Slávek Banko2020-08-145-59/+1
| | | | | | Drop build-deps related to automake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB klinkstatus: removed bug.png icon which is now installed in tdelibs.Michele Calgaro2020-08-081-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdelibs: adjusted to new location of icons in crystal.Michele Calgaro2020-08-061-11/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdevelop: Add intltool to build-deps. Drop old common patches related to ↵Michele Calgaro2020-08-015-59/+1
| | | | | | automake. Drop build-deps related to automake Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdebase: Add xkb-data to build-deps. This relates to TDE/tdebase#158Slávek Banko2020-07-291-1/+1
| | | | | | Drop build-deps related to automake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdesdk: Add intltool to build-deps.Slávek Banko2020-07-195-60/+2
| | | | | | | Drop old common patches related to automake. Drop build-deps related to automake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdeaddons: Add intltool to build-deps.Slávek Banko2020-07-165-59/+1
| | | | | | | Drop old common patches related to automake. Drop build-deps related to automake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdepim: Add intltool to build-deps.Slávek Banko2020-07-141-4/+3
| | | | | | Drop unnecessary build-deps. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdenetwork: Add intltool to build-deps.Slávek Banko2020-07-095-59/+1
| | | | | | | Drop old common patches related to automake. Drop build-deps related to automake. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tqt3: Refrect qt -> tqt changes to man1.Slávek Banko2020-07-079-12/+19
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdebase: Add intltool to build-deps.Slávek Banko2020-06-281-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdegames: added intltool to build-deps.Michele Calgaro2020-06-131-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdeartwork: added intltool to build-deps.Michele Calgaro2020-06-131-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB tdegraphics: Add intltool to build-deps.Slávek Banko2020-06-091-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* DEB tdelibs: Add intltool to build-deps.Slávek Banko2020-06-071-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>