kf6: update KDE Gear to 24.08.0
This commit is contained in:
parent
a5c6bbeace
commit
c8860cec9d
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: akonadi-calendar
|
Name: akonadi-calendar
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Akonadi Calendar Library
|
Summary: The Akonadi Calendar Library
|
||||||
|
|
||||||
@ -72,6 +74,12 @@ find ./po -type f -name libakonadi-calendar5-serializer.po -execdir mv {} libako
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%global _rxlibdir /opt/rx/%{_lib}
|
%global _rxlibdir /opt/rx/%{_lib}
|
||||||
export PATH=/opt/rx/bin:$PATH
|
export PATH=/opt/rx/bin:$PATH
|
||||||
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
||||||
@ -111,6 +119,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: akonadi-contacts
|
Name: akonadi-contacts
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Akonadi Contacts Library
|
Summary: The Akonadi Contacts Library
|
||||||
|
|
||||||
@ -58,6 +60,12 @@ find ./po -type f -name akonadicontact5-serializer.po -execdir mv {} akonadicont
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -88,6 +96,9 @@ find ./po -type f -name akonadicontact5-serializer.po -execdir mv {} akonadicont
|
|||||||
%{_qt6_docdir}/*.qch
|
%{_qt6_docdir}/*.qch
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
|
%bcond_with gcc
|
||||||
%global framework importwizard
|
%global framework importwizard
|
||||||
|
|
||||||
Name: akonadi-import-wizard
|
Name: akonadi-import-wizard
|
||||||
Summary: Akonadi Import Wizard
|
Summary: Akonadi Import Wizard
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
|
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||||
@ -66,6 +67,12 @@ Requires: cmake(KPim6MailTransport)
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%global _rxlibdir /opt/rx/%{_lib}
|
%global _rxlibdir /opt/rx/%{_lib}
|
||||||
export PATH=/opt/rx/bin:$PATH
|
export PATH=/opt/rx/bin:$PATH
|
||||||
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
||||||
@ -100,6 +107,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.akonadiim
|
|||||||
%{_includedir}/KPim6/ImportWizard/
|
%{_includedir}/KPim6/ImportWizard/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: akonadi-mime
|
Name: akonadi-mime
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Akonadi Mime Library
|
Summary: The Akonadi Mime Library
|
||||||
|
|
||||||
@ -55,6 +57,12 @@ find ./po -type f -name libakonadi-kmime5-serializer.po -execdir mv {} libakonad
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -84,6 +92,9 @@ find ./po -type f -name libakonadi-kmime5-serializer.po -execdir mv {} libakonad
|
|||||||
%{_qt6_docdir}/*.qch
|
%{_qt6_docdir}/*.qch
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: akonadi-notes
|
Name: akonadi-notes
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Akonadi Notes Library
|
Summary: The Akonadi Notes Library
|
||||||
|
|
||||||
@ -47,6 +49,12 @@ find ./po -type f -name akonadinotes5.po -execdir mv {} akonadinotes6.po \;
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -70,6 +78,9 @@ find ./po -type f -name akonadinotes5.po -execdir mv {} akonadinotes6.po \;
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: akonadi-search
|
Name: akonadi-search
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The Akonadi Search library and indexing agent
|
Summary: The Akonadi Search library and indexing agent
|
||||||
|
|
||||||
@ -72,6 +74,13 @@ cd ../../..
|
|||||||
#find -name "Cargo.lock" -print -delete
|
#find -name "Cargo.lock" -print -delete
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
cd agent/rs/htmlparser
|
cd agent/rs/htmlparser
|
||||||
%cargo_license_summary
|
%cargo_license_summary
|
||||||
%cargo_license
|
%cargo_license
|
||||||
@ -111,6 +120,9 @@ cd ../../..
|
|||||||
%{_qt6_docdir}/*.qch
|
%{_qt6_docdir}/*.qch
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
%if 0%{?flatpak}
|
%if 0%{?flatpak}
|
||||||
%global database_backend SQLITE
|
%global database_backend SQLITE
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: akonadi-server
|
Name: akonadi-server
|
||||||
Summary: PIM Storage Service
|
Summary: PIM Storage Service
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
|
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
|
||||||
@ -127,6 +129,12 @@ find ./po -type f -name libakonadi5.po -execdir mv {} libakonadi6.po \;
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 \
|
%cmake_kf6 \
|
||||||
%{?database_backend:-DDATABASE_BACKEND=%{database_backend}} \
|
%{?database_backend:-DDATABASE_BACKEND=%{database_backend}} \
|
||||||
-DINSTALL_APPARMOR:BOOL=OFF \
|
-DINSTALL_APPARMOR:BOOL=OFF \
|
||||||
@ -248,6 +256,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: akregator
|
Name: akregator
|
||||||
Summary: Feed Reader
|
Summary: Feed Reader
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
|
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||||
@ -69,6 +71,12 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -87,7 +95,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
|
|||||||
%{_datadir}/dbus-1/interfaces/org.kde.akregator.part.xml
|
%{_datadir}/dbus-1/interfaces/org.kde.akregator.part.xml
|
||||||
%{_kf6_bindir}/akregator
|
%{_kf6_bindir}/akregator
|
||||||
%{_kf6_bindir}/akregatorstorageexporter
|
%{_kf6_bindir}/akregatorstorageexporter
|
||||||
%{_kf6_datadir}/akregator/
|
#{_kf6_datadir}/akregator/
|
||||||
%{_kf6_datadir}/applications/org.kde.akregator.desktop
|
%{_kf6_datadir}/applications/org.kde.akregator.desktop
|
||||||
%{_kf6_datadir}/config.kcfg/akregator.kcfg
|
%{_kf6_datadir}/config.kcfg/akregator.kcfg
|
||||||
%{_kf6_datadir}/icons/hicolor/*/apps/akregator.*
|
%{_kf6_datadir}/icons/hicolor/*/apps/akregator.*
|
||||||
@ -106,6 +114,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
# uncomment to enable bootstrap mode
|
# uncomment to enable bootstrap mode
|
||||||
#global bootstrap 1
|
#global bootstrap 1
|
||||||
@ -8,7 +9,7 @@
|
|||||||
|
|
||||||
Name: analitza
|
Name: analitza
|
||||||
Summary: Library of mathematical features
|
Summary: Library of mathematical features
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -49,6 +50,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 \
|
%cmake_kf6 \
|
||||||
%{?tests:-DBUILD_TESTING:BOOL=ON}
|
%{?tests:-DBUILD_TESTING:BOOL=ON}
|
||||||
|
|
||||||
@ -91,6 +98,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
%if 0%{?fedora} || 0%{?epel}
|
%if 0%{?fedora} || 0%{?epel}
|
||||||
%global p7zip 1
|
%global p7zip 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: ark
|
Name: ark
|
||||||
Summary: Archive manager
|
Summary: Archive manager
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -100,6 +102,12 @@ Provides: ark-part%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -144,6 +152,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.ark.deskt
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: audiocd-kio
|
Name: audiocd-kio
|
||||||
Summary: KF6 Audiocd kio slave
|
Summary: KF6 Audiocd kio slave
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: BSD-3-Clause AND CC0-1.0 AND LGPL-3.0-or-later
|
License: BSD-3-Clause AND CC0-1.0 AND LGPL-3.0-or-later
|
||||||
@ -13,7 +15,11 @@ Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-
|
|||||||
ExclusiveArch: x86_64 ppc64le aarch64 %{arm}
|
ExclusiveArch: x86_64 ppc64le aarch64 %{arm}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
%if %{with gcc}
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: cdparanoia-devel cdparanoia
|
BuildRequires: cdparanoia-devel cdparanoia
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
@ -93,6 +99,12 @@ Documentation for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -134,6 +146,9 @@ Documentation for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: baloo-widgets
|
Name: baloo-widgets
|
||||||
Summary: Widgets for Baloo
|
Summary: Widgets for Baloo
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# # KDE e.V. may determine that future LGPL versions are accepted
|
# # KDE e.V. may determine that future LGPL versions are accepted
|
||||||
@ -37,6 +39,12 @@ Requires: kf6-kio-devel
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 -DBUILD_WITH_QT6=ON
|
%cmake_kf6 -DBUILD_WITH_QT6=ON
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -62,6 +70,9 @@ Requires: kf6-kio-devel
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,11 +1,13 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: blinken
|
Name: blinken
|
||||||
Summary: Memory Enhancement Game
|
Summary: Memory Enhancement Game
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://apps.kde.org/blinken/
|
URL: https://apps.kde.org/blinken/
|
||||||
Source: https://download.kde.org/%{stable_kf6}/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
@ -39,6 +41,12 @@ Requires: sj-stevehand-fonts
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -71,6 +79,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: bomber
|
Name: bomber
|
||||||
Summary: Arcade bombing game
|
Summary: Arcade bombing game
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# code LGPLv2+, docs GFDL
|
# code LGPLv2+, docs GFDL
|
||||||
@ -51,6 +53,12 @@ buildings.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -79,6 +87,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: bovo
|
Name: bovo
|
||||||
Summary: Five in a row game
|
Summary: Five in a row game
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# code GPLv2+, docs GFDL
|
# code GPLv2+, docs GFDL
|
||||||
@ -47,6 +48,12 @@ horizontally or diagonally.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -73,6 +80,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: calendarsupport
|
Name: calendarsupport
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: KDE PIM library for calendar and event handling
|
Summary: KDE PIM library for calendar and event handling
|
||||||
|
|
||||||
@ -61,6 +63,12 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -85,6 +93,9 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
|||||||
%{_qt6_docdir}/*.qch
|
%{_qt6_docdir}/*.qch
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: colord-kde
|
Name: colord-kde
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Colord support for KDE
|
Summary: Colord support for KDE
|
||||||
|
|
||||||
@ -42,6 +44,12 @@ KDE support for colord including KDE Daemon module and System Settings module.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -64,6 +72,9 @@ desktop-file-validate %{buildroot}/%{_kf6_datadir}/applications/{colordkdeiccimp
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: dolphin-plugins
|
Name: dolphin-plugins
|
||||||
Summary: Dolphin plugins
|
Summary: Dolphin plugins
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -36,6 +38,12 @@ Dolphin integration for revision control systems, Dropbox, and disk images.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -61,9 +69,12 @@ Dolphin integration for revision control systems, Dropbox, and disk images.
|
|||||||
%{_kf6_datadir}/config.kcfg/fileviewgitpluginsettings.kcfg
|
%{_kf6_datadir}/config.kcfg/fileviewgitpluginsettings.kcfg
|
||||||
%{_kf6_datadir}/config.kcfg/fileviewsvnpluginsettings.kcfg
|
%{_kf6_datadir}/config.kcfg/fileviewsvnpluginsettings.kcfg
|
||||||
%{_kf6_datadir}/config.kcfg/fileviewhgpluginsettings.kcfg
|
%{_kf6_datadir}/config.kcfg/fileviewhgpluginsettings.kcfg
|
||||||
|
%{_kf6_datadir}/qlogging-categories6/dolphingit.categories
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
|
%bcond_with gcc
|
||||||
%global tests 1
|
%global tests 1
|
||||||
|
|
||||||
Name: dolphin
|
Name: dolphin
|
||||||
Summary: KDE File Manager
|
Summary: KDE File Manager
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
|
License: BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
|
||||||
@ -86,6 +87,12 @@ Requires: kf6-kio-devel%{?_isa}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 \
|
%cmake_kf6 \
|
||||||
%{?flatpak:-DFLATPAK:BOOL=ON} \
|
%{?flatpak:-DFLATPAK:BOOL=ON} \
|
||||||
-DKDE_INSTALL_SYSTEMDUSERUNITDIR=%{_userunitdir} \
|
-DKDE_INSTALL_SYSTEMDUSERUNITDIR=%{_userunitdir} \
|
||||||
@ -137,6 +144,7 @@ xvfb-run -a bash -c "%ctest" || :
|
|||||||
%{_kf6_libdir}/libdolphinprivate.so.*
|
%{_kf6_libdir}/libdolphinprivate.so.*
|
||||||
%{_kf6_libdir}/libdolphinvcs.so.*
|
%{_kf6_libdir}/libdolphinvcs.so.*
|
||||||
%{_kf6_plugindir}/parts/dolphinpart.so
|
%{_kf6_plugindir}/parts/dolphinpart.so
|
||||||
|
%{_kf6_plugindir}/kfileitemaction/movetonewfolderitemaction.so
|
||||||
%{_kf6_qtplugindir}/dolphin/
|
%{_kf6_qtplugindir}/dolphin/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -148,6 +156,9 @@ xvfb-run -a bash -c "%ctest" || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: dragon
|
Name: dragon
|
||||||
Summary: Media player
|
Summary: Media player
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# code: KDE e.V. may determine that future GPL versions are accepted
|
# code: KDE e.V. may determine that future GPL versions are accepted
|
||||||
@ -49,6 +51,12 @@ Provides: dragonplayer = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -80,6 +88,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.dragonpla
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
## START: Set by rpmautospec
|
## START: Set by rpmautospec
|
||||||
## (rpmautospec version 0.6.3)
|
## (rpmautospec version 0.6.3)
|
||||||
## RPMAUTOSPEC: autorelease, autochangelog
|
## RPMAUTOSPEC: autorelease, autochangelog
|
||||||
@ -11,8 +13,8 @@
|
|||||||
%global base_name elisa
|
%global base_name elisa
|
||||||
|
|
||||||
Name: elisa-player
|
Name: elisa-player
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%autorelease
|
Release: 1%{?dist}
|
||||||
Summary: Elisa music player
|
Summary: Elisa music player
|
||||||
|
|
||||||
# Main program LGPLv3+
|
# Main program LGPLv3+
|
||||||
@ -22,7 +24,11 @@ URL: https://community.kde.org/Elisa
|
|||||||
|
|
||||||
Source0: https://download.kde.org/stable/release-service/%{version}/src/elisa-%{version}.tar.xz
|
Source0: https://download.kde.org/stable/release-service/%{version}/src/elisa-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
%if %{with gcc}
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -78,6 +84,12 @@ users.
|
|||||||
%autosetup -n elisa-%{version} -p1
|
%autosetup -n elisa-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -101,6 +113,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.el
|
|||||||
%{_kf6_libdir}/elisa/
|
%{_kf6_libdir}/elisa/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: eventviews
|
Name: eventviews
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: KDE PIM library for displaying events and calendars
|
Summary: KDE PIM library for displaying events and calendars
|
||||||
|
|
||||||
@ -65,6 +67,12 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -90,6 +98,9 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
|||||||
%{_qt6_docdir}/*.qch
|
%{_qt6_docdir}/*.qch
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
|
%bcond_with gcc
|
||||||
# build Python plugins (disabled by default due to #2048781)
|
# build Python plugins (disabled by default due to #2048781)
|
||||||
%bcond_with python
|
%bcond_with python
|
||||||
|
|
||||||
Name: falkon
|
Name: falkon
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Modern web browser
|
Summary: Modern web browser
|
||||||
|
|
||||||
@ -23,7 +24,11 @@ Patch0: falkon-3.1.0-native-scrollbars.patch
|
|||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: gcc-c++
|
%if %{with gcc}
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
BuildRequires: kf6-rpm-macros
|
BuildRequires: kf6-rpm-macros
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
|
|
||||||
@ -121,6 +126,12 @@ rm -rf po
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -179,6 +190,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.fa
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: ffmpegthumbs
|
Name: ffmpegthumbs
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: KDE ffmpegthumbnailer service
|
Summary: KDE ffmpegthumbnailer service
|
||||||
|
|
||||||
@ -30,6 +32,12 @@ Provides: kffmpegthumbnailer = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 -DQT_MAJOR_VERSION=6
|
%cmake_kf6 -DQT_MAJOR_VERSION=6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -51,6 +59,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: filelight
|
Name: filelight
|
||||||
Summary: Graphical disk usage statistics
|
Summary: Graphical disk usage statistics
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# KDE e.V. may determine that future GPL versions are accepted
|
# KDE e.V. may determine that future GPL versions are accepted
|
||||||
@ -47,6 +49,12 @@ is being used by graphically representing your file system.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -72,6 +80,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
%{_sysconfdir}/xdg/filelightrc
|
%{_sysconfdir}/xdg/filelightrc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: ghostwriter
|
Name: ghostwriter
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPL-3.0-or-later AND Apache-2.0 AND CC-BY-4.0 AND CC-BY-SA-4.0 AND MPL-1.1 AND BSD AND LGPL-3.0-only AND MIT AND ISC
|
License: GPL-3.0-or-later AND Apache-2.0 AND CC-BY-4.0 AND CC-BY-SA-4.0 AND MPL-1.1 AND BSD AND LGPL-3.0-only AND MIT AND ISC
|
||||||
@ -7,7 +9,11 @@ Summary: Cross-platform, aesthetic, distraction-free Markdown editor
|
|||||||
URL: https://invent.kde.org/office/%{name}
|
URL: https://invent.kde.org/office/%{name}
|
||||||
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
%if %{with gcc}
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
@ -66,6 +72,12 @@ or your novel.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 \
|
%cmake_kf6 \
|
||||||
-DQT_MAJOR_VERSION=6
|
-DQT_MAJOR_VERSION=6
|
||||||
|
|
||||||
@ -89,6 +101,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
%{_mandir}/man1/ghostwriter.*
|
%{_mandir}/man1/ghostwriter.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: granatier
|
Name: granatier
|
||||||
Summary: Place bombs to kill enemies and remove obstacles
|
Summary: Place bombs to kill enemies and remove obstacles
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPL-2.0-or-later AND GFDL-1.2-or-later
|
License: GPL-2.0-or-later AND GFDL-1.2-or-later
|
||||||
@ -32,7 +34,7 @@ BuildRequires: kf6-kio-devel
|
|||||||
BuildRequires: kf6-knewstuff-devel
|
BuildRequires: kf6-knewstuff-devel
|
||||||
BuildRequires: kf6-knotifyconfig-devel
|
BuildRequires: kf6-knotifyconfig-devel
|
||||||
BuildRequires: kf6-kxmlgui-devel
|
BuildRequires: kf6-kxmlgui-devel
|
||||||
BuildREquires: kf6-knewstuff-devel
|
BuildRequires: kf6-knewstuff-devel
|
||||||
BuildRequires: kf6-kwidgetsaddons-devel
|
BuildRequires: kf6-kwidgetsaddons-devel
|
||||||
BuildRequires: cmake(KF6Crash)
|
BuildRequires: cmake(KF6Crash)
|
||||||
BuildRequires: cmake(KF6DocTools)
|
BuildRequires: cmake(KF6DocTools)
|
||||||
@ -54,6 +56,12 @@ progress.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -82,6 +90,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: grantlee-editor
|
Name: grantlee-editor
|
||||||
Summary: KMail Theme Editor
|
Summary: KMail Theme Editor
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later
|
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later
|
||||||
@ -56,6 +58,12 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -86,6 +94,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.headerthe
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: grantleetheme
|
Name: grantleetheme
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: KDE PIM library for Grantlee template system
|
Summary: KDE PIM library for Grantlee template system
|
||||||
|
|
||||||
@ -50,6 +52,12 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -73,6 +81,9 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
|||||||
%{_qt6_docdir}/*.qch
|
%{_qt6_docdir}/*.qch
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: gwenview
|
Name: gwenview
|
||||||
Summary: An image viewer
|
Summary: An image viewer
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# app: GPLv2+
|
# app: GPLv2+
|
||||||
@ -86,6 +88,12 @@ Requires: (libwayland-client >= 1.22 or rx-libwayland-client)
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%global _rxlibdir /opt/rx/%{_lib}
|
%global _rxlibdir /opt/rx/%{_lib}
|
||||||
export PATH=/opt/rx/bin:$PATH
|
export PATH=/opt/rx/bin:$PATH
|
||||||
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
||||||
@ -127,6 +135,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.gwenview.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: incidenceeditor
|
Name: incidenceeditor
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: KDE PIM library for creating and editing calendar incidences
|
Summary: KDE PIM library for creating and editing calendar incidences
|
||||||
|
|
||||||
@ -70,6 +72,12 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -93,6 +101,9 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
|||||||
%{_qt6_docdir}/*.qch
|
%{_qt6_docdir}/*.qch
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: isoimagewriter
|
Name: isoimagewriter
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: KDE ISO Image Writer, a tool to write a .iso file to a USB disk
|
Summary: KDE ISO Image Writer, a tool to write a .iso file to a USB disk
|
||||||
|
|
||||||
@ -43,6 +45,12 @@ The KDE ISO Image Writer is a tool to write a .iso file to a USB disk.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -70,6 +78,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: juk
|
Name: juk
|
||||||
Summary: Music player
|
Summary: Music player
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# code: KDE e.V. may determine that future GPL versions are accepted
|
# code: KDE e.V. may determine that future GPL versions are accepted
|
||||||
@ -67,6 +69,12 @@ Juk is a jukebox, tagger and music collection manager.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -95,6 +103,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.juk.deskt
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
|
%bcond_with gcc
|
||||||
# trim changelog included in binary rpms
|
# trim changelog included in binary rpms
|
||||||
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
||||||
|
|
||||||
Name: k3b
|
Name: k3b
|
||||||
Summary: CD/DVD/Blu-ray burning application
|
Summary: CD/DVD/Blu-ray burning application
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -20,7 +21,11 @@ Patch10: prefer-wodim.patch
|
|||||||
|
|
||||||
## downstream patches
|
## downstream patches
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
%if %{with gcc}
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
@ -114,6 +119,12 @@ Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 \
|
%cmake_kf6 \
|
||||||
-DQT_MAJOR_VERSION=6 \
|
-DQT_MAJOR_VERSION=6 \
|
||||||
-DK3B_BUILD_FFMPEG_DECODER_PLUGIN:BOOL=ON \
|
-DK3B_BUILD_FFMPEG_DECODER_PLUGIN:BOOL=ON \
|
||||||
@ -167,6 +178,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.k3b.deskt
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
%bcond_without kf5
|
%bcond_without kf5
|
||||||
|
|
||||||
Name: kaccounts-integration
|
Name: kaccounts-integration
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Small system to administer web accounts across the KDE desktop
|
Summary: Small system to administer web accounts across the KDE desktop
|
||||||
License: CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-or-later
|
License: CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.0-or-later
|
||||||
@ -13,7 +14,12 @@ Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-
|
|||||||
|
|
||||||
## upstreamable fixes
|
## upstreamable fixes
|
||||||
|
|
||||||
BuildRequires: gcc-toolset-13-gcc-c++
|
%if %{with gcc}
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
|
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kf6-rpm-macros
|
BuildRequires: kf6-rpm-macros
|
||||||
BuildRequires: kf6-kcmutils-devel
|
BuildRequires: kf6-kcmutils-devel
|
||||||
@ -120,7 +126,13 @@ Headers, development libraries and documentation for %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
. /opt/rh/gcc-toolset-13/enable
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
mkdir %{name}_qt6
|
mkdir %{name}_qt6
|
||||||
pushd %{name}_qt6
|
pushd %{name}_qt6
|
||||||
%cmake_kf6 -S ..
|
%cmake_kf6 -S ..
|
||||||
@ -176,6 +188,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kaccounts-providers
|
Name: kaccounts-providers
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Additional service providers for KAccounts framework
|
Summary: Additional service providers for KAccounts framework
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -41,6 +43,12 @@ Obsoletes: kaccounts-providers < 15.12.0
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -65,6 +73,9 @@ Obsoletes: kaccounts-providers < 15.12.0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kaddressbook
|
Name: kaddressbook
|
||||||
Summary: Contact Manager
|
Summary: Contact Manager
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
|
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||||
@ -64,6 +66,12 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -104,6 +112,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kalarm
|
Name: kalarm
|
||||||
Summary: Personal Alarm Scheduler
|
Summary: Personal Alarm Scheduler
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
|
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||||
@ -13,6 +15,7 @@ BuildRequires: extra-cmake-modules
|
|||||||
BuildRequires: kf6-rpm-macros
|
BuildRequires: kf6-rpm-macros
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
|
BuildRequires: vlc-devel >= 3.0.0
|
||||||
|
|
||||||
BuildRequires: cmake(Qt6DBus)
|
BuildRequires: cmake(Qt6DBus)
|
||||||
BuildRequires: cmake(Qt6Gui)
|
BuildRequires: cmake(Qt6Gui)
|
||||||
@ -68,6 +71,12 @@ KAlarm is a personal alarm message, command and email scheduler.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 \
|
%cmake_kf6 \
|
||||||
-DENABLE_RTC_WAKE_FROM_SUSPEND:BOOL=%{!?flatpak:ON}%{?flatpak:OFF} \
|
-DENABLE_RTC_WAKE_FROM_SUSPEND:BOOL=%{!?flatpak:ON}%{?flatpak:OFF} \
|
||||||
-DWITHOUT_X11=ON
|
-DWITHOUT_X11=ON
|
||||||
@ -108,6 +117,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,14 +1,19 @@
|
|||||||
|
%bcond_with gcc
|
||||||
%global kf6_min_version 5.240.0
|
%global kf6_min_version 5.240.0
|
||||||
|
|
||||||
Name: kalk
|
Name: kalk
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND GPL-3.0-or-later
|
License: BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later AND GPL-3.0-or-later
|
||||||
Summary: %{name} is a convergent calculator for Plasma.
|
Summary: %{name} is a convergent calculator for Plasma.
|
||||||
Url: https://apps.kde.org/%{name}/
|
Url: https://apps.kde.org/%{name}/
|
||||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
%if %{with gcc}
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kf6-rpm-macros
|
BuildRequires: kf6-rpm-macros
|
||||||
@ -46,6 +51,12 @@ Requires: qt6-qt5compat%{?_isa}
|
|||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -68,6 +79,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
|
|||||||
%license LICENSES/*
|
%license LICENSES/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kamera
|
Name: kamera
|
||||||
Summary: Digital camera support for KDE
|
Summary: Digital camera support for KDE
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -36,6 +38,12 @@ Requires: kde-cli-tools
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -64,6 +72,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
%bcond_with gcc
|
||||||
# uncomment to enable bootstrap mode
|
# uncomment to enable bootstrap mode
|
||||||
#global bootstrap 1
|
#global bootstrap 1
|
||||||
|
|
||||||
@ -7,19 +8,19 @@
|
|||||||
|
|
||||||
Name: kamoso
|
Name: kamoso
|
||||||
Summary: Application for taking pictures and videos from a webcam
|
Summary: Application for taking pictures and videos from a webcam
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GFDL-1.2-or-later AND GPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later
|
License: GFDL-1.2-or-later AND GPL-2.0-or-later AND LGPL-2.1-only AND LGPL-2.1-or-later
|
||||||
URL: https://userbase.kde.org/Kamoso
|
URL: https://userbase.kde.org/Kamoso
|
||||||
|
|
||||||
Source0: https://download.kde.org/%{stable_kf5}/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
## upstream patches
|
## upstream patches
|
||||||
|
|
||||||
## upstreamable patches
|
## upstreamable patches
|
||||||
|
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost1.81-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
@ -72,6 +73,12 @@ Kamoso is an application to take pictures and videos out of your webcam.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf5 \
|
%cmake_kf5 \
|
||||||
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} -Wno-dev
|
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} -Wno-dev
|
||||||
|
|
||||||
@ -105,6 +112,9 @@ xvfb-run -a bash -c "%ctest"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kanagram
|
Name: kanagram
|
||||||
Summary: Letter Order Game
|
Summary: Letter Order Game
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -44,6 +46,12 @@ Requires: kdeedu-data
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 -DQT_MAJOR_VERSION=6
|
%cmake_kf6 -DQT_MAJOR_VERSION=6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -75,6 +83,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kapman
|
Name: kapman
|
||||||
Summary: A collecting game
|
Summary: A collecting game
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -61,6 +63,12 @@ increase. The game ends when you have lost all your lives.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -88,6 +96,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kapptemplate
|
Name: kapptemplate
|
||||||
Summary: KDE Template generator
|
Summary: KDE Template generator
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -38,6 +40,12 @@ Factory for the easy creation of KDE/Qt components and programs
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -66,6 +74,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
# trim changelog included in binary rpms
|
# trim changelog included in binary rpms
|
||||||
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
||||||
|
|
||||||
@ -6,7 +8,7 @@
|
|||||||
|
|
||||||
Name: kate
|
Name: kate
|
||||||
Summary: Advanced Text Editor
|
Summary: Advanced Text Editor
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# kwrite LGPLv2+
|
# kwrite LGPLv2+
|
||||||
@ -90,6 +92,12 @@ Requires: %{name}-libs = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 \
|
%cmake_kf6 \
|
||||||
-Wno-dev \
|
-Wno-dev \
|
||||||
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
|
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF}
|
||||||
@ -129,6 +137,7 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
|
|||||||
%{_kf6_plugindir}/ktexteditor/cmaketoolsplugin.so
|
%{_kf6_plugindir}/ktexteditor/cmaketoolsplugin.so
|
||||||
%{_kf6_plugindir}/ktexteditor/eslintplugin.so
|
%{_kf6_plugindir}/ktexteditor/eslintplugin.so
|
||||||
%{_kf6_plugindir}/ktexteditor/formatplugin.so
|
%{_kf6_plugindir}/ktexteditor/formatplugin.so
|
||||||
|
%{_kf6_plugindir}/ktexteditor/katesqlplugin.so
|
||||||
%{_mandir}/man1/kate.1*
|
%{_mandir}/man1/kate.1*
|
||||||
|
|
||||||
|
|
||||||
@ -176,6 +185,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: katomic
|
Name: katomic
|
||||||
Summary: An educational game built around molecular geometry
|
Summary: An educational game built around molecular geometry
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# code GPLv2+, docs GFDL
|
# code GPLv2+, docs GFDL
|
||||||
@ -64,6 +66,12 @@ the next one.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -92,6 +100,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kbackup
|
Name: kbackup
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Back up your data in a simple, user friendly way
|
Summary: Back up your data in a simple, user friendly way
|
||||||
Summary(fr): Sauvegarder vos données de manière simple et conviviale
|
Summary(fr): Sauvegarder vos données de manière simple et conviviale
|
||||||
@ -11,7 +13,11 @@ Source0: https://download.kde.org/stable/release-service/%{version}/src/%
|
|||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: gcc-c++
|
%if %{with gcc}
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: kf6-rpm-macros
|
BuildRequires: kf6-rpm-macros
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
@ -62,6 +68,12 @@ KBackup позволяет делать резервное копировани
|
|||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -87,6 +99,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.%{name}.deskt
|
|||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kblackbox
|
Name: kblackbox
|
||||||
Summary: A game of hide and seek played on a grid of boxes
|
Summary: A game of hide and seek played on a grid of boxes
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -63,6 +65,12 @@ the better (the lower) your score.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -90,6 +98,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kblocks
|
Name: kblocks
|
||||||
Summary: A classic falling blocks game
|
Summary: A classic falling blocks game
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -62,6 +64,12 @@ the game is over.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -91,6 +99,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kbounce
|
Name: kbounce
|
||||||
Summary: Ball bouncing game
|
Summary: Ball bouncing game
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: LGPLv2+ and GFDL
|
License: LGPLv2+ and GFDL
|
||||||
@ -62,6 +64,12 @@ advance to the next level.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -89,6 +97,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
3
extras/KF6/gear/kbrickbuster/.directory
Normal file
3
extras/KF6/gear/kbrickbuster/.directory
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[Dolphin]
|
||||||
|
Timestamp=2024,8,23,21,44,35.516
|
||||||
|
Version=4
|
@ -1,17 +1,19 @@
|
|||||||
Name: kbrickbuster
|
%bcond_with gcc
|
||||||
|
|
||||||
|
Name: kbreakout
|
||||||
Summary: Destroy bricks with a ball
|
Summary: Destroy bricks with a ball
|
||||||
Version: 24.02.1
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
URL: https://apps.kde.org/kbreakout/
|
URL: https://apps.kde.org/kbreakout/
|
||||||
|
|
||||||
# Upstream source. Cannot be used because we need to *PATCH* the sources
|
# Upstream source. Cannot be used because we need to *PATCH* the sources
|
||||||
#Source: https://download.kde.org/%%{stable_kf6}/release-service/%%{version}/src/kbreakout-%%{version}.tar.xz
|
Source: https://download.kde.org/stable/release-service/%{version}/src/kbreakout-%{version}.tar.xz
|
||||||
Source: kbrickbuster-%{version}.tar.xz
|
#Source: kbrickbuster-%{version}.tar.xz
|
||||||
# This patch is needed to modify upstream sources. They must be uploaded to the
|
# This patch is needed to modify upstream sources. They must be uploaded to the
|
||||||
# side-cache
|
# side-cache
|
||||||
Source1: patch.sh
|
#Source1: patch.sh
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
@ -36,7 +38,8 @@ BuildRequires: cmake(KF6DocTools)
|
|||||||
|
|
||||||
BuildRequires: cmake(KDEGames6)
|
BuildRequires: cmake(KDEGames6)
|
||||||
|
|
||||||
Provides: kbreakout = 1:%{version}-%{release}
|
Provides: kbrickbuster = %{version}-%{release}
|
||||||
|
Obsoletes: kbrickbuster < %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The objective KBrickbuster game is to destroy as many bricks as possible
|
The objective KBrickbuster game is to destroy as many bricks as possible
|
||||||
@ -48,6 +51,12 @@ without losing the ball.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -73,6 +82,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_datadir}/metainfo/org.k
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 28 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.1
|
||||||
|
- rename back to kbreakout
|
||||||
|
|
||||||
* Fri Apr 05 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 24.02.1-1
|
* Fri Apr 05 2024 Yaakov Selkowitz <yselkowi@redhat.com> - 24.02.1-1
|
||||||
- 24.02.1
|
- 24.02.1
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kbruch
|
Name: kbruch
|
||||||
Summary: Practice Fractions
|
Summary: Practice Fractions
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -36,6 +38,12 @@ BuildRequires: cmake(KF6DocTools)
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -65,6 +73,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kcachegrind
|
Name: kcachegrind
|
||||||
Summary: GUI to profilers such as Valgrind
|
Summary: GUI to profilers such as Valgrind
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2 and GFDL
|
License: GPLv2 and GFDL
|
||||||
@ -56,6 +58,12 @@ sed -i.env -e "s|^#!/usr/bin/env php$|#!%{_bindir}/php|g" converters/pprof2call
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 -DQT_MAJOR_VERSION=6
|
%cmake_kf6 -DQT_MAJOR_VERSION=6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -109,6 +117,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/qcachegrind.desktop
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kcalc
|
Name: kcalc
|
||||||
Summary: Scientific Calculator
|
Summary: Scientific Calculator
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -45,8 +47,14 @@ functions than meet the eye on a first glance.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
|
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf6 %{?flatpak:-DINSTALL_ICONS=ON}
|
%cmake_kf6 %{?flatpak:-DINSTALL_ICONS=ON} -DCMAKE_BUILD_TYPE=Release
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -77,6 +85,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kcalutils
|
Name: kcalutils
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The KCalendarUtils Library
|
Summary: The KCalendarUtils Library
|
||||||
|
|
||||||
@ -50,6 +52,12 @@ find ./po -type f -name libkcalutils5.po -execdir mv {} libkcalutils6.po \;
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -75,6 +83,9 @@ find ./po -type f -name libkcalutils5.po -execdir mv {} libkcalutils6.po \;
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kcharselect
|
Name: kcharselect
|
||||||
Summary: Character selector
|
Summary: Character selector
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -32,6 +34,12 @@ fonts and copy them into the clipboard.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -55,6 +63,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kcolorchooser
|
Name: kcolorchooser
|
||||||
Summary: A color chooser
|
Summary: A color chooser
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -27,6 +29,12 @@ BuildRequires: cmake(Qt6Widgets)
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -51,6 +59,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kcron
|
Name: kcron
|
||||||
Summary: Cron KDE configuration module
|
Summary: Cron KDE configuration module
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -32,6 +34,12 @@ Systemsettings module for the cron task scheduler.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -56,6 +64,9 @@ Systemsettings module for the cron task scheduler.
|
|||||||
%{_kf6_qtplugindir}/plasma/kcms/systemsettings_qwidgets/kcm_cron.so
|
%{_kf6_qtplugindir}/plasma/kcms/systemsettings_qwidgets/kcm_cron.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
%global base_name kdeconnect-kde
|
%global base_name kdeconnect-kde
|
||||||
|
|
||||||
Name: kde-connect
|
Name: kde-connect
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Summary: KDE Connect client for communication with smartphones
|
Summary: KDE Connect client for communication with smartphones
|
||||||
@ -14,7 +16,11 @@ Source0: https://download.kde.org/stable/release-service/%{version}/src/%{base_n
|
|||||||
## upstream patches (lookaside cache)
|
## upstream patches (lookaside cache)
|
||||||
Patch1: kde-connect-xkb_utf32_to_keysym_compat.patch
|
Patch1: kde-connect-xkb_utf32_to_keysym_compat.patch
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
%if %{with gcc}
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
@ -126,6 +132,12 @@ Supplements: (kdeconnectd and nautilus)
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%global _rxlibdir /opt/rx/%{_lib}
|
%global _rxlibdir /opt/rx/%{_lib}
|
||||||
export PATH=/opt/rx/bin:$PATH
|
export PATH=/opt/rx/bin:$PATH
|
||||||
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
||||||
@ -196,6 +208,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kde-dev-scripts
|
Name: kde-dev-scripts
|
||||||
Summary: KDE SDK scripts
|
Summary: KDE SDK scripts
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.0-only AND BSD-2-Clause
|
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.0-only AND BSD-2-Clause
|
||||||
@ -34,6 +36,12 @@ KDE SDK scripts
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 -DBUILD_WITH_QT6=ON
|
%cmake_kf6 -DBUILD_WITH_QT6=ON
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -135,6 +143,9 @@ rm -fv %{buildroot}%{_kf6_bindir}/krazy-licensecheck
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kde-dev-utils
|
Name: kde-dev-utils
|
||||||
Summary: Utilities for developers using KDE
|
Summary: Utilities for developers using KDE
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: LGPL-2.0-only AND LGPL-3.0-only
|
License: LGPL-2.0-only AND LGPL-3.0-only
|
||||||
@ -12,7 +14,11 @@ Source0: http://download.kde.org/stable/release-service/%{version}/src/%{name}-%
|
|||||||
|
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
%if %{with gcc}
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kf6-rpm-macros
|
BuildRequires: kf6-rpm-macros
|
||||||
@ -76,6 +82,12 @@ Requires: %{name}-common = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 -DQT_MAJOR_VERSION=6
|
%cmake_kf6 -DQT_MAJOR_VERSION=6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -111,6 +123,9 @@ desktop-file-validate %{buildroot}/%{_kf6_datadir}/applications/org.kde.kuiviewe
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kde-inotify-survey
|
Name: kde-inotify-survey
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Monitors inotify limits and lets the user know when exceeded
|
Summary: Monitors inotify limits and lets the user know when exceeded
|
||||||
|
|
||||||
@ -7,7 +9,7 @@ Summary: Monitors inotify limits and lets the user know when exceeded
|
|||||||
License: BSD-3-Clause and CC0-1.0 and FSFAP and GPL-2.0-only and GPL-3.0-only
|
License: BSD-3-Clause and CC0-1.0 and FSFAP and GPL-2.0-only and GPL-3.0-only
|
||||||
URL: https://invent.kde.org/system/%{name}
|
URL: https://invent.kde.org/system/%{name}
|
||||||
|
|
||||||
Source: https://download.kde.org/%{stable_kf5}/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# Updates the dbus service config to use the right policies to satisfy a rpmlint error
|
# Updates the dbus service config to use the right policies to satisfy a rpmlint error
|
||||||
# Merge Request: https://invent.kde.org/frameworks/kauth/-/merge_requests/44
|
# Merge Request: https://invent.kde.org/frameworks/kauth/-/merge_requests/44
|
||||||
@ -36,6 +38,12 @@ BuildRequires: cmake(KF6Auth)
|
|||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 -DQT_MAJOR_VERSION=6
|
%cmake_kf6 -DQT_MAJOR_VERSION=6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -59,6 +67,9 @@ install -m644 -p -D %{SOURCE1} %{buildroot}%{_datadir}/dbus-1/system.d/org.kde.k
|
|||||||
%{_datadir}/polkit-1/actions/org.kde.kded.inotify.policy
|
%{_datadir}/polkit-1/actions/org.kde.kded.inotify.policy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
## START: Set by rpmautospec
|
## START: Set by rpmautospec
|
||||||
## (rpmautospec version 0.6.3)
|
## (rpmautospec version 0.6.3)
|
||||||
## RPMAUTOSPEC: autorelease, autochangelog
|
## RPMAUTOSPEC: autorelease, autochangelog
|
||||||
@ -15,8 +17,8 @@
|
|||||||
%global kpmcoremin 24.01
|
%global kpmcoremin 24.01
|
||||||
|
|
||||||
Name: kde-partitionmanager
|
Name: kde-partitionmanager
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%autorelease
|
Release: 1%{?dist}
|
||||||
Summary: KDE Partition Manager
|
Summary: KDE Partition Manager
|
||||||
|
|
||||||
License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND CC-BY-4.0 AND CC0-1.0 AND GFDL-1.2-or-later
|
License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND CC-BY-4.0 AND CC0-1.0 AND GFDL-1.2-or-later
|
||||||
@ -70,6 +72,12 @@ manipulate filesystems.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -96,6 +104,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/*.appdata.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kdebugsettings
|
Name: kdebugsettings
|
||||||
Summary: Configure debug output from Qt6 applications
|
Summary: Configure debug output from Qt6 applications
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -32,6 +34,12 @@ An application to enable/disable qCDebug
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -65,6 +73,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.kd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kdeedu-data
|
Name: kdeedu-data
|
||||||
Summary: Shared icons, artwork and data files for educational applications
|
Summary: Shared icons, artwork and data files for educational applications
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -25,6 +27,12 @@ Requires: hicolor-icon-theme
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 -DQT_MAJOR_VERSION=6
|
%cmake_kf6 -DQT_MAJOR_VERSION=6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -41,6 +49,9 @@ Requires: hicolor-icon-theme
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,18 +1,15 @@
|
|||||||
|
%bcond_with gcc
|
||||||
%undefine __cmake_in_source_build
|
%undefine __cmake_in_source_build
|
||||||
|
|
||||||
Name: kdegraphics-mobipocket
|
Name: kdegraphics-mobipocket
|
||||||
Summary: A collection of plugins to handle mobipocket files
|
Summary: A collection of plugins to handle mobipocket files
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://www.kde.org/applications/graphics/
|
URL: https://www.kde.org/applications/graphics/
|
||||||
%global revision %(echo %{version} | cut -d. -f3)
|
|
||||||
%if %{revision} >= 50
|
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
%global stable unstable
|
|
||||||
%else
|
|
||||||
%global stable stable
|
|
||||||
%endif
|
|
||||||
Source0: https://download.kde.org/%{stable}/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
|
||||||
|
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kf6-rpm-macros
|
BuildRequires: kf6-rpm-macros
|
||||||
@ -41,6 +38,12 @@ Provides: qmobipocket-devel%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 \
|
%cmake_kf6 \
|
||||||
-DQT_MAJOR_VERSION=6
|
-DQT_MAJOR_VERSION=6
|
||||||
|
|
||||||
@ -64,6 +67,9 @@ Provides: qmobipocket-devel%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kdegraphics-thumbnailers
|
Name: kdegraphics-thumbnailers
|
||||||
Summary: Thumbnailers for various graphic types
|
Summary: Thumbnailers for various graphic types
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# most sources GPLv2+, dscparse.* GPL, gscreator.* LGPLv2+,
|
# most sources GPLv2+, dscparse.* GPL, gscreator.* LGPLv2+,
|
||||||
@ -27,6 +29,12 @@ BuildRequires: cmake(KDcrawQt6)
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 \
|
%cmake_kf6 \
|
||||||
-DQT_MAJOR_VERSION=6
|
-DQT_MAJOR_VERSION=6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -46,6 +54,9 @@ BuildRequires: cmake(KDcrawQt6)
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
|
%bcond_with gcc
|
||||||
%global _lto_cflags %{nil}
|
%global _lto_cflags %{nil}
|
||||||
|
|
||||||
Name: kdenlive
|
Name: kdenlive
|
||||||
Summary: Non-linear video editor
|
Summary: Non-linear video editor
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: (GPL-2.0-only or GPL-3.0-only) and GPL-2.0-or-later and GPL-3.0-or-later and LGPL-3.0-only and BSD-3-Clause and CC0-1.0
|
License: (GPL-2.0-only or GPL-3.0-only) and GPL-2.0-or-later and GPL-3.0-or-later and LGPL-3.0-only and BSD-3-Clause and CC0-1.0
|
||||||
@ -10,7 +11,11 @@ URL: http://www.kdenlive.org
|
|||||||
|
|
||||||
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
%if %{with gcc}
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: libappstream-glib
|
BuildRequires: libappstream-glib
|
||||||
@ -86,8 +91,14 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
# disabling QCH as some files don't seem to end up installed in the right place
|
# disabling QCH as some files don't seem to end up installed in the right place
|
||||||
%{cmake_kf6} \
|
%cmake_kf6 \
|
||||||
-DKDE_INSTALL_USE_QT_SYS_PATHS:BOOL=ON -Wno-dev \
|
-DKDE_INSTALL_USE_QT_SYS_PATHS:BOOL=ON -Wno-dev \
|
||||||
-DQT_MAJOR_VERSION=6 \
|
-DQT_MAJOR_VERSION=6 \
|
||||||
-DBUILD_QCH:BOOL=OFF
|
-DBUILD_QCH:BOOL=OFF
|
||||||
@ -131,6 +142,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
|
%bcond_with gcc
|
||||||
# adblock requires rust and corrosion
|
# adblock requires rust and corrosion
|
||||||
%bcond_with adblock
|
%bcond_with adblock
|
||||||
|
|
||||||
Name: kdepim-addons
|
Name: kdepim-addons
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Additional plugins for KDE PIM applications
|
Summary: Additional plugins for KDE PIM applications
|
||||||
# Cargo license summary:
|
# Cargo license summary:
|
||||||
@ -32,7 +33,7 @@ Patch0: 0001-Enable-the-expert-plugin-by-default.patch
|
|||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kf6-rpm-macros
|
BuildRequires: kf6-rpm-macros
|
||||||
BuildRequires: cargo-rpm-macros
|
BuildRequires: cargo-rpm-macros
|
||||||
BuildRequires: cmake(QGpgmeQt6)
|
BuildRequires: cmake(QGpgmeQt6) >= 1.20
|
||||||
|
|
||||||
BuildRequires: cmake(Qt6WebEngineWidgets)
|
BuildRequires: cmake(Qt6WebEngineWidgets)
|
||||||
BuildRequires: cmake(Qt6Widgets)
|
BuildRequires: cmake(Qt6Widgets)
|
||||||
@ -127,6 +128,12 @@ popd > /dev/null
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%global _rxlibdir /opt/rx/%{_lib}
|
%global _rxlibdir /opt/rx/%{_lib}
|
||||||
export PATH=/opt/rx/bin:$PATH
|
export PATH=/opt/rx/bin:$PATH
|
||||||
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
||||||
@ -154,7 +161,7 @@ popd
|
|||||||
%if %{with adblock}
|
%if %{with adblock}
|
||||||
%license plugins/webengineurlinterceptor/adblock/LICENSE.dependencies
|
%license plugins/webengineurlinterceptor/adblock/LICENSE.dependencies
|
||||||
%endif
|
%endif
|
||||||
%{_kf6_datadir}/icons/hicolor/scalable/status/moon-phase-*
|
#{_kf6_datadir}/icons/hicolor/scalable/status/moon-phase-*
|
||||||
%{_kf6_datadir}/qlogging-categories6/*%{name}.*
|
%{_kf6_datadir}/qlogging-categories6/*%{name}.*
|
||||||
%if %{with adblock}
|
%if %{with adblock}
|
||||||
%{_kf6_libdir}/libadblockplugin.so.*
|
%{_kf6_libdir}/libadblockplugin.so.*
|
||||||
@ -164,6 +171,7 @@ popd
|
|||||||
%{_kf6_libdir}/libexpireaccounttrashfolderconfig.so.*
|
%{_kf6_libdir}/libexpireaccounttrashfolderconfig.so.*
|
||||||
%{_kf6_libdir}/libfolderconfiguresettings.so.*
|
%{_kf6_libdir}/libfolderconfiguresettings.so.*
|
||||||
%{_kf6_libdir}/libkmailconfirmbeforedeleting.so.*
|
%{_kf6_libdir}/libkmailconfirmbeforedeleting.so.*
|
||||||
|
%{_kf6_libdir}/libkmailmarkdown.so.*
|
||||||
%{_kf6_libdir}/libopenurlwithconfigure.so.*
|
%{_kf6_libdir}/libopenurlwithconfigure.so.*
|
||||||
%{_kf6_qmldir}/org/kde/plasma/PimCalendars/
|
%{_kf6_qmldir}/org/kde/plasma/PimCalendars/
|
||||||
%{_kf6_qtplugindir}/pim6/mailtransport/mailtransport_sendplugin.so
|
%{_kf6_qtplugindir}/pim6/mailtransport/mailtransport_sendplugin.so
|
||||||
@ -176,7 +184,7 @@ popd
|
|||||||
|
|
||||||
# KMail
|
# KMail
|
||||||
%{_kf6_bindir}/kmail_*.sh
|
%{_kf6_bindir}/kmail_*.sh
|
||||||
%{_kf6_libdir}/libkmailmarkdown.so.*
|
#{_kf6_libdir}/libkmailmarkdown.so.*
|
||||||
%{_kf6_libdir}/libkmailquicktextpluginprivate.so.*
|
%{_kf6_libdir}/libkmailquicktextpluginprivate.so.*
|
||||||
%{_kf6_qtplugindir}/pim6/akonadi/
|
%{_kf6_qtplugindir}/pim6/akonadi/
|
||||||
%{_kf6_qtplugindir}/pim6/importwizard/
|
%{_kf6_qtplugindir}/pim6/importwizard/
|
||||||
@ -187,7 +195,7 @@ popd
|
|||||||
%{_kf6_sysconfdir}/xdg/kmail.antivirusrc
|
%{_kf6_sysconfdir}/xdg/kmail.antivirusrc
|
||||||
|
|
||||||
# KOrganizer
|
# KOrganizer
|
||||||
%{_kf6_qtplugindir}/pim6/korganizer/
|
#{_kf6_qtplugindir}/pim6/korganizer/
|
||||||
|
|
||||||
# PimCommon
|
# PimCommon
|
||||||
%{_kf6_libdir}/libshorturlpluginprivate.so*
|
%{_kf6_libdir}/libshorturlpluginprivate.so*
|
||||||
@ -198,6 +206,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kdepim-runtime
|
Name: kdepim-runtime
|
||||||
Summary: KDE PIM Runtime Environment
|
Summary: KDE PIM Runtime Environment
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: AGPL-3.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
|
License: AGPL-3.0-or-later AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only AND LGPL-3.0-or-later AND (GPL-2.0-only OR GPL-3.0-only) AND (LGPL-2.1-only OR LGPL-3.0-only)
|
||||||
@ -96,6 +98,12 @@ Requires: akonadi-server%{?_isa} >= %{version}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -142,6 +150,9 @@ desktop-file-validate %{buildroot}/%{_kf6_datadir}/applications/org.kde.akonadi_
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
|
%bcond_with gcc
|
||||||
%undefine __cmake_in_source_build
|
%undefine __cmake_in_source_build
|
||||||
%global base_name kdesdk-kio
|
%global base_name kdesdk-kio
|
||||||
|
|
||||||
Name: kdesdk-kioslaves
|
Name: kdesdk-kioslaves
|
||||||
Summary: KDESDK KIOslaves
|
Summary: KDESDK KIOslaves
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2 and GPLv2+
|
License: GPLv2 and GPLv2+
|
||||||
@ -42,6 +44,12 @@ KDE SDK kioslaves:
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 \
|
%cmake_kf6 \
|
||||||
-DQT_MAJOR_VERSION=6
|
-DQT_MAJOR_VERSION=6
|
||||||
|
|
||||||
@ -59,6 +67,9 @@ KDE SDK kioslaves:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kdesdk-thumbnailers
|
Name: kdesdk-thumbnailers
|
||||||
Summary: Thumbnailers for KDE
|
Summary: Thumbnailers for KDE
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -43,6 +45,12 @@ gettext translation templates
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 \
|
%cmake_kf6 \
|
||||||
-DQT_MAJOR_VERSION=6
|
-DQT_MAJOR_VERSION=6
|
||||||
|
|
||||||
@ -63,6 +71,9 @@ gettext translation templates
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kdf
|
Name: kdf
|
||||||
Summary: View disk usage
|
Summary: View disk usage
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -41,6 +43,12 @@ free space, type and mount point.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -71,6 +79,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.*.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kdialog
|
Name: kdialog
|
||||||
Summary: Nice dialog boxes from shell scripts
|
Summary: Nice dialog boxes from shell scripts
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -33,6 +35,12 @@ KDialog can be used to show nice dialog boxes from shell scripts.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -54,6 +62,9 @@ KDialog can be used to show nice dialog boxes from shell scripts.
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kdiamond
|
Name: kdiamond
|
||||||
Summary: A three-in-a-row game
|
Summary: A three-in-a-row game
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -58,6 +60,12 @@ The object of the game is to build lines of three similar diamonds.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -88,6 +96,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
|
%bcond_with gcc
|
||||||
%global base_name kio-zeroconf
|
%global base_name kio-zeroconf
|
||||||
|
|
||||||
Name: kdnssd
|
Name: kdnssd
|
||||||
Summary: KDE Network Monitor for DNS-SD services (Zeroconf)
|
Summary: KDE Network Monitor for DNS-SD services (Zeroconf)
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPL-2.0-or-later AND LGPL-2.0-only
|
License: GPL-2.0-or-later AND LGPL-2.0-only
|
||||||
@ -41,6 +42,12 @@ Provides: kdenetwork-kdnssd = 7:%{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 -DBUILD_WITH_QT6=ON
|
%cmake_kf6 -DBUILD_WITH_QT6=ON
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -62,6 +69,9 @@ Provides: kdenetwork-kdnssd = 7:%{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kdsoap-ws-discovery-client
|
Name: kdsoap-ws-discovery-client
|
||||||
Version: 0.4.0
|
Version: 0.4.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
@ -34,6 +36,12 @@ Summary: Developer Documentation files for %{name}
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 -DBUILD_WITH_QT6=ON
|
%cmake_kf6 -DBUILD_WITH_QT6=ON
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
%bcond_with gcc
|
||||||
%bcond_with qt5
|
%bcond_with qt5
|
||||||
## START: Set by rpmautospec
|
## START: Set by rpmautospec
|
||||||
## (rpmautospec version 0.5.1)
|
## (rpmautospec version 0.5.1)
|
||||||
@ -84,6 +85,12 @@ Documentation for %{name}
|
|||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{with qt5}
|
%if %{with qt5}
|
||||||
%global _vpath_builddir %{_target_platform}-qt5
|
%global _vpath_builddir %{_target_platform}-qt5
|
||||||
%cmake -DKDSoap_EXAMPLES=false -DKDSoap_QT6=OFF
|
%cmake -DKDSoap_EXAMPLES=false -DKDSoap_QT6=OFF
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: keysmith
|
Name: keysmith
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Summary: Convergent OTP client
|
Summary: Convergent OTP client
|
||||||
@ -38,6 +40,12 @@ OTP client for Plasma Mobile and Desktop
|
|||||||
%autosetup -n %{name}-%{version}
|
%autosetup -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -59,6 +67,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
%{_kf6_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
%{_kf6_datadir}/icons/hicolor/scalable/apps/%{name}.svg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kfind
|
Name: kfind
|
||||||
Summary: KDE Find File Utility
|
Summary: KDE Find File Utility
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# Documentation is GFDL, rest GPLv2+
|
# Documentation is GFDL, rest GPLv2+
|
||||||
@ -36,6 +38,12 @@ KFind allows you to search for directories and files.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -62,6 +70,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kfourinline
|
Name: kfourinline
|
||||||
Summary: A four-in-a-row game
|
Summary: A four-in-a-row game
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -58,6 +60,12 @@ The game can also be played against a computer
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -87,6 +95,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kgeography
|
Name: kgeography
|
||||||
Summary: Geography Trainer
|
Summary: Geography Trainer
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -37,6 +39,12 @@ BuildRequires: cmake(KF6DocTools)
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -67,6 +75,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kget
|
Name: kget
|
||||||
Summary: Download manager
|
Summary: Download manager
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -88,6 +90,12 @@ Provides: kdenetwork-kget-libs = 7:%{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%global _rxlibdir /opt/rx/%{_lib}
|
%global _rxlibdir /opt/rx/%{_lib}
|
||||||
export PATH=/opt/rx/bin:$PATH
|
export PATH=/opt/rx/bin:$PATH
|
||||||
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
||||||
@ -135,6 +143,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kgoldrunner
|
Name: kgoldrunner
|
||||||
Summary: A game of action and puzzle solving
|
Summary: A game of action and puzzle solving
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -50,6 +52,12 @@ dodge your enemies, collect all the gold and climb up to the next level.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -79,6 +87,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kgpg
|
Name: kgpg
|
||||||
Summary: Manage GPG encryption keys
|
Summary: Manage GPG encryption keys
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only)
|
License: CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND (GPL-2.0-only OR GPL-3.0-only)
|
||||||
@ -80,6 +82,12 @@ KGpg is a simple interface for GnuPG, a powerful encryption utility.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%global _rxlibdir /opt/rx/%{_lib}
|
%global _rxlibdir /opt/rx/%{_lib}
|
||||||
export PATH=/opt/rx/bin:$PATH
|
export PATH=/opt/rx/bin:$PATH
|
||||||
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
||||||
@ -126,6 +134,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: khangman
|
Name: khangman
|
||||||
Summary: Hangman game
|
Summary: Hangman game
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -53,6 +54,12 @@ Requires: qt6-qtmultimedia%{?_isa}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -91,6 +98,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: khelpcenter
|
Name: khelpcenter
|
||||||
Summary: Show documentation for KDE applications
|
Summary: Show documentation for KDE applications
|
||||||
# Override khelpcenter subpackage from kde-runtime-15.04 (no longer built)
|
# Override khelpcenter subpackage from kde-runtime-15.04 (no longer built)
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2 or GPLv3
|
License: GPLv2 or GPLv3
|
||||||
@ -54,6 +56,12 @@ ExclusiveArch: %{qt6_qtwebengine_arches}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -98,6 +106,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.%{name}.deskt
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kidentitymanagement
|
Name: kidentitymanagement
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The KIdentityManagement Library
|
Summary: The KIdentityManagement Library
|
||||||
|
|
||||||
@ -51,6 +53,12 @@ find ./po -type f -name libkpimidentities5.po -execdir mv {} libkpimidentities6.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -85,6 +93,9 @@ find ./po -type f -name libkpimidentities5.po -execdir mv {} libkpimidentities6.
|
|||||||
%{_qt6_docdir}/*.qch
|
%{_qt6_docdir}/*.qch
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kigo
|
Name: kigo
|
||||||
Summary: Go Board game
|
Summary: Go Board game
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# KDE e.V. may determine that future GPL versions are accepted
|
# KDE e.V. may determine that future GPL versions are accepted
|
||||||
@ -57,6 +59,12 @@ lines for easier flavors).
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -89,6 +97,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: killbots
|
Name: killbots
|
||||||
Summary: A simple game of evading killer robots
|
Summary: A simple game of evading killer robots
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -61,6 +63,12 @@ never-ending stream of mindless automatons.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -89,6 +97,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kimap
|
Name: kimap
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: The KIMAP Library
|
Summary: The KIMAP Library
|
||||||
|
|
||||||
@ -10,7 +12,7 @@ Source0: https://download.kde.org/stable/release-service/%{version}/src/%
|
|||||||
|
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost1.81-devel
|
||||||
BuildRequires: cyrus-sasl-devel
|
BuildRequires: cyrus-sasl-devel
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kf6-rpm-macros
|
BuildRequires: kf6-rpm-macros
|
||||||
@ -47,6 +49,12 @@ find ./po -type f -name libkimap5.po -execdir mv {} libkimap6.po \;
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -69,6 +77,9 @@ find ./po -type f -name libkimap5.po -execdir mv {} libkimap6.po \;
|
|||||||
%{_qt6_docdir}/*.qch
|
%{_qt6_docdir}/*.qch
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kio-admin
|
Name: kio-admin
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Manage files as administrator using the admin:// KIO protocol
|
Summary: Manage files as administrator using the admin:// KIO protocol
|
||||||
License: (GPL-2.0-only or GPL-3.0-only) and BSD-3-Clause and CC0-1.0 and FSFAP
|
License: (GPL-2.0-only or GPL-3.0-only) and BSD-3-Clause and CC0-1.0 and FSFAP
|
||||||
@ -10,7 +12,11 @@ Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-
|
|||||||
# RHEL 9 cmake is at 3.20, lower the minimum cmake required
|
# RHEL 9 cmake is at 3.20, lower the minimum cmake required
|
||||||
Patch1: kio-admin-lower-cmake-minimum.patch
|
Patch1: kio-admin-lower-cmake-minimum.patch
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
%if %{with gcc}
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
@ -35,6 +41,12 @@ operations in root-scope.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 \
|
%cmake_kf6 \
|
||||||
-DQT_MAJOR_VERSION=6
|
-DQT_MAJOR_VERSION=6
|
||||||
|
|
||||||
@ -58,6 +70,9 @@ operations in root-scope.
|
|||||||
%{_kf6_datadir}/polkit-1/actions/org.kde.kio.admin.policy
|
%{_kf6_datadir}/polkit-1/actions/org.kde.kio.admin.policy
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kio-extras
|
Name: kio-extras
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Additional components to increase the functionality of KIO Framework
|
Summary: Additional components to increase the functionality of KIO Framework
|
||||||
|
|
||||||
@ -85,6 +87,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%global _rxlibdir /opt/rx/%{_lib}
|
%global _rxlibdir /opt/rx/%{_lib}
|
||||||
export PATH=/opt/rx/bin:$PATH
|
export PATH=/opt/rx/bin:$PATH
|
||||||
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
||||||
@ -140,6 +148,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
%bcond_with gcc
|
||||||
%global min_qt_version 5.12
|
%global min_qt_version 5.12
|
||||||
%global min_kf_version 5.66
|
%global min_kf_version 5.66
|
||||||
|
|
||||||
@ -23,7 +24,11 @@ Source2: gpgkey-21EC3FD75D26B39E820BE6FBD27C2C1AF21D8BAD.gpg
|
|||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gnupg2
|
BuildRequires: gnupg2
|
||||||
BuildRequires: gcc-c++
|
%if %{with gcc}
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: kf6-rpm-macros
|
BuildRequires: kf6-rpm-macros
|
||||||
BuildRequires: extra-cmake-modules >= %{min_kf_version}
|
BuildRequires: extra-cmake-modules >= %{min_kf_version}
|
||||||
@ -56,6 +61,12 @@ FUSE.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} \
|
%cmake_kf6 -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} \
|
||||||
-DQT_MAJOR_VERSION=6
|
-DQT_MAJOR_VERSION=6
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kio-gdrive
|
Name: kio-gdrive
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: An Google Drive KIO slave for KDE
|
Summary: An Google Drive KIO slave for KDE
|
||||||
|
|
||||||
@ -39,6 +41,12 @@ Provides KIO Access to Google Drive using the gdrive:/// protocol.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6 -DQT_MAJOR_VERSION=6
|
%cmake_kf6 -DQT_MAJOR_VERSION=6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -65,6 +73,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf
|
|||||||
%{_datadir}/purpose/purpose_gdrive_config.qml
|
%{_datadir}/purpose/purpose_gdrive_config.qml
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kiriki
|
Name: kiriki
|
||||||
Summary: A dice game
|
Summary: A dice game
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -52,6 +54,12 @@ The player with the largest amount of points wins the game.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -78,6 +86,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
|
%bcond_with gcc
|
||||||
# kanjistrokeorders-fonts was retired since F34
|
# kanjistrokeorders-fonts was retired since F34
|
||||||
%global bundle_font 1
|
%global bundle_font 1
|
||||||
|
|
||||||
Name: kiten
|
Name: kiten
|
||||||
Summary: Japanese Reference/Study Tool
|
Summary: Japanese Reference/Study Tool
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND BSD-3-Clause AND CC-BY-SA-3.0 AND CC-BY-SA-4.0
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later AND BSD-3-Clause AND CC-BY-SA-3.0 AND CC-BY-SA-4.0
|
||||||
@ -60,6 +61,12 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
@ -108,6 +115,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.ki
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kitinerary
|
Name: kitinerary
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A library containing itinerary data model and itinerary extraction code
|
Summary: A library containing itinerary data model and itinerary extraction code
|
||||||
|
|
||||||
@ -9,7 +11,12 @@ URL: https://invent.kde.org/frameworks/%{name}
|
|||||||
Source0: http://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
Source0: http://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
|
%if %{with gcc}
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
%else
|
||||||
BuildRequires: clang
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
|
|
||||||
BuildRequires: kf6-rpm-macros
|
BuildRequires: kf6-rpm-macros
|
||||||
BuildRequires: kpublictransport
|
BuildRequires: kpublictransport
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
@ -72,6 +79,12 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%global _rxlibdir /opt/rx/%{_lib}
|
%global _rxlibdir /opt/rx/%{_lib}
|
||||||
export PATH=/opt/rx/bin:$PATH
|
export PATH=/opt/rx/bin:$PATH
|
||||||
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
|
||||||
@ -105,6 +118,9 @@ export PKG_CONFIG_PATH=%{_rxlibdir}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PA
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
%bcond_with gcc
|
||||||
|
|
||||||
Name: kjournald
|
Name: kjournald
|
||||||
Version: 24.05.2
|
Version: 24.08.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Framework for interacting with systemd-journald
|
Summary: Framework for interacting with systemd-journald
|
||||||
|
|
||||||
@ -11,7 +13,11 @@ Source: https://download.kde.org/stable/release-service/%{version}/src/%{
|
|||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: kf6-rpm-macros
|
BuildRequires: kf6-rpm-macros
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: gcc-c++
|
%if %{with gcc}
|
||||||
|
BuildRequires: gcc-toolset-14-gcc-c++
|
||||||
|
%else
|
||||||
|
BuildRequires: clang
|
||||||
|
%endif
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: cmake(Qt6Core)
|
BuildRequires: cmake(Qt6Core)
|
||||||
BuildRequires: cmake(Qt6Quick)
|
BuildRequires: cmake(Qt6Quick)
|
||||||
@ -38,6 +44,12 @@ Requires: %{name} = %{version}
|
|||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
%if %{with gcc}
|
||||||
|
%enable_devtoolset14
|
||||||
|
export CC=gcc
|
||||||
|
export CXX=c++
|
||||||
|
%endif
|
||||||
|
|
||||||
%cmake_kf6
|
%cmake_kf6
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
@ -64,6 +76,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.kj
|
|||||||
%{_kf6_libdir}/libkjournald.so.%{version}
|
%{_kf6_libdir}/libkjournald.so.%{version}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 23 2024 Raven <raven@sysadmins.ws> - 24.08.0-1
|
||||||
|
- 24.08.0
|
||||||
|
|
||||||
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
* Wed Jul 10 2024 Raven <raven@sysadmins.ws> - 24.05.2-1
|
||||||
- 24.05.2
|
- 24.05.2
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user