summaryrefslogtreecommitdiffstats
path: root/debian/_base/applications/kkbswitch
Commit message (Collapse)AuthorAgeFilesLines
* DEB: Move DEB_DH_BUILDDEB_ARGS to common cdbs rules.Slávek Banko2021-04-042-3/+10
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 3d0fe45a7b0b586d096644a3581df8307787eb3a)
* DEB: Update the Maintainer's address to the TDE Debian Team.Slávek Banko2021-01-131-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a7d5d2acbfeca4b59ecf7dd7aa3ba0ce0ad7e913)
* DEB: Remove intltool from build-deps.Slávek Banko2021-01-131-1/+1
| | | | | | | 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> (cherry picked from commit f71bd02a6af63d65ac12e1abcc65080e2dad582e)
* DEB common cdbs rules: Convert to UTC the date from the debian changelog,Slávek Banko2020-12-061-1/+1
| | | | | | | | | 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> (cherry picked from commit 508d340f3dc09b31a9049066fc6c2fd17de414b7)
* DEB: added cmake directive to create compilation database ↵Michele Calgaro2020-11-141-0/+1
| | | | | | | | | | '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> (cherry picked from commit eb16e7c7281e182297581fa8d565561869c81bca)
* DEB: fixed install location of kkbswitch.desktop file.Michele Calgaro2020-06-212-4/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6a4ea79e06172d878fa8bafdb64316e7fc3e8b7a)
* DEB: Require intltool as build-deps always, regardless of gettext version.Slávek Banko2020-05-161-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit fa655b956ca5ca0c02741f179d44c05822eb9495)
* DEB kkbswitch: Add intltool/gettext (>= 0.19~) to build-deps.Slávek Banko2020-04-061-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit dda369c7f844564f838b7b8655b5a12765d72486)
* DEB: Create a .tdepkginfo containing package metadata.Slávek Banko2020-03-231-0/+9
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ad7e4e55d198239e75813dc19f8ed3f2e511964c)
* DEB: Change debhelper compatibility level to 9.Slávek Banko2020-03-082-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7aeb5c3618d6f16a2f34bd4106f38246b0285afe)
* DEB kkbswitch: updated after removal of automake files.Michele Calgaro2019-10-202-2/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 994dfa49d2dcd6a6aef800c5266140b48e261a24)
* DEB: enable parallel build in debian-tde.mk.Michele Calgaro2019-07-111-0/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* DEB: Resolve FTBFS in support for using the $(DEB_HOST_MULTIARCH) variableSlávek Banko2019-06-031-2/+7
| | | | | | | if the package does not contain any install and links files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6e6210f3042a985d937a1e354a3fa6f83259b2b5)
* DEB: Added support for using the $(DEB_HOST_MULTIARCH) variableSlávek Banko2019-06-021-0/+10
| | | | | | | in the install and links files to the debian-tde.mk common rules. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7abdfa3a6ff766651598f0c4c1363c9a0f29860d)
* DEB: Merge debian-qt-kde.mk and kde.mk into one debian-tde.mkSlávek Banko2019-04-283-94/+84
| | | | | | | The debian-tde.mk rules are now unified for all packages. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 4e9ab839f6b463cdf27413d9d74f7e79c078998c)
* DEB: use _base folder for a distro instead of specific distros (squeeze and ↵Michele Calgaro2019-04-0316-0/+402
maverick). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>