5 Commits

Author SHA256 Message Date
a6fd4172f9 Accepting request 1326002 from filesharing
- Minor improvement.

OBS-URL: https://build.opensuse.org/request/show/1326002
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eiskaltdcpp?expand=0&rev=12
2026-01-09 16:03:43 +00:00
Илья Индиго
24f41dc86b - Minor improvement.
OBS-URL: https://build.opensuse.org/package/show/filesharing/eiskaltdcpp?expand=0&rev=46
2026-01-08 19:11:38 +00:00
Илья Индиго
519a49def2 - Enabled JS support.
OBS-URL: https://build.opensuse.org/package/show/filesharing/eiskaltdcpp?expand=0&rev=45
2026-01-08 17:56:43 +00:00
6ad4013206 Accepting request 1325416 from filesharing
- Disable LUA scripts support, it's only supported with LUA 5.1
  and this version is being removed. (boo#1252922)

OBS-URL: https://build.opensuse.org/request/show/1325416
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eiskaltdcpp?expand=0&rev=11
2026-01-06 16:43:44 +00:00
Илья Индиго
9fa4f8ec94 - Disable LUA scripts support, it's only supported with LUA 5.1
and this version is being removed. (boo#1252922)

OBS-URL: https://build.opensuse.org/package/show/filesharing/eiskaltdcpp?expand=0&rev=43
2026-01-05 12:57:46 +00:00
2 changed files with 13 additions and 3 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Jan 8 19:07:58 UTC 2026 - Илья Индиго <ilya@ilya.top>
- Minor improvement.
-------------------------------------------------------------------
Tue Dec 30 08:58:45 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
- Disable LUA scripts support, it's only supported with LUA 5.1
and this version is being removed. (boo#1252922)
-------------------------------------------------------------------
Fri May 9 00:15:45 UTC 2025 - Илья Индиго <ilya@ilya.top>

View File

@@ -1,7 +1,7 @@
#
# spec file for package eiskaltdcpp
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -49,7 +49,6 @@ BuildRequires: cmake(Qt5Xml)
BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(libidn)
BuildRequires: pkgconfig(libpcre2-8)
BuildRequires: pkgconfig(lua5.1)
BuildRequires: pkgconfig(miniupnpc)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(zlib)
@@ -128,6 +127,7 @@ all common DC hub software.
%build
export CMAKE_POLICY_VERSION_MINIMUM=3.5
%cmake -LA \
-DLUA_SCRIPT=OFF \
-DNO_UI_DAEMON=ON \
-DUSE_CLI_JSONRPC=ON \
-DWITH_EXAMPLES=OFF
@@ -147,7 +147,6 @@ install -Dpm0644 %{SOURCE1} %{buildroot}%{_prefix}/lib/firewalld/services/%{name
%doc AUTHORS ChangeLog.txt README.md TODO
%dir %{_datadir}/%{name}
%{_datadir}/%{name}/emoticons
%{_datadir}/%{name}/luascripts
%{_datadir}/%{name}/sounds
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/icons/hicolor/*/apps/%{name}.png