176 lines
4.5 KiB
RPMSpec
176 lines
4.5 KiB
RPMSpec
%bcond_with gcc
|
|
|
|
Name: kglobalacceld
|
|
Summary: Daemon providing Global Keyboard Shortcut functionality
|
|
Version: 6.2.3
|
|
Release: 1%{?dist}
|
|
|
|
License: CC0-1.0 AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only)
|
|
URL: https://invent.kde.org/plasma/%{name}
|
|
|
|
Source0: https://download.kde.org/stable/plasma/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: extra-cmake-modules
|
|
BuildRequires: cmake
|
|
%if %{with gcc}
|
|
BuildRequires: gcc-toolset-14-gcc-c++
|
|
%else
|
|
BuildRequires: clang
|
|
%endif
|
|
|
|
BuildRequires: kf6-rpm-macros
|
|
BuildRequires: qt6-qtbase-devel
|
|
BuildRequires: qt6-qtbase-private-devel
|
|
BuildRequires: qt6-qtbase-gui
|
|
BuildRequires: cmake(Qt6DBus)
|
|
BuildRequires: cmake(Qt6Gui)
|
|
BuildRequires: cmake(Qt6Widgets)
|
|
BuildRequires: cmake(KF6Config)
|
|
BuildRequires: cmake(KF6CoreAddons)
|
|
BuildRequires: cmake(KF6Crash)
|
|
BuildRequires: cmake(KF6DBusAddons)
|
|
BuildRequires: cmake(KF6WindowSystem)
|
|
BuildRequires: cmake(KF6GlobalAccel)
|
|
BuildRequires: cmake(KF6Service)
|
|
BuildRequires: cmake(KF6KIO)
|
|
BuildRequires: cmake(KF6JobWidgets)
|
|
BuildRequires: pkgconfig(xcb)
|
|
BuildRequires: pkgconfig(xkbcommon) >= 0.9
|
|
BuildRequires: pkgconfig(xkbcommon-x11) >= 0.9
|
|
BuildRequires: pkgconfig(xcb-keysyms)
|
|
BuildRequires: pkgconfig(xcb-xkb)
|
|
BuildRequires: pkgconfig(xcb-record)
|
|
BuildRequires: pkgconfig(xcb-xtest)
|
|
BuildRequires: systemd
|
|
Requires: kf6-filesystem
|
|
|
|
%description
|
|
%{summary}.
|
|
|
|
%package devel
|
|
Summary: Developer files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
Requires: qt6-qtbase-devel
|
|
%description devel
|
|
%{summary}.
|
|
|
|
%prep
|
|
%autosetup -p1
|
|
|
|
%build
|
|
%if %{with gcc}
|
|
%enable_devtoolset14
|
|
export CC=gcc
|
|
export CXX=c++
|
|
%else
|
|
%global optflags %(echo %{optflags}) -Qunused-arguments
|
|
%endif
|
|
|
|
|
|
%cmake_kf6
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
|
|
|
|
%files
|
|
%license LICENSES/*.txt
|
|
%{_sysconfdir}/xdg/autostart/kglobalacceld.desktop
|
|
%{_userunitdir}/plasma-kglobalaccel.service
|
|
%{_libdir}/libKGlobalAccelD.so.*
|
|
%{_qt6_plugindir}/org.kde.kglobalacceld.platforms/KGlobalAccelDXcb.so
|
|
%{_libexecdir}/kglobalacceld
|
|
|
|
%files devel
|
|
%{_includedir}/KGlobalAccelD/
|
|
%{_libdir}/cmake/KGlobalAccelD/
|
|
|
|
%changelog
|
|
* Wed Nov 6 2024 Raven <raven@sysadmins.ws> - 6.2.3-1
|
|
- 6.2.3
|
|
|
|
* Wed Oct 23 2024 Raven <raven@sysadmins.ws> - 6.2.2-1
|
|
- 6.2.2
|
|
|
|
* Tue Oct 15 2024 Raven <raven@sysadmins.ws> - 6.2.1-1
|
|
- 6.2.1
|
|
|
|
* Tue Oct 8 2024 Raven <raven@sysadmins.ws> - 6.2.0-1
|
|
- 6.2.0
|
|
|
|
* Thu Sep 12 2024 Raven <raven@sysadmins.ws> - 6.1.5-1
|
|
- 6.1.5
|
|
|
|
* Wed Aug 7 2024 Raven <raven@sysadmins.ws> - 6.1.4-1
|
|
- 6.1.4
|
|
|
|
* Mon Jul 8 2024 Raven <raven@sysadmins.ws> - 6.1.2-1
|
|
- 6.1.2
|
|
|
|
* Fri Jun 28 2024 Raven <raven@sysadmins.ws> - 6.1.1-1
|
|
- 6.1.1
|
|
|
|
* Wed Jun 26 2024 Raven <raven@sysadmins.ws> - 6.1.0-4
|
|
- rebuild with libxkbcommon_ng
|
|
|
|
* Fri Jun 21 2024 Raven <raven@sysadmins.ws> - 6.1.0-3
|
|
- Rebuild (libxkbcommon)
|
|
|
|
* Tue Jun 18 2024 Raven <raven@sysadmins.ws> - 6.1.0-1
|
|
- 6.1.0
|
|
|
|
* Mon Jun 3 2024 Raven <raven@sysadmins.ws> - 6.0.5-1
|
|
- 6.0.5
|
|
|
|
* Fri Apr 19 2024 Raven <raven@sysadmins.ws> - 6.0.4-1
|
|
- 6.0.4
|
|
|
|
* Wed Apr 3 2024 Raven <raven@sysadmins.ws> - 6.0.3-1
|
|
- 6.0.3
|
|
|
|
* Thu Mar 14 2024 Raven <raven@sysadmins.ws> - 6.0.2-1
|
|
- 6.0.2
|
|
|
|
* Tue Mar 12 2024 Raven <raven@sysadmins.ws> - 6.0.1-1
|
|
- 6.0.1
|
|
|
|
* Wed Feb 21 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 6.0.0-1
|
|
- 6.0.0
|
|
|
|
* Fri Feb 16 2024 Jan Grulich <jgrulich@redhat.com> - 5.93.0-2
|
|
- Rebuild (qt6)
|
|
|
|
* Wed Jan 31 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.93.0-1
|
|
- 5.93.0
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.92.0-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.92.0-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Wed Jan 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.92.0-1
|
|
- 5.92.0
|
|
|
|
* Thu Dec 21 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.91.0-1
|
|
- 5.91.0
|
|
|
|
* Sun Dec 03 2023 Justin Zobel <justin.zobel@gmail.com> - 5.90.0-1
|
|
- Update to 5.90.0
|
|
|
|
* Wed Nov 29 2023 Jan Grulich <jgrulich@redhat.com> - 5.27.80-2
|
|
- Rebuild (qt6)
|
|
|
|
* Fri Nov 10 2023 Alessandro Astone <ales.astone@gmail.com> - 5.27.80-1
|
|
- 5.27.80
|
|
|
|
* Wed Oct 18 2023 Steve Cossette <farchord@gmail.com> - 5.27.80^20231009.021332.6933aae-3
|
|
- Added BuildDep for systemd
|
|
|
|
* Wed Oct 18 2023 Steve Cossette <farchord@gmail.com> - 5.27.80^20231009.021332.6933aae-2
|
|
- Fixed an issue with the systemd unit
|
|
|
|
* Sat Sep 23 2023 Steve Cossette <farchord@gmail.com> - 5.27.80^20231009.021332.6933aae-1
|
|
- Initial release
|