debian/ 0000775 0000000 0000000 00000000000 12306312270 007164 5 ustar debian/fcitx-libs-qt5.install 0000664 0000000 0000000 00000000034 12305553724 013336 0 ustar usr/lib/*/libfcitx-qt5.so.*
debian/fcitx-libs-qt5-dev.install 0000664 0000000 0000000 00000000072 12305553724 014114 0 ustar usr/lib/*/libfcitx-qt5.so
usr/lib/*/pkgconfig
usr/include
debian/docs 0000664 0000000 0000000 00000000007 12305553724 010046 0 ustar README
debian/copyright 0000664 0000000 0000000 00000002153 12305553724 011132 0 ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: fcitx-qt5
Source: http://code.google.com/p/fcitx
License: GPL-2+
This package 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 package 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, see
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
Files: *
Copyright: 2012, 2013 Weng Xuetian (csslayer)
License: GPL-2+
Files: debian/*
Copyright: 2013 YunQiang Su
2013 Aron Xu
License: GPL-2+
debian/control 0000664 0000000 0000000 00000010501 12305554115 010571 0 ustar Source: fcitx-qt5
Section: libs
Priority: optional
Maintainer: Ubuntu Developers
XSBC-Original-Maintainer: IME Packaging Team
Uploaders: Aron Xu , YunQiang Su
Build-Depends: debhelper (>= 9), cmake, pkg-config, intltool,
fcitx-libs-dev (>= 1:4.2.8), qtbase5-dev, qtbase5-private-dev
Standards-Version: 3.9.4
Homepage: http://code.google.com/p/fcitx
Vcs-Git: git://anonscm.debian.org/pkg-ime/fcitx-qt5.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ime/fcitx-qt5.git
Package: fcitx-frontend-qt5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, fcitx-module-dbus
Description: Free Chinese Input Toy of X - Qt5 IM Module frontend
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 offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables.
It is highly modularized and extensible,
with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm,
pure Xlib, GTK+, or KDE, and a developer-friendly API.
.
This package provides the Qt5 IM Module frontend, which is necessary
for Fcitx users who would like to use Qt5 applications.
Package: fcitx-libs-qt5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: fcitx-frontend-qt5
Description: Free Chinese Input Toy of X - D-Bus client library for Qt5
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 offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables.
It is highly modularized and extensible,
with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm,
pure Xlib, GTK+, or KDE, and a developer-friendly API.
.
This package contains the following library:
* libfcitx-qt5 - D-Bus client library for Qt5
Package: fcitx-libs-qt5-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, fcitx-libs-qt5 (= ${binary:Version})
Recommends: fcitx-libs-dev
Description: Free Chinese Input Toy of X - Devel files for libfcitx-qt5
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 offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables.
It is highly modularized and extensible,
with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm,
pure Xlib, GTK+, or KDE, and a developer-friendly API.
.
This package provides the development files for fcitx-libs-qt5.
Package: fcitx-libs-qt5-dbg
Section: debug
Architecture: any
Priority: extra
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}, fcitx-libs-qt5 (= ${binary:Version})
Recommends: fcitx-dbg
Description: Free Chinese Input Toy of X - Debugging symbols for libfcitx-qt5
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 offers a pleasant and modern experience, with intuitive graphical
configuration tools and customizable skins and mapping tables.
It is highly modularized and extensible,
with GTK+ 2/3 and Qt 4/5 IM Modules, support for UIs based on Fbterm,
pure Xlib, GTK+, or KDE, and a developer-friendly API.
.
This package provides the debugging symbols for fcitx-libs-qt5.
debian/rules 0000775 0000000 0000000 00000000340 12305553724 010253 0 ustar #!/usr/bin/make -f
export DH_VERBOSE=1
DPKG_EXPORT_BUILDFLAGS = 1
-include /usr/share/dpkg/default.mk
CFLAGS += $(CPPFLAGS)
CXXFLAGS += $(CPPFLAGS)
%:
dh $@
override_dh_strip:
dh_strip --dbg-package=fcitx-libs-qt5-dbg
debian/watch 0000664 0000000 0000000 00000000127 12305553724 010227 0 ustar version=3
http://code.google.com/p/fcitx/downloads/list .*/fcitx-qt5-*\.*(.*)\.tar\.xz
debian/source/ 0000775 0000000 0000000 00000000000 12306312270 010464 5 ustar debian/source/format 0000664 0000000 0000000 00000000014 12305553724 011704 0 ustar 3.0 (quilt)
debian/changelog 0000664 0000000 0000000 00000001413 12306312266 011042 0 ustar fcitx-qt5 (0.1.1-3ubuntu2) trusty; urgency=medium
* Rebuild to solve a powerpc dependency problem.
-- Timo Jyrinki Fri, 07 Mar 2014 11:43:17 +0200
fcitx-qt5 (0.1.1-3ubuntu1) trusty; urgency=medium
* Rebuild against Qt 5.2.1
-- Timo Jyrinki Wed, 05 Mar 2014 09:53:29 +0200
fcitx-qt5 (0.1.1-3) unstable; urgency=low
* debian/control: recommends fcitc-frontend-qt5.
-- Aron Xu Mon, 07 Oct 2013 20:37:17 +0800
fcitx-qt5 (0.1.1-2) unstable; urgency=low
* Upload to unstable.
-- Aron Xu Sun, 06 Oct 2013 17:31:49 +0800
fcitx-qt5 (0.1.1-1) experimental; urgency=low
* Initial release (Closes: #708322).
-- Aron Xu Wed, 15 May 2013 14:13:09 +0800
debian/compat 0000664 0000000 0000000 00000000002 12305553724 010374 0 ustar 9
debian/fcitx-frontend-qt5.install 0000664 0000000 0000000 00000000016 12305553724 014224 0 ustar usr/lib/*/qt5