Codebase list fcitx-unikey / 1500a26
Initial release. Aron Xu 11 years ago
7 changed file(s) with 91 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 fcitx-unikey (0.1.0-1) unstable; urgency=low
1
2 * Initial release (Closes: #671712)
3
4 -- Aron Xu <aron@debian.org> Tue, 15 May 2012 01:18:45 +0800
0 Source: fcitx-unikey
1 Section: utils
2 Priority: optional
3 Maintainer: IME Packaging Team <pkg-ime-devel@lists.alioth.debian.org>
4 Uploaders: Aron Xu <aron@debian.org>, YunQiang Su <wzssyqa@gmail.com>
5 DM-Upload-Allowed: yes
6 Build-Depends: debhelper (>= 8), cmake, pkg-config, intltool,
7 fcitx-libs-dev (>= 4.2.3)
8 Standards-Version: 3.9.3
9 Homepage: http://code.google.com/p/fcitx
10 Vcs-Git: git://git.debian.org/pkg-ime/fcitx-unikey.git
11 Vcs-Browser: http://git.debian.org/?p=pkg-ime/fcitx-unikey.git
12
13 Package: fcitx-unikey
14 Architecture: any
15 Depends: ${shlibs:Depends}, ${misc:Depends}, fcitx-modules
16 Recommends: fcitx
17 Description: Fcitx wrapper for Unikey engine
18 Fcitx is the Free Chinese Input Toy of X, which was initially designed
19 for Chinese users, and used XIM protocol. Now it has already evolved
20 into a highly modularized, feature rich input method framework for
21 Unix-like platforms supporting a considerable amount of frontends,
22 backends and modules.
23 .
24 It is an ideal choice for the vast majority. Many of its features make
25 users of Unix-like platforms have a fully modern input experience for
26 the first time. It has also greatly lower the threshold for developers,
27 making the development of extended funtions much easier than ever before.
28 .
29 This package provides the wrapper for Unikey engine, which is an input
30 method for Vietnamese.
0 Format: http://dep.debian.net/deps/dep5
1 Upstream-Name: fcitx-unikey
2 Source: http://code.google.com/p/fcitx
3
4 Files: *
5 Copyright: 2012 CSSlayer <wengxt@gmail.com>
6 License: GPL-3+
7 This package is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation; either version 2 of the License, or
10 (at your option) any later version.
11 .
12 This package is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16 .
17 You should have received a copy of the GNU General Public License
18 along with this program. If not, see <http://www.gnu.org/licenses/>
19 .
20 On Debian systems, the complete text of the GNU General
21 Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
22
23 Files: debian/*
24 Copyright: 2012 Aron Xu <aron@debian.org>
25 License: GPL-3+
26 This package is free software; you can redistribute it and/or modify
27 it under the terms of the GNU General Public License as published by
28 the Free Software Foundation; either version 3 of the License, or
29 (at your option) any later version.
30 .
31 This package is distributed in the hope that it will be useful,
32 but WITHOUT ANY WARRANTY; without even the implied warranty of
33 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34 GNU General Public License for more details.
35 .
36 You should have received a copy of the GNU General Public License
37 along with this program. If not, see <http://www.gnu.org/licenses/>
38 .
39 On Debian systems, the complete text of the GNU General
40 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
0 #!/usr/bin/make -f
1
2 DPKG_EXPORT_BUILDFLAGS = 1
3 -include /usr/share/dpkg/default.mk
4 CFLAGS += $(CPPFLAGS)
5 CXXFLAGS += $(CPPFLAGS)
6
7 %:
8 dh $@
9 override_dh_makeshlibs:
0 3.0 (quilt)
0 version=3
1 http://code.google.com/p/fcitx/downloads/list .*/fcitx-unikey-*\.*(.*)\.tar\.xz