kf6: update KDE Gear to 24.08.0

This commit is contained in:
Raven 2024-08-24 19:06:33 +06:00
parent a5c6bbeace
commit c8860cec9d
197 changed files with 2516 additions and 270 deletions

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: akonadi-calendar
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: The Akonadi Calendar Library
@ -72,6 +74,12 @@ find ./po -type f -name libakonadi-calendar5-serializer.po -execdir mv {} libako
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%global _rxlibdir /opt/rx/%{_lib}
export PATH=/opt/rx/bin:$PATH
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
* 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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: akonadi-contacts
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: The Akonadi Contacts Library
@ -58,6 +60,12 @@ find ./po -type f -name akonadicontact5-serializer.po -execdir mv {} akonadicont
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -88,6 +96,9 @@ find ./po -type f -name akonadicontact5-serializer.po -execdir mv {} akonadicont
%{_qt6_docdir}/*.qch
%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
- 24.05.2

View File

@ -1,8 +1,9 @@
%bcond_with gcc
%global framework importwizard
Name: akonadi-import-wizard
Summary: Akonadi Import Wizard
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%global _rxlibdir /opt/rx/%{_lib}
export PATH=/opt/rx/bin:$PATH
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/
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: akonadi-mime
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: The Akonadi Mime Library
@ -55,6 +57,12 @@ find ./po -type f -name libakonadi-kmime5-serializer.po -execdir mv {} libakonad
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -84,6 +92,9 @@ find ./po -type f -name libakonadi-kmime5-serializer.po -execdir mv {} libakonad
%{_qt6_docdir}/*.qch
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: akonadi-notes
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: The Akonadi Notes Library
@ -47,6 +49,12 @@ find ./po -type f -name akonadinotes5.po -execdir mv {} akonadinotes6.po \;
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -70,6 +78,9 @@ find ./po -type f -name akonadinotes5.po -execdir mv {} akonadinotes6.po \;
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: akonadi-search
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: The Akonadi Search library and indexing agent
@ -72,6 +74,13 @@ cd ../../..
#find -name "Cargo.lock" -print -delete
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
cd agent/rs/htmlparser
%cargo_license_summary
%cargo_license
@ -111,6 +120,9 @@ cd ../../..
%{_qt6_docdir}/*.qch
%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
- 24.05.2

View File

@ -1,10 +1,12 @@
%bcond_with gcc
%if 0%{?flatpak}
%global database_backend SQLITE
%endif
Name: akonadi-server
Summary: PIM Storage Service
Version: 24.05.2
Version: 24.08.0
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
@ -127,6 +129,12 @@ find ./po -type f -name libakonadi5.po -execdir mv {} libakonadi6.po \;
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 \
%{?database_backend:-DDATABASE_BACKEND=%{database_backend}} \
-DINSTALL_APPARMOR:BOOL=OFF \
@ -248,6 +256,9 @@ fi
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: akregator
Summary: Feed Reader
Version: 24.05.2
Version: 24.08.0
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
@ -69,6 +71,12 @@ Requires: %{name} = %{version}-%{release}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%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
%{_kf6_bindir}/akregator
%{_kf6_bindir}/akregatorstorageexporter
%{_kf6_datadir}/akregator/
#{_kf6_datadir}/akregator/
%{_kf6_datadir}/applications/org.kde.akregator.desktop
%{_kf6_datadir}/config.kcfg/akregator.kcfg
%{_kf6_datadir}/icons/hicolor/*/apps/akregator.*
@ -106,6 +114,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
%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
- 24.05.2

View File

@ -1,3 +1,4 @@
%bcond_with gcc
# uncomment to enable bootstrap mode
#global bootstrap 1
@ -8,7 +9,7 @@
Name: analitza
Summary: Library of mathematical features
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+
@ -49,6 +50,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 \
%{?tests:-DBUILD_TESTING:BOOL=ON}
@ -91,6 +98,9 @@ popd
%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
- 24.05.2

View File

@ -1,10 +1,12 @@
%bcond_with gcc
%if 0%{?fedora} || 0%{?epel}
%global p7zip 1
%endif
Name: ark
Summary: Archive manager
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+
@ -100,6 +102,12 @@ Provides: ark-part%{?_isa} = %{version}-%{release}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -144,6 +152,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.ark.deskt
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: audiocd-kio
Summary: KF6 Audiocd kio slave
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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}
%endif
BuildRequires: gcc-c++
%if %{with gcc}
BuildRequires: gcc-toolset-14-gcc-c++
%else
BuildRequires: clang
%endif
BuildRequires: cmake
BuildRequires: cdparanoia-devel cdparanoia
BuildRequires: extra-cmake-modules
@ -93,6 +99,12 @@ Documentation for %{name}.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -134,6 +146,9 @@ Documentation for %{name}.
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: baloo-widgets
Summary: Widgets for Baloo
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
# # KDE e.V. may determine that future LGPL versions are accepted
@ -37,6 +39,12 @@ Requires: kf6-kio-devel
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 -DBUILD_WITH_QT6=ON
%cmake_build
@ -62,6 +70,9 @@ Requires: kf6-kio-devel
%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
- 24.05.2

View File

@ -1,11 +1,13 @@
%bcond_with gcc
Name: blinken
Summary: Memory Enhancement Game
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPL-2.0-or-later
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: extra-cmake-modules
@ -39,6 +41,12 @@ Requires: sj-stevehand-fonts
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -71,6 +79,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: bomber
Summary: Arcade bombing game
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
# code LGPLv2+, docs GFDL
@ -51,6 +53,12 @@ buildings.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -79,6 +87,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,7 +1,8 @@
%bcond_with gcc
Name: bovo
Summary: Five in a row game
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
# code GPLv2+, docs GFDL
@ -47,6 +48,12 @@ horizontally or diagonally.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -73,6 +80,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: calendarsupport
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -85,6 +93,9 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
%{_qt6_docdir}/*.qch
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: colord-kde
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: Colord support for KDE
@ -42,6 +44,12 @@ KDE support for colord including KDE Daemon module and System Settings module.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -64,6 +72,9 @@ desktop-file-validate %{buildroot}/%{_kf6_datadir}/applications/{colordkdeiccimp
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: dolphin-plugins
Summary: Dolphin plugins
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPL-2.0-or-later
@ -36,6 +38,12 @@ Dolphin integration for revision control systems, Dropbox, and disk images.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%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/fileviewsvnpluginsettings.kcfg
%{_kf6_datadir}/config.kcfg/fileviewhgpluginsettings.kcfg
%{_kf6_datadir}/qlogging-categories6/dolphingit.categories
%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
- 24.05.2

View File

@ -1,8 +1,9 @@
%bcond_with gcc
%global tests 1
Name: dolphin
Summary: KDE File Manager
Version: 24.05.2
Version: 24.08.0
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)
@ -86,6 +87,12 @@ Requires: kf6-kio-devel%{?_isa}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 \
%{?flatpak:-DFLATPAK:BOOL=ON} \
-DKDE_INSTALL_SYSTEMDUSERUNITDIR=%{_userunitdir} \
@ -137,6 +144,7 @@ xvfb-run -a bash -c "%ctest" || :
%{_kf6_libdir}/libdolphinprivate.so.*
%{_kf6_libdir}/libdolphinvcs.so.*
%{_kf6_plugindir}/parts/dolphinpart.so
%{_kf6_plugindir}/kfileitemaction/movetonewfolderitemaction.so
%{_kf6_qtplugindir}/dolphin/
%files devel
@ -148,6 +156,9 @@ xvfb-run -a bash -c "%ctest" || :
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: dragon
Summary: Media player
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
# code: KDE e.V. may determine that future GPL versions are accepted
@ -49,6 +51,12 @@ Provides: dragonplayer = %{version}-%{release}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -80,6 +88,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.dragonpla
%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
- 24.05.2

View File

@ -1,3 +1,5 @@
%bcond_with gcc
## START: Set by rpmautospec
## (rpmautospec version 0.6.3)
## RPMAUTOSPEC: autorelease, autochangelog
@ -11,8 +13,8 @@
%global base_name elisa
Name: elisa-player
Version: 24.05.2
Release: 1%autorelease
Version: 24.08.0
Release: 1%{?dist}
Summary: Elisa music player
# 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
BuildRequires: gcc-c++
%if %{with gcc}
BuildRequires: gcc-toolset-14-gcc-c++
%else
BuildRequires: clang
%endif
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: desktop-file-utils
@ -78,6 +84,12 @@ users.
%autosetup -n elisa-%{version} -p1
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -101,6 +113,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.el
%{_kf6_libdir}/elisa/
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: eventviews
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -90,6 +98,9 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
%{_qt6_docdir}/*.qch
%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
- 24.05.2

View File

@ -1,8 +1,9 @@
%bcond_with gcc
# build Python plugins (disabled by default due to #2048781)
%bcond_with python
Name: falkon
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: Modern web browser
@ -23,7 +24,11 @@ Patch0: falkon-3.1.0-native-scrollbars.patch
BuildRequires: cmake
BuildRequires: desktop-file-utils
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: libappstream-glib
@ -121,6 +126,12 @@ rm -rf po
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -179,6 +190,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.fa
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: ffmpegthumbs
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: KDE ffmpegthumbnailer service
@ -30,6 +32,12 @@ Provides: kffmpegthumbnailer = %{version}-%{release}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 -DQT_MAJOR_VERSION=6
%cmake_build
@ -51,6 +59,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
%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
- 24.05.2

View File

@ -1,7 +1,9 @@
%bcond_with gcc
Name: filelight
Summary: Graphical disk usage statistics
Epoch: 1
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
# 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
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -72,6 +80,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%{_sysconfdir}/xdg/filelightrc
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: ghostwriter
Version: 24.05.2
Version: 24.08.0
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
@ -7,7 +9,11 @@ Summary: Cross-platform, aesthetic, distraction-free Markdown editor
URL: https://invent.kde.org/office/%{name}
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: desktop-file-utils
BuildRequires: libappstream-glib
@ -66,6 +72,12 @@ or your novel.
%autosetup -p1
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 \
-DQT_MAJOR_VERSION=6
@ -89,6 +101,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%{_mandir}/man1/ghostwriter.*
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: granatier
Summary: Place bombs to kill enemies and remove obstacles
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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-knotifyconfig-devel
BuildRequires: kf6-kxmlgui-devel
BuildREquires: kf6-knewstuff-devel
BuildRequires: kf6-knewstuff-devel
BuildRequires: kf6-kwidgetsaddons-devel
BuildRequires: cmake(KF6Crash)
BuildRequires: cmake(KF6DocTools)
@ -54,6 +56,12 @@ progress.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -82,6 +90,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: grantlee-editor
Summary: KMail Theme Editor
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: BSD-3-Clause AND CC0-1.0 AND GPL-2.0-or-later
@ -56,6 +58,12 @@ Requires: %{name} = %{version}-%{release}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -86,6 +94,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.headerthe
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: grantleetheme
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -73,6 +81,9 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
%{_qt6_docdir}/*.qch
%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
- 24.05.2

View File

@ -1,7 +1,9 @@
%bcond_with gcc
Name: gwenview
Summary: An image viewer
Epoch: 1
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
# app: GPLv2+
@ -86,6 +88,12 @@ Requires: (libwayland-client >= 1.22 or rx-libwayland-client)
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%global _rxlibdir /opt/rx/%{_lib}
export PATH=/opt/rx/bin:$PATH
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
@ -127,6 +135,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.gwenview.
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: incidenceeditor
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -93,6 +101,9 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
%{_qt6_docdir}/*.qch
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: isoimagewriter
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -70,6 +78,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: juk
Summary: Music player
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
# 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
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -95,6 +103,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.juk.deskt
%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
- 24.05.2

View File

@ -1,10 +1,11 @@
%bcond_with gcc
# trim changelog included in binary rpms
%global _changelog_trimtime %(date +%s -d "1 year ago")
Name: k3b
Summary: CD/DVD/Blu-ray burning application
Epoch: 1
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPL-2.0-or-later
@ -20,7 +21,11 @@ Patch10: prefer-wodim.patch
## downstream patches
BuildRequires: gcc-c++
%if %{with gcc}
BuildRequires: gcc-toolset-14-gcc-c++
%else
BuildRequires: clang
%endif
BuildRequires: cmake
BuildRequires: desktop-file-utils
BuildRequires: libappstream-glib
@ -114,6 +119,12 @@ Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 \
-DQT_MAJOR_VERSION=6 \
-DK3B_BUILD_FFMPEG_DECODER_PLUGIN:BOOL=ON \
@ -167,6 +178,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.k3b.deskt
%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
- 24.05.2

View File

@ -1,7 +1,8 @@
%bcond_with gcc
%bcond_without kf5
Name: kaccounts-integration
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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
@ -13,7 +14,12 @@ Source0: https://download.kde.org/stable/release-service/%{version}/src/%{name}-
## 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: kf6-rpm-macros
BuildRequires: kf6-kcmutils-devel
@ -120,7 +126,13 @@ Headers, development libraries and documentation for %{name}.
%build
. /opt/rh/gcc-toolset-13/enable
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
mkdir %{name}_qt6
pushd %{name}_qt6
%cmake_kf6 -S ..
@ -176,6 +188,9 @@ popd
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: kaccounts-providers
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: Additional service providers for KAccounts framework
License: GPLv2
@ -41,6 +43,12 @@ Obsoletes: kaccounts-providers < 15.12.0
%autosetup -p1
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -65,6 +73,9 @@ Obsoletes: kaccounts-providers < 15.12.0
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kaddressbook
Summary: Contact Manager
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -104,6 +112,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kalarm
Summary: Personal Alarm Scheduler
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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: desktop-file-utils
BuildRequires: libappstream-glib
BuildRequires: vlc-devel >= 3.0.0
BuildRequires: cmake(Qt6DBus)
BuildRequires: cmake(Qt6Gui)
@ -68,6 +71,12 @@ KAlarm is a personal alarm message, command and email scheduler.
%autosetup -p1
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 \
-DENABLE_RTC_WAKE_FROM_SUSPEND:BOOL=%{!?flatpak:ON}%{?flatpak:OFF} \
-DWITHOUT_X11=ON
@ -108,6 +117,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
%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
- 24.05.2

View File

@ -1,14 +1,19 @@
%bcond_with gcc
%global kf6_min_version 5.240.0
Name: kalk
Version: 24.05.2
Version: 24.08.0
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
Summary: %{name} is a convergent calculator for Plasma.
Url: https://apps.kde.org/%{name}/
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: extra-cmake-modules
BuildRequires: kf6-rpm-macros
@ -46,6 +51,12 @@ Requires: qt6-qt5compat%{?_isa}
%autosetup
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -68,6 +79,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
%license LICENSES/*
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kamera
Summary: Digital camera support for KDE
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2
@ -36,6 +38,12 @@ Requires: kde-cli-tools
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -64,6 +72,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
%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
- 24.05.2

View File

@ -1,3 +1,4 @@
%bcond_with gcc
# uncomment to enable bootstrap mode
#global bootstrap 1
@ -7,19 +8,19 @@
Name: kamoso
Summary: Application for taking pictures and videos from a webcam
Version: 24.05.2
Version: 24.08.0
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
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
## upstreamable patches
BuildRequires: boost-devel
BuildRequires: boost1.81-devel
BuildRequires: desktop-file-utils
BuildRequires: extra-cmake-modules
BuildRequires: gettext
@ -72,6 +73,12 @@ Kamoso is an application to take pictures and videos out of your webcam.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf5 \
-DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} -Wno-dev
@ -105,6 +112,9 @@ xvfb-run -a bash -c "%ctest"
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kanagram
Summary: Letter Order Game
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+
@ -44,6 +46,12 @@ Requires: kdeedu-data
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 -DQT_MAJOR_VERSION=6
%cmake_build
@ -75,6 +83,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kapman
Summary: A collecting game
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+ and GFDL
@ -61,6 +63,12 @@ increase. The game ends when you have lost all your lives.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -88,6 +96,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kapptemplate
Summary: KDE Template generator
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+
@ -38,6 +40,12 @@ Factory for the easy creation of KDE/Qt components and programs
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -66,6 +74,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,3 +1,5 @@
%bcond_with gcc
# trim changelog included in binary rpms
%global _changelog_trimtime %(date +%s -d "1 year ago")
@ -6,7 +8,7 @@
Name: kate
Summary: Advanced Text Editor
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
# kwrite LGPLv2+
@ -90,6 +92,12 @@ Requires: %{name}-libs = %{version}-%{release}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 \
-Wno-dev \
-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/eslintplugin.so
%{_kf6_plugindir}/ktexteditor/formatplugin.so
%{_kf6_plugindir}/ktexteditor/katesqlplugin.so
%{_mandir}/man1/kate.1*
@ -176,6 +185,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||:
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: katomic
Summary: An educational game built around molecular geometry
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
# code GPLv2+, docs GFDL
@ -64,6 +66,12 @@ the next one.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -92,6 +100,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: kbackup
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: Back up your data in a simple, user friendly way
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: extra-cmake-modules
BuildRequires: gcc-c++
%if %{with gcc}
BuildRequires: gcc-toolset-14-gcc-c++
%else
BuildRequires: clang
%endif
BuildRequires: gettext
BuildRequires: kf6-rpm-macros
BuildRequires: libappstream-glib
@ -62,6 +68,12 @@ KBackup позволяет делать резервное копировани
%autosetup
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -87,6 +99,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.%{name}.deskt
%{_mandir}/man1/%{name}.1*
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kblackbox
Summary: A game of hide and seek played on a grid of boxes
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+ and GFDL
@ -63,6 +65,12 @@ the better (the lower) your score.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -90,6 +98,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kblocks
Summary: A classic falling blocks game
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+ and GFDL
@ -62,6 +64,12 @@ the game is over.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -91,6 +99,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kbounce
Summary: Ball bouncing game
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: LGPLv2+ and GFDL
@ -62,6 +64,12 @@ advance to the next level.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -89,6 +97,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -0,0 +1,3 @@
[Dolphin]
Timestamp=2024,8,23,21,44,35.516
Version=4

View File

@ -1,17 +1,19 @@
Name: kbrickbuster
%bcond_with gcc
Name: kbreakout
Summary: Destroy bricks with a ball
Version: 24.02.1
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+ and GFDL
URL: https://apps.kde.org/kbreakout/
# 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: kbrickbuster-%{version}.tar.xz
Source: https://download.kde.org/stable/release-service/%{version}/src/kbreakout-%{version}.tar.xz
#Source: kbrickbuster-%{version}.tar.xz
# This patch is needed to modify upstream sources. They must be uploaded to the
# side-cache
Source1: patch.sh
#Source1: patch.sh
BuildRequires: desktop-file-utils
BuildRequires: extra-cmake-modules
@ -36,7 +38,8 @@ BuildRequires: cmake(KF6DocTools)
BuildRequires: cmake(KDEGames6)
Provides: kbreakout = 1:%{version}-%{release}
Provides: kbrickbuster = %{version}-%{release}
Obsoletes: kbrickbuster < %{version}
%description
The objective KBrickbuster game is to destroy as many bricks as possible
@ -48,6 +51,12 @@ without losing the ball.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -73,6 +82,10 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_datadir}/metainfo/org.k
%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
- 24.02.1

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kbruch
Summary: Practice Fractions
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+
@ -36,6 +38,12 @@ BuildRequires: cmake(KF6DocTools)
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -65,6 +73,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kcachegrind
Summary: GUI to profilers such as Valgrind
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2 and GFDL
@ -56,6 +58,12 @@ sed -i.env -e "s|^#!/usr/bin/env php$|#!%{_bindir}/php|g" converters/pprof2call
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 -DQT_MAJOR_VERSION=6
%cmake_build
@ -109,6 +117,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/qcachegrind.desktop
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kcalc
Summary: Scientific Calculator
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+
@ -45,8 +47,14 @@ functions than meet the eye on a first glance.
%autosetup -p1
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%build
%cmake_kf6 %{?flatpak:-DINSTALL_ICONS=ON}
%cmake_kf6 %{?flatpak:-DINSTALL_ICONS=ON} -DCMAKE_BUILD_TYPE=Release
%cmake_build
@ -77,6 +85,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: kcalutils
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: The KCalendarUtils Library
@ -50,6 +52,12 @@ find ./po -type f -name libkcalutils5.po -execdir mv {} libkcalutils6.po \;
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -75,6 +83,9 @@ find ./po -type f -name libkcalutils5.po -execdir mv {} libkcalutils6.po \;
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kcharselect
Summary: Character selector
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+
@ -32,6 +34,12 @@ fonts and copy them into the clipboard.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -55,6 +63,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kcolorchooser
Summary: A color chooser
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: BSD
@ -27,6 +29,12 @@ BuildRequires: cmake(Qt6Widgets)
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -51,6 +59,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.%{
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kcron
Summary: Cron KDE configuration module
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+
@ -32,6 +34,12 @@ Systemsettings module for the cron task scheduler.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -56,6 +64,9 @@ Systemsettings module for the cron task scheduler.
%{_kf6_qtplugindir}/plasma/kcms/systemsettings_qwidgets/kcm_cron.so
%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
- 24.05.2

View File

@ -1,7 +1,9 @@
%bcond_with gcc
%global base_name kdeconnect-kde
Name: kde-connect
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPL-2.0-or-later
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)
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: desktop-file-utils
BuildRequires: libappstream-glib
@ -126,6 +132,12 @@ Supplements: (kdeconnectd and nautilus)
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%global _rxlibdir /opt/rx/%{_lib}
export PATH=/opt/rx/bin:$PATH
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
@ -196,6 +208,9 @@ done
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kde-dev-scripts
Summary: KDE SDK scripts
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 -DBUILD_WITH_QT6=ON
%cmake_build
@ -135,6 +143,9 @@ rm -fv %{buildroot}%{_kf6_bindir}/krazy-licensecheck
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kde-dev-utils
Summary: Utilities for developers using KDE
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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: gcc-c++
%if %{with gcc}
BuildRequires: gcc-toolset-14-gcc-c++
%else
BuildRequires: clang
%endif
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: kf6-rpm-macros
@ -76,6 +82,12 @@ Requires: %{name}-common = %{version}-%{release}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 -DQT_MAJOR_VERSION=6
%cmake_build
@ -111,6 +123,9 @@ desktop-file-validate %{buildroot}/%{_kf6_datadir}/applications/org.kde.kuiviewe
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: kde-inotify-survey
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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
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
# Merge Request: https://invent.kde.org/frameworks/kauth/-/merge_requests/44
@ -36,6 +38,12 @@ BuildRequires: cmake(KF6Auth)
%autosetup -n %{name}-%{version} -p1
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 -DQT_MAJOR_VERSION=6
%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
%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
- 24.05.2

View File

@ -1,3 +1,5 @@
%bcond_with gcc
## START: Set by rpmautospec
## (rpmautospec version 0.6.3)
## RPMAUTOSPEC: autorelease, autochangelog
@ -15,8 +17,8 @@
%global kpmcoremin 24.01
Name: kde-partitionmanager
Version: 24.05.2
Release: 1%autorelease
Version: 24.08.0
Release: 1%{?dist}
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
@ -70,6 +72,12 @@ manipulate filesystems.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -96,6 +104,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/*.appdata.
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kdebugsettings
Summary: Configure debug output from Qt6 applications
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: LGPLv2+
@ -32,6 +34,12 @@ An application to enable/disable qCDebug
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -65,6 +73,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.kd
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kdeedu-data
Summary: Shared icons, artwork and data files for educational applications
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2
@ -25,6 +27,12 @@ Requires: hicolor-icon-theme
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 -DQT_MAJOR_VERSION=6
%cmake_build
@ -41,6 +49,9 @@ Requires: hicolor-icon-theme
%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
- 24.05.2

View File

@ -1,18 +1,15 @@
%bcond_with gcc
%undefine __cmake_in_source_build
Name: kdegraphics-mobipocket
Summary: A collection of plugins to handle mobipocket files
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+
URL: https://www.kde.org/applications/graphics/
%global revision %(echo %{version} | cut -d. -f3)
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
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: extra-cmake-modules
BuildRequires: kf6-rpm-macros
@ -41,6 +38,12 @@ Provides: qmobipocket-devel%{?_isa} = %{version}-%{release}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 \
-DQT_MAJOR_VERSION=6
@ -64,6 +67,9 @@ Provides: qmobipocket-devel%{?_isa} = %{version}-%{release}
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kdegraphics-thumbnailers
Summary: Thumbnailers for various graphic types
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
# most sources GPLv2+, dscparse.* GPL, gscreator.* LGPLv2+,
@ -27,6 +29,12 @@ BuildRequires: cmake(KDcrawQt6)
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 \
-DQT_MAJOR_VERSION=6
%cmake_build
@ -46,6 +54,9 @@ BuildRequires: cmake(KDcrawQt6)
%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
- 24.05.2

View File

@ -1,8 +1,9 @@
%bcond_with gcc
%global _lto_cflags %{nil}
Name: kdenlive
Summary: Non-linear video editor
Version: 24.05.2
Version: 24.08.0
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
@ -10,7 +11,11 @@ URL: http://www.kdenlive.org
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: desktop-file-utils
BuildRequires: libappstream-glib
@ -86,8 +91,14 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
%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
%{cmake_kf6} \
%cmake_kf6 \
-DKDE_INSTALL_USE_QT_SYS_PATHS:BOOL=ON -Wno-dev \
-DQT_MAJOR_VERSION=6 \
-DBUILD_QCH:BOOL=OFF
@ -131,6 +142,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,8 +1,9 @@
%bcond_with gcc
# adblock requires rust and corrosion
%bcond_with adblock
Name: kdepim-addons
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: Additional plugins for KDE PIM applications
# Cargo license summary:
@ -32,7 +33,7 @@ Patch0: 0001-Enable-the-expert-plugin-by-default.patch
BuildRequires: extra-cmake-modules
BuildRequires: kf6-rpm-macros
BuildRequires: cargo-rpm-macros
BuildRequires: cmake(QGpgmeQt6)
BuildRequires: cmake(QGpgmeQt6) >= 1.20
BuildRequires: cmake(Qt6WebEngineWidgets)
BuildRequires: cmake(Qt6Widgets)
@ -127,6 +128,12 @@ popd > /dev/null
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%global _rxlibdir /opt/rx/%{_lib}
export PATH=/opt/rx/bin:$PATH
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
@ -154,7 +161,7 @@ popd
%if %{with adblock}
%license plugins/webengineurlinterceptor/adblock/LICENSE.dependencies
%endif
%{_kf6_datadir}/icons/hicolor/scalable/status/moon-phase-*
#{_kf6_datadir}/icons/hicolor/scalable/status/moon-phase-*
%{_kf6_datadir}/qlogging-categories6/*%{name}.*
%if %{with adblock}
%{_kf6_libdir}/libadblockplugin.so.*
@ -164,6 +171,7 @@ popd
%{_kf6_libdir}/libexpireaccounttrashfolderconfig.so.*
%{_kf6_libdir}/libfolderconfiguresettings.so.*
%{_kf6_libdir}/libkmailconfirmbeforedeleting.so.*
%{_kf6_libdir}/libkmailmarkdown.so.*
%{_kf6_libdir}/libopenurlwithconfigure.so.*
%{_kf6_qmldir}/org/kde/plasma/PimCalendars/
%{_kf6_qtplugindir}/pim6/mailtransport/mailtransport_sendplugin.so
@ -176,7 +184,7 @@ popd
# KMail
%{_kf6_bindir}/kmail_*.sh
%{_kf6_libdir}/libkmailmarkdown.so.*
#{_kf6_libdir}/libkmailmarkdown.so.*
%{_kf6_libdir}/libkmailquicktextpluginprivate.so.*
%{_kf6_qtplugindir}/pim6/akonadi/
%{_kf6_qtplugindir}/pim6/importwizard/
@ -187,7 +195,7 @@ popd
%{_kf6_sysconfdir}/xdg/kmail.antivirusrc
# KOrganizer
%{_kf6_qtplugindir}/pim6/korganizer/
#{_kf6_qtplugindir}/pim6/korganizer/
# PimCommon
%{_kf6_libdir}/libshorturlpluginprivate.so*
@ -198,6 +206,9 @@ popd
%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
- 24.05.2

View File

@ -1,7 +1,9 @@
%bcond_with gcc
Name: kdepim-runtime
Summary: KDE PIM Runtime Environment
Epoch: 1
Version: 24.05.2
Version: 24.08.0
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)
@ -96,6 +98,12 @@ Requires: akonadi-server%{?_isa} >= %{version}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -142,6 +150,9 @@ desktop-file-validate %{buildroot}/%{_kf6_datadir}/applications/org.kde.akonadi_
%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
- 24.05.2

View File

@ -1,8 +1,10 @@
%bcond_with gcc
%undefine __cmake_in_source_build
%global base_name kdesdk-kio
Name: kdesdk-kioslaves
Summary: KDESDK KIOslaves
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2 and GPLv2+
@ -42,6 +44,12 @@ KDE SDK kioslaves:
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 \
-DQT_MAJOR_VERSION=6
@ -59,6 +67,9 @@ KDE SDK kioslaves:
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kdesdk-thumbnailers
Summary: Thumbnailers for KDE
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+
@ -43,6 +45,12 @@ gettext translation templates
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 \
-DQT_MAJOR_VERSION=6
@ -63,6 +71,9 @@ gettext translation templates
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kdf
Summary: View disk usage
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+
@ -41,6 +43,12 @@ free space, type and mount point.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -71,6 +79,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.*.
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kdialog
Summary: Nice dialog boxes from shell scripts
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+ and GFDL
@ -33,6 +35,12 @@ KDialog can be used to show nice dialog boxes from shell scripts.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -54,6 +62,9 @@ KDialog can be used to show nice dialog boxes from shell scripts.
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kdiamond
Summary: A three-in-a-row game
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+ and GFDL
@ -58,6 +60,12 @@ The object of the game is to build lines of three similar diamonds.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -88,6 +96,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,8 +1,9 @@
%bcond_with gcc
%global base_name kio-zeroconf
Name: kdnssd
Summary: KDE Network Monitor for DNS-SD services (Zeroconf)
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPL-2.0-or-later AND LGPL-2.0-only
@ -41,6 +42,12 @@ Provides: kdenetwork-kdnssd = 7:%{version}-%{release}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 -DBUILD_WITH_QT6=ON
%cmake_build
@ -62,6 +69,9 @@ Provides: kdenetwork-kdnssd = 7:%{version}-%{release}
%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
- 24.05.2

View File

@ -1,3 +1,5 @@
%bcond_with gcc
Name: kdsoap-ws-discovery-client
Version: 0.4.0
Release: 1%{?dist}
@ -34,6 +36,12 @@ Summary: Developer Documentation files for %{name}
%autosetup -p1
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 -DBUILD_WITH_QT6=ON
%cmake_build

View File

@ -1,3 +1,4 @@
%bcond_with gcc
%bcond_with qt5
## START: Set by rpmautospec
## (rpmautospec version 0.5.1)
@ -84,6 +85,12 @@ Documentation for %{name}
%autosetup
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%if %{with qt5}
%global _vpath_builddir %{_target_platform}-qt5
%cmake -DKDSoap_EXAMPLES=false -DKDSoap_QT6=OFF

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: keysmith
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv3+
Summary: Convergent OTP client
@ -38,6 +40,12 @@ OTP client for Plasma Mobile and Desktop
%autosetup -n %{name}-%{version}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%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
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kfind
Summary: KDE Find File Utility
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
# Documentation is GFDL, rest GPLv2+
@ -36,6 +38,12 @@ KFind allows you to search for directories and files.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -62,6 +70,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kfourinline
Summary: A four-in-a-row game
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+ and GFDL
@ -58,6 +60,12 @@ The game can also be played against a computer
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -87,6 +95,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kgeography
Summary: Geography Trainer
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPL-2.0-or-later
@ -37,6 +39,12 @@ BuildRequires: cmake(KF6DocTools)
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -67,6 +75,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kget
Summary: Download manager
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+ and GFDL
@ -88,6 +90,12 @@ Provides: kdenetwork-kget-libs = 7:%{version}-%{release}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%global _rxlibdir /opt/rx/%{_lib}
export PATH=/opt/rx/bin:$PATH
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
@ -135,6 +143,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kgoldrunner
Summary: A game of action and puzzle solving
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+ and GFDL
@ -50,6 +52,12 @@ dodge your enemies, collect all the gold and climb up to the next level.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -79,6 +87,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kgpg
Summary: Manage GPG encryption keys
Version: 24.05.2
Version: 24.08.0
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)
@ -80,6 +82,12 @@ KGpg is a simple interface for GnuPG, a powerful encryption utility.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%global _rxlibdir /opt/rx/%{_lib}
export PATH=/opt/rx/bin:$PATH
export LDFLAGS="-L%{_rxlibdir} -Wl,-rpath=%{_rxlibdir} ${LDFLAGS}"
@ -126,6 +134,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,7 +1,8 @@
%bcond_with gcc
Name: khangman
Summary: Hangman game
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+
@ -53,6 +54,12 @@ Requires: qt6-qtmultimedia%{?_isa}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -91,6 +98,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,8 +1,10 @@
%bcond_with gcc
Name: khelpcenter
Summary: Show documentation for KDE applications
# Override khelpcenter subpackage from kde-runtime-15.04 (no longer built)
Epoch: 1
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2 or GPLv3
@ -54,6 +56,12 @@ ExclusiveArch: %{qt6_qtwebengine_arches}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -98,6 +106,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/org.kde.%{name}.deskt
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: kidentitymanagement
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: The KIdentityManagement Library
@ -51,6 +53,12 @@ find ./po -type f -name libkpimidentities5.po -execdir mv {} libkpimidentities6.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -85,6 +93,9 @@ find ./po -type f -name libkpimidentities5.po -execdir mv {} libkpimidentities6.
%{_qt6_docdir}/*.qch
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kigo
Summary: Go Board game
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
# KDE e.V. may determine that future GPL versions are accepted
@ -57,6 +59,12 @@ lines for easier flavors).
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -89,6 +97,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: killbots
Summary: A simple game of evading killer robots
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+ and GFDL
@ -61,6 +63,12 @@ never-ending stream of mindless automatons.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -89,6 +97,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: kimap
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: The KIMAP Library
@ -10,7 +12,7 @@ Source0: https://download.kde.org/stable/release-service/%{version}/src/%
BuildRequires: cmake
BuildRequires: boost-devel
BuildRequires: boost1.81-devel
BuildRequires: cyrus-sasl-devel
BuildRequires: extra-cmake-modules
BuildRequires: kf6-rpm-macros
@ -47,6 +49,12 @@ find ./po -type f -name libkimap5.po -execdir mv {} libkimap6.po \;
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -69,6 +77,9 @@ find ./po -type f -name libkimap5.po -execdir mv {} libkimap6.po \;
%{_qt6_docdir}/*.qch
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: kio-admin
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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
@ -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
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: extra-cmake-modules
@ -35,6 +41,12 @@ operations in root-scope.
%autosetup -p1
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 \
-DQT_MAJOR_VERSION=6
@ -58,6 +70,9 @@ operations in root-scope.
%{_kf6_datadir}/polkit-1/actions/org.kde.kio.admin.policy
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: kio-extras
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: Additional components to increase the functionality of KIO Framework
@ -85,6 +87,12 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%global _rxlibdir /opt/rx/%{_lib}
export PATH=/opt/rx/bin:$PATH
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
* 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
- 24.05.2

View File

@ -1,3 +1,4 @@
%bcond_with gcc
%global min_qt_version 5.12
%global min_kf_version 5.66
@ -23,7 +24,11 @@ Source2: gpgkey-21EC3FD75D26B39E820BE6FBD27C2C1AF21D8BAD.gpg
BuildRequires: cmake
BuildRequires: gnupg2
BuildRequires: gcc-c++
%if %{with gcc}
BuildRequires: gcc-toolset-14-gcc-c++
%else
BuildRequires: clang
%endif
BuildRequires: systemd
BuildRequires: kf6-rpm-macros
BuildRequires: extra-cmake-modules >= %{min_kf_version}
@ -56,6 +61,12 @@ FUSE.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} \
-DQT_MAJOR_VERSION=6

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: kio-gdrive
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
Summary: An Google Drive KIO slave for KDE
@ -39,6 +41,12 @@ Provides KIO Access to Google Drive using the gdrive:/// protocol.
%autosetup -p1
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6 -DQT_MAJOR_VERSION=6
%cmake_build
@ -65,6 +73,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.metainf
%{_datadir}/purpose/purpose_gdrive_config.qml
%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
- 24.05.2

View File

@ -1,6 +1,8 @@
%bcond_with gcc
Name: kiriki
Summary: A dice game
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
License: GPLv2+ and GFDL
@ -52,6 +54,12 @@ The player with the largest amount of points wins the game.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -78,6 +86,9 @@ desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.%{name}.d
%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
- 24.05.2

View File

@ -1,9 +1,10 @@
%bcond_with gcc
# kanjistrokeorders-fonts was retired since F34
%global bundle_font 1
Name: kiten
Summary: Japanese Reference/Study Tool
Version: 24.05.2
Version: 24.08.0
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
@ -60,6 +61,12 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -108,6 +115,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.ki
%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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: kitinerary
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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
BuildRequires: extra-cmake-modules
%if %{with gcc}
BuildRequires: gcc-toolset-14-gcc-c++
%else
BuildRequires: clang
%endif
BuildRequires: kf6-rpm-macros
BuildRequires: kpublictransport
BuildRequires: qt5-qtbase-private-devel
@ -72,6 +79,12 @@ Developer Documentation files for %{name} for use with KDevelop or QtCreator.
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%global _rxlibdir /opt/rx/%{_lib}
export PATH=/opt/rx/bin:$PATH
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
* 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
- 24.05.2

View File

@ -1,5 +1,7 @@
%bcond_with gcc
Name: kjournald
Version: 24.05.2
Version: 24.08.0
Release: 1%{?dist}
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: kf6-rpm-macros
BuildRequires: extra-cmake-modules
BuildRequires: gcc-c++
%if %{with gcc}
BuildRequires: gcc-toolset-14-gcc-c++
%else
BuildRequires: clang
%endif
BuildRequires: cmake
BuildRequires: cmake(Qt6Core)
BuildRequires: cmake(Qt6Quick)
@ -38,6 +44,12 @@ Requires: %{name} = %{version}
%autosetup
%build
%if %{with gcc}
%enable_devtoolset14
export CC=gcc
export CXX=c++
%endif
%cmake_kf6
%cmake_build
@ -64,6 +76,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_kf6_metainfodir}/org.kde.kj
%{_kf6_libdir}/libkjournald.so.%{version}
%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
- 24.05.2

Some files were not shown because too many files have changed in this diff Show More