diff options
author | Slávek Banko <[email protected]> | 2018-11-04 01:48:02 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-11-04 01:48:49 +0100 |
commit | 48769afdfa5720880cdc91e4ca1f52f569c83989 (patch) | |
tree | c4d516048dde06b2c2f88f0c18dfb0d086dea771 /ubuntu/maverick/applications/kkbswitch/debian/control | |
parent | bbeb9833a26c83be20d62eb4a0db55c26cd3f9cd (diff) | |
download | tde-packaging-48769afdfa5720880cdc91e4ca1f52f569c83989.tar.gz tde-packaging-48769afdfa5720880cdc91e4ca1f52f569c83989.zip |
DEB kkbswitch: Switch to cmake.
Keyboard layout for xkb is split into a separate package.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 5407ea47641964dd696d67841289e01d41b0e8de)
Diffstat (limited to 'ubuntu/maverick/applications/kkbswitch/debian/control')
-rw-r--r-- | ubuntu/maverick/applications/kkbswitch/debian/control | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/ubuntu/maverick/applications/kkbswitch/debian/control b/ubuntu/maverick/applications/kkbswitch/debian/control index 191d4b445..3327f4eb7 100644 --- a/ubuntu/maverick/applications/kkbswitch/debian/control +++ b/ubuntu/maverick/applications/kkbswitch/debian/control @@ -4,14 +4,14 @@ Priority: optional Maintainer: Timothy Pearson <[email protected]> XSBC-Original-Maintainer: Debian Hebrew Packaging Team <[email protected]> Uploaders: Baruch Even <[email protected]>, Lior Kaplan <[email protected]>, Shachar Shemesh <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), cdbs, automake, libtool, tdelibs14-trinity-dev +Build-Depends: debhelper (>= 7.0.50~), cdbs, cmake, tdelibs14-trinity-dev, libxkbfile-dev Standards-Version: 3.7.3 Homepage: http://kkbswitch.sourceforge.net/ Package: kkbswitch-trinity Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} -Suggests: tdebase-data-trinity +Suggests: tdebase-data-trinity, xkb-data-extra-trinity Description: keyboard layout indicator for TDE KKBSwitch displays an icon in the system tray that indicates which layout is currently active and enables you to switch layouts by clicking the icon or by @@ -23,3 +23,10 @@ Description: keyboard layout indicator for TDE layouts. - Choose to use a global layout or per-application or per-window layouts. - Configurable keyboard shortcuts. + +Package: xkb-data-extra-trinity +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends} +Enhances: xkb-data +Description: Additional data for xkb + This package contains additional keyboard layout definitions for xkb. |