SHA256
1
0
forked from pool/fcitx5-lua

4 Commits

4 changed files with 27 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:40d11db9bb68952d12706148fd3ade3b6dfbc0448a2cd071a80aadc7dd957737
size 40578

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fb237ff2094937697197fa9c7951f329947dd45f6057dfbe6ee58544ffae5fa
size 40964

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jun 21 08:02:57 UTC 2025 - Marguerite Su <i@marguerite.su>
- update version 5.0.15
* Port to standardpaths
-------------------------------------------------------------------
Wed Jan 29 06:58:23 UTC 2025 - Marguerite Su <i@marguerite.su>
- update version 5.0.14
* support static addon
-------------------------------------------------------------------
Wed May 22 08:03:44 UTC 2024 - Marguerite Su <i@marguerite.su>

View File

@@ -1,7 +1,7 @@
#
# spec file for package fcitx5-lua
#
# Copyright (c) 2024 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
@@ -17,19 +17,24 @@
Name: fcitx5-lua
Version: 5.0.13
Version: 5.0.15
Release: 0
Summary: Lua support for fcitx
License: LGPL-2.1-or-later
Group: System/I18n/Chinese
URL: https://github.com/fcitx/fcitx5-lua
Source: https://download.fcitx-im.org/fcitx5/%{name}/%{name}-%{version}.tar.zst
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: fcitx5-devel
BuildRequires: gcc-c++
BuildRequires: zstd
Supplements: fcitx5
%if 0%{?suse_version} >= 1550
BuildRequires: gcc-c++
%else
BuildRequires: gcc13-c++
%endif
%if 0%{?suse_version} >= 1550
BuildRequires: lua54-devel
%else
BuildRequires: lua53-devel
@@ -53,6 +58,10 @@ This package provides development files for fcitx5-lua.
%setup -q
%build
%if 0%{?suse_version} < 1550
export CC=%{_bindir}/gcc-13
export CXX=%{_bindir}/g++-13
%endif
%cmake
%make_build