2 Commits

Author SHA256 Message Date
ecbdd069ca Accepting request 1244291 from M17N
OBS-URL: https://build.opensuse.org/request/show/1244291
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus-kkc?expand=0&rev=4
2025-02-09 19:01:50 +00:00
416a9de513 - "Fix" build with GCC 14: Inject -Wno-incompatible-pointer-types
to CFLAGS and accept the bad code quality.
- Do not run configure twice: set NOCONFIGURE=1 for
  gnome-autogen.sh.

OBS-URL: https://build.opensuse.org/package/show/M17N/ibus-kkc?expand=0&rev=11
2025-02-08 00:37:45 +00:00
2 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Feb 7 14:37:02 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
- "Fix" build with GCC 14: Inject -Wno-incompatible-pointer-types
to CFLAGS and accept the bad code quality.
- Do not run configure twice: set NOCONFIGURE=1 for
gnome-autogen.sh.
-------------------------------------------------------------------
Sat Jan 20 14:55:34 UTC 2024 - Callum Farmer <gmbr3@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ibus-kkc
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# 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/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -20,7 +20,7 @@ Name: ibus-kkc
Version: 1.5.22
Release: 0
Summary: Japanese Kana Kanji input engine for IBus
License: GPL-2.0+
License: GPL-2.0-or-later
Group: System/I18n/Japanese
URL: https://github.com/ueno/ibus-kkc
Source: %{URL}/releases/download/v%{version}/ibus-kkc-%{version}.tar.gz
@@ -37,7 +37,8 @@ ibus-kkc is a Japanese Kana Kanji input engine for IBus IMF.
%setup -q
%build
gnome-autogen.sh
export CFLAGS="%{optflags} -Wno-incompatible-pointer-types"
NOCONFIGURE=1 gnome-autogen.sh
%configure --libexecdir=%{_ibus_libexecdir}
%make_build