Hello community,

here is the log from the commit of package fcitx-skk for openSUSE:Factory 
checked in at 2013-10-30 15:29:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcitx-skk (Old)
 and      /work/SRC/openSUSE:Factory/.fcitx-skk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcitx-skk"

Changes:
--------
New Changes file:

--- /dev/null   2013-10-11 12:16:15.204037506 +0200
+++ /work/SRC/openSUSE:Factory/.fcitx-skk.new/fcitx-skk.changes 2013-10-30 
15:29:46.000000000 +0100
@@ -0,0 +1,6 @@
+-------------------------------------------------------------------
+Sat Oct 26 15:30:14 UTC 2013 - [email protected]
+
+- initial version 0.1.0
+  * inspired by Ubuntu users complaining IBus 1.5 is useless
+

New:
----
  fcitx-skk-0.1.0.tar.xz
  fcitx-skk.changes
  fcitx-skk.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fcitx-skk.spec ++++++
#
# spec file for package fcitx-skk
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

Name:           fcitx-skk
Version:        0.1.0
Release:        0
License:        GPL-3.0+
Summary:        Japanese SKK IME Wrapper for Fcitx
Url:    https://github.com/fcitx/fcitx-skk
Group:  System/I18n/Japanese
Source: http://download.fcitx-im.org/fcitx-skk/%{name}-%{version}.tar.xz
BuildRequires:  cmake
BuildRequires:  fcitx-devel >= 4.2.8
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  hicolor-icon-theme
BuildRequires:  libqt4-devel
BuildRequires:  libskk-devel
BuildRequires:  xz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{fcitx_requires}

%description
fcitx-skk is an input method engine for Fcitx, which uses libskk as its backend.

%prep
%setup -q

%build
mkdir -p build
pushd build
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} ..
make %{?_smp_mflags}
popd

%install
pushd build
%make_install
popd

%find_lang %{name}

%fdupes %{buildroot}

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files -f %{name}.lang
%defattr(-,root,root)
%doc COPYING README.md
%{_fcitx_libdir}/%{name}.so
%{_fcitx_libdir}/qt/libfcitx-skk-config.so
%{_fcitx_addondir}/%{name}.conf
%{_fcitx_descdir}/%{name}.desc
%{_fcitx_imicondir}/skk.png
%{_fcitx_inputmethoddir}/skk.conf
%{_fcitx_datadir}/skk
%{_datadir}/icons/hicolor/*/apps/%{name}.*

%changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to