diff --git a/debian/control b/debian/control index 4fc6954..d281d6e 100644 --- a/debian/control +++ b/debian/control @@ -13,8 +13,6 @@ iso-codes, libdbus-glib-1-dev, libgtk-3-dev (>= 3.20), - libgtk2.0-dev (>= 2.22), - libunique-dev, pkg-config, Standards-Version: 4.1.5 Homepage: https://gitlab.com/fcitx/fcitx-configtool @@ -60,23 +58,3 @@ making the development of extended functions much easier than ever before. . This package provides GTK+ 3 version of the graphic configuration tool. - -Package: fcitx-config-gtk2 -Architecture: any -Depends: - fcitx-config-common (= ${source:Version}), - ${misc:Depends}, - ${shlibs:Depends}, -Description: graphic Fcitx configuration tool - Gtk+ 2 version - Fcitx is the Free Chinese Input Toy of X, which was initially designed - for Chinese users, and used XIM protocol. Now it has already evolved - into a highly modularized, feature rich input method framework for - Unix-like platforms supporting a considerable amount of frontends, - backends and modules. - . - It is an ideal choice for the vast majority. Many of its features make - users of Unix-like platforms have a fully modern input experience for - the first time. It has also greatly lower the threshold for developers, - making the development of extended functions much easier than ever before. - . - This package provides GTK+ 2 version of the graphic configuration tool. diff --git a/debian/rules b/debian/rules index e19856b..230cdfc 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ dh $@ --buildsystem=cmake override_dh_auto_configure: - dh_auto_configure -- -DENABLE_GTK2=On -DENABLE_GTK3=On + dh_auto_configure -- -DENABLE_GTK2=Off -DENABLE_GTK3=On dh_missing: dh_missing --fail-missing