debian/0000755000000000000000000000000012006063073007163 5ustar debian/source/0000755000000000000000000000000011405367504010473 5ustar debian/source/format0000644000000000000000000000001411426747612011706 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012001652752010615 5ustar debian/patches/series0000644000000000000000000000005512001652701012024 0ustar debian-changes-0.3.1+debian-2.2 support_gtk3 debian/patches/support_gtk30000644000000000000000000000334711777571111013223 0ustar Description: TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. . scim-unikey (0.3.1+debian-3.1) unstable; urgency=low . * Non-maintainer upload. * Fix FTBFS with GTK3. (Closes: #678752) Author: Nobuhiro Iwamatsu Bug-Debian: http://bugs.debian.org/678752 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- scim-unikey-0.3.1+debian.orig/setup/unikey_setup.cpp +++ scim-unikey-0.3.1+debian/setup/unikey_setup.cpp @@ -24,7 +24,7 @@ int main(int argc, char** argv) GtkWidget* main_dlg = unikey_main_setup_dialog_new(); // create main dlg gtk_window_set_title(GTK_WINDOW(main_dlg), "Scim-Unikey setup v" PACKAGE_VERSION); - gtk_signal_connect(GTK_OBJECT(main_dlg), "destroy", gtk_main_quit, NULL); // connect with signal + g_signal_connect(G_OBJECT(main_dlg), "destroy", gtk_main_quit, NULL); // connect with signal UnikeyMainSetupOptions opt; // create option set_default_config(&opt); // create default option debian/patches/debian-changes-0.3.1+debian-2.20000644000000000000000000000276511426747544015572 0ustar Description: Upstream changes introduced in version 0.3.1+debian-2.2 This patch has been created by dpkg-source during the package build. Here's the last changelog entry, hopefully it gives details on why those changes were made: . scim-unikey (0.3.1+debian-2.2) unstable; urgency=low . * Build-Depends: libltdl-dev (Closes: #590402). * Switch to dpkg-source 3.0 (quilt) format . The person named in the Author field signed this changelog entry. Author: Lê Quốc Tuấn Bug-Debian: http://bugs.debian.org/590402 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Forwarded: Reviewed-By: Last-Update: --- scim-unikey-0.3.1+debian.orig/ukengine/Makefile.am +++ scim-unikey-0.3.1+debian/ukengine/Makefile.am @@ -1,9 +1,6 @@ EXTRA_DIST = diff README COPYING -unikey_scimdir = ${libdir} -unikey_scim_LTLIBRARIES = libunikey-scim.la - -libunikey_scim_la_LDFLAGS= -version-info $(UNIKEY_CURRENT):$(UNIKEY_REVISION):$(UNIKEY_AGE) +noinst_LTLIBRARIES = libunikey-scim.la libunikey_scim_la_SOURCES = \ byteio.cpp \ debian/changelog0000644000000000000000000000204211777571172011055 0ustar scim-unikey (0.3.1+debian-3.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with GTK3. (Closes: #678752) Add patches/support_gtk3. -- Nobuhiro Iwamatsu Fri, 13 Jul 2012 00:44:23 +0900 scim-unikey (0.3.1+debian-3) unstable; urgency=low * Build-Depends: libltdl-dev (Closes: #590402). * Switch to dpkg-source 3.0 (quilt) format -- Lê Quốc Tuấn Fri, 06 Aug 2010 15:47:10 +0700 scim-unikey (0.3.1+debian-2.1) unstable; urgency=low * Non-maintainer upload. * Build-Depends: s/cvs/autopoint/ (Closes: #572479). -- Gilles Filippini Fri, 11 Jun 2010 22:46:28 +0200 scim-unikey (0.3.1+debian-2) unstable; urgency=low * Fix build error (Closes: #561911,#562344). * Fix some license issues. -- Lê Quốc Tuấn Sat, 26 Dec 2009 17:11:07 +0700 scim-unikey (0.3.1+debian-1) unstable; urgency=low * Initial release (Closes: #558212). -- Lê Quốc Tuấn Fri, 27 Nov 2009 09:03:00 +0700 debian/docs0000644000000000000000000000001411426745741010047 0ustar NEWS README debian/copyright0000644000000000000000000000301511426745741011133 0ustar This package was debianized by Lê Quốc Tuấn on Wed, 25 Nov 2009 23:50:00 +0700. It was downloaded from http://scim-unikey.googlecode.com/files/scim-unikey-0.3.1.tar.gz Upstream Author Lê Quốc Tuấn Copyright Copyright (C) 2008-2009 Lê Quốc Tuấn Copyright (C) 2008-2009 Ubuntu-VN License: * scim-unikey main source and setup module: LGPL This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * ukengine: main code in LGPL-2+ and others in GPL-2+ Copyright (C) 2000-2005 Pham Kim Long On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2'. On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/compat0000644000000000000000000000000211426745741010377 0ustar 7 debian/control0000644000000000000000000000120311426755474010604 0ustar Source: scim-unikey Section: utils Priority: extra Maintainer: Lê Quốc Tuấn Build-Depends: debhelper (>= 7), autotools-dev, pkg-config, libscim-dev, autoconf, automake, autopoint, gettext, libtool, libltdl-dev Standards-Version: 3.9.1 Homepage: http://scim-unikey.googlecode.com/ Package: scim-unikey Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, scim | skim Description: Vietnamese Input Method Engine for SCIM using Unikey Engine Smart Common Input Method (SCIM) is an input method (IM) platform. . Scim-Unikey is a Vietnamese input method for SCIM Use Unikey engine to process keyevent debian/rules0000755000000000000000000000341211426746653010264 0ustar #!/usr/bin/make -f # -*- makefile -*- # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) else CROSS= --build $(DEB_BUILD_GNU_TYPE) endif config.status: configure dh_testdir # Add here commands to configure the package. #ifneq "$(wildcard /usr/share/misc/config.sub)" "" # cp -f /usr/share/misc/config.sub config.sub #endif #ifneq "$(wildcard /usr/share/misc/config.guess)" "" # cp -f /usr/share/misc/config.guess config.guess #endif autoreconf -is --force dh_auto_configure -- LDFLAGS="-Wl,--as-needed" build: build-stamp build-stamp: config.status dh_testdir # Add here commands to compile the package. $(MAKE) #docbook-to-man debian/scim-unikey.sgml > scim-unikey.1 touch $@ clean: dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean rm -f config.sub config.guess dh_clean install: build dh_testdir dh_testroot dh_installdirs # Add here commands to install the package into debian/scim-unikey. $(MAKE) DESTDIR=$(CURDIR)/debian/scim-unikey install find debian/scim-unikey -name *.la -exec rm '{}' + binary-indep: install binary-arch: install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_lintian dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install