From b85daf94830a3ca39d59237fdb07bc33ede1c450 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sun, 24 Jan 2021 03:38:44 +0100 Subject: 100% re-write of the keyboard indicator in plain C. --- debian/control | 44 +++++++++++++++++--------------------------- 1 file changed, 17 insertions(+), 27 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index d5bf8862..118b0d57 100644 --- a/debian/control +++ b/debian/control @@ -1,36 +1,26 @@ Source: ayatana-indicator-keyboard -Section: x11 +Section: misc Priority: optional -Maintainer: Mike Gabriel -Build-Depends: debhelper (>= 9), - dbus, +Uploaders: + Mike Gabriel +Build-Depends: cmake, + libglib2.0-dev (>= 2.36), + libx11-dev (>=1.7.0), + libxklavier-dev (>=5.4), +# for packaging + debhelper (>= 9), dpkg-dev (>= 1.16.1.1), - fcitx-libs-dev (>= 1:4.2.8.3), - gir1.2-fcitx-1.0, - libaccountsservice-dev, - libgee-0.8-dev | libgee-dev, - libgirepository1.0-dev, - libgnome-desktop-3-dev, - libgnomekbd-dev, - libgtk-3-dev, - libibus-1.0-dev (>= 1.5.0), - lightdm-vala | liblightdm-gobject-1-dev, - valac, - xauth, - xvfb, -Standards-Version: 4.1.1 + intltool, +# for systemd unit + systemd [linux-any], +Standards-Version: 4.1.3 Homepage: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard Vcs-Git: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard Vcs-Browser: https://github.com/AyatanaIndicators/ayatana-indicator-keyboard Package: ayatana-indicator-keyboard Architecture: any -Depends: ${misc:Depends}, - ${shlibs:Depends}, -Breaks: ibus (<< 1.5.5-1ubuntu3), -Description: Ayatana Keyboard indicator - This package contains the keyboard indicator, which should show as an - icon in the top panel of indicator aware desktop environments. - . - It can be used to switch keyboard layouts or languages, and helps the - user identifying which layouts are currently in use. +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ayatana-indicator-common, +Description: Ayatana Indicator Keyboard Applet -- cgit v1.2.3