debian/0000755000000000000000000000000012312547552007174 5ustar debian/control0000644000000000000000000000174512305771614010606 0ustar Source: fcitx-qimpanel Section: utils Priority: optional Maintainer: Aron Xu Build-Depends: cmake, debhelper (>= 9), fcitx-libs-dev (>= 1:4.2.8.1), libqt4-dev (>= 4:4.8.0) Standards-Version: 3.9.4 Homepage: http://code.google.com/p/fcitx Package: fcitx-ui-qimpanel Architecture: any Depends: fcitx-bin, fcitx-data (>= 1:4.2.8.1), fcitx-modules, fcitx-module-dbus (>= 1:4.2.8.1), ${misc:Depends}, ${shlibs:Depends} Recommends: fcitx (>= 1:4.2.8.1), fcitx-qimpanel-configtool (>= ${source:Upstream-Version}) Breaks: fcitx (<< 1:4.2.8.1) Description: Flexible Input Method Framework - Qt IMPanel user interface Fcitx is a input method framework with extension support, which provides an interface for entering characters of different scripts in applications using a variety of mapping systems. . This package provides the Qt IMPanel user interface developed by Ubuntu Kylin Team. debian/rules0000755000000000000000000000045212300531412010236 0ustar #!/usr/bin/make -f DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/default.mk CFLAGS += $(CPPFLAGS) CXXFLAGS += $(CPPFLAGS) %: dh $@ --parallel --fail-missing override_dh_makeshlibs: override_dh_auto_configure: dh_auto_configure -- \ -DLIB_INSTALL_DIR=/usr/lib/$(DEB_HOST_MULTIARCH) debian/compat0000644000000000000000000000000212300531412010353 0ustar 9 debian/fcitx-qimpanel-autostart0000755000000000000000000000045612301325315014061 0ustar #!/bin/sh # sleep for a little while to avoid duplicate startup sleep 3 # Test whether fcitx is running correctly with dbus... fcitx-remote > /dev/null 2>&1 if [ $? = "1" ]; then echo "Fcitx seems is not running" exit 0 else echo "Fcitx is running correctly." exec fcitx-qimpanel fi debian/changelog0000644000000000000000000000221712312547552011050 0ustar fcitx-qimpanel (0.1.5-0ubuntu1) trusty; urgency=low * New upstream release. -- Aron Xu Thu, 20 Mar 2014 19:21:52 +0800 fcitx-qimpanel (0.1.4-0ubuntu2) trusty; urgency=low * Add fcitx-qimpanel-configtool to Recommends. -- Aron Xu Thu, 06 Mar 2014 11:57:58 +0800 fcitx-qimpanel (0.1.4-0ubuntu1) trusty; urgency=low * New upstream release. * Invoke with exec to save a PID. -- Aron Xu Tue, 18 Feb 2014 09:11:10 +0800 fcitx-qimpanel (0.1.3-0ubuntu1) trusty; urgency=low * New upstream release. -- Aron Xu Tue, 17 Dec 2013 00:59:53 +0800 fcitx-qimpanel (0.1.2-0ubuntu1) trusty; urgency=low * New upstream release: Improved skin support. -- Aron Xu Sat, 07 Dec 2013 01:15:48 +0800 fcitx-qimpanel (0.1.1-0ubuntu1) trusty; urgency=low * New upstream release: Add experimental support of sogou skins. -- Aron Xu Tue, 19 Nov 2013 12:27:05 +0800 fcitx-qimpanel (0.1.0-0ubuntu1) saucy; urgency=low * Initial release. -- Aron Xu Mon, 16 Sep 2013 22:08:33 +0800 debian/copyright0000644000000000000000000000433612300531412011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: fcitx-qimpanel Source: https://github.com/lenky0401/fcitx-qimpanel Files: * Copyright: 2013 National University of Defense Technology(NUDT) & Kylin Ltd License: GPL-3 Files: kimpanelagent*.* Copyright: 2009 Wang Hoi 2011, CSSlayer License: GPL-2+ Files: toplevel.* Copyright: 2013, CSSlayer License: GPL-2+ Files: skins/* Copyright: 2013 National University of Defense Technology(NUDT) & Kylin Ltd 2013 Canonical Ltd License: GPL-3 Files: debian/* Copyright: 2013, Aron Xu License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the full text of GPL-2 could be found at `/usr/share/common-licenses/GPL-2'. License: GPL-3 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. . On Debian systems, the full text of GPL-3 could be found at `/usr/share/common-licenses/GPL-3'. debian/source/0000755000000000000000000000000012300531316010460 5ustar debian/source/format0000644000000000000000000000001412300531412011663 0ustar 3.0 (quilt) debian/fcitx-ui-qimpanel.install0000644000000000000000000000014412300531412014100 0ustar debian/fcitx-qimpanel-autostart usr/bin/ debian/fcitx-qimpanel-autostart.desktop etc/xdg/autostart/ debian/fcitx-qimpanel-autostart.desktop0000644000000000000000000000057112300531412015520 0ustar [Desktop Entry] Name=Fcitx Qt IMPanel GenericName=Fcitx Qt Input Method Panel Comment=Start Fcitx Qt IMPanel Exec=fcitx-qimpanel-autostart Icon=fcitx Terminal=false Type=Application Categories=System;Utility; StartupNotify=false X-GNOME-Autostart-Phase=Applications X-GNOME-AutoRestart=false X-GNOME-Autostart-Notify=false X-KDE-autostart-after=panel X-KDE-StartupNotify=false