Compare commits
19 Commits
6.0.5-1mam
...
6.4.0-1mam
Author | SHA1 | Date | |
---|---|---|---|
4e30fb4464 | |||
9b3b8f996c | |||
4039b9d71c | |||
04d5a4c337 | |||
274e039bfd | |||
e56c1b2604 | |||
0e4d2c77c5 | |||
a4581926af | |||
5abd4e1cee | |||
fc4d79b71a | |||
0af44578b4 | |||
7859bddbb5 | |||
6ef756d9a3 | |||
72541667d9 | |||
1233ee3f89 | |||
40324be01f | |||
866558afcc | |||
d4f46115fd | |||
087e6e85a4 |
85
kscreen.spec
85
kscreen.spec
@@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||||
Name: kscreen
|
Name: kscreen
|
||||||
Version: 6.0.5
|
Version: 6.4.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Plasma restore and save screen configurations depending on which monitors are connected
|
Summary: KDE Plasma restore and save screen configurations depending on which monitors are connected
|
||||||
Group: Graphical Desktop/Applications/Utilities
|
Group: Graphical Desktop/Applications/Utilities
|
||||||
@@ -13,6 +13,13 @@ Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/kscree
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libQt6Core
|
||||||
|
BuildRequires: libQt6DBus
|
||||||
|
BuildRequires: libQt6Gui
|
||||||
|
BuildRequires: libQt6Network
|
||||||
|
BuildRequires: libQt6OpenGL
|
||||||
|
BuildRequires: libQt6Widgets
|
||||||
|
BuildRequires: libQt6Xml
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libXi-devel
|
BuildRequires: libXi-devel
|
||||||
@@ -24,6 +31,7 @@ BuildRequires: libkf6-kconfig-devel
|
|||||||
BuildRequires: libkf6-kconfigwidgets-devel
|
BuildRequires: libkf6-kconfigwidgets-devel
|
||||||
BuildRequires: libkf6-kcoreaddons-devel
|
BuildRequires: libkf6-kcoreaddons-devel
|
||||||
BuildRequires: libkf6-kdbusaddons-devel
|
BuildRequires: libkf6-kdbusaddons-devel
|
||||||
|
BuildRequires: libkf6-kguiaddons-devel
|
||||||
BuildRequires: libkf6-ki18n-devel
|
BuildRequires: libkf6-ki18n-devel
|
||||||
BuildRequires: libkf6-kwidgetsaddons-devel
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||||
BuildRequires: libkf6-kwindowsystem-devel
|
BuildRequires: libkf6-kwindowsystem-devel
|
||||||
@@ -32,12 +40,13 @@ BuildRequires: libkscreen-devel
|
|||||||
BuildRequires: liblayer-shell-qt-devel
|
BuildRequires: liblayer-shell-qt-devel
|
||||||
BuildRequires: libplasma-devel
|
BuildRequires: libplasma-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libwayland-devel
|
||||||
BuildRequires: libxcb-devel
|
BuildRequires: libxcb-devel
|
||||||
BuildRequires: libxcb-util-devel
|
BuildRequires: libxcb-util-devel
|
||||||
BuildRequires: libxkbcommon-devel
|
BuildRequires: libxkbcommon-devel
|
||||||
BuildRequires: qt6-qtbase-devel
|
|
||||||
BuildRequires: qt6-qtdeclarative-devel
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
BuildRequires: qt6-qtsensors-devel
|
BuildRequires: qt6-qtsensors-devel
|
||||||
|
BuildRequires: qt6-qtwayland-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: kf6-rpm-macros
|
BuildRequires: kf6-rpm-macros
|
||||||
@@ -46,8 +55,6 @@ BuildRequires: extra-cmake-modules
|
|||||||
%description
|
%description
|
||||||
KDE Plasma restore and save screen configurations depending on which monitors are connected.
|
KDE Plasma restore and save screen configurations depending on which monitors are connected.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@@ -59,29 +66,85 @@ KDE Plasma restore and save screen configurations depending on which monitors ar
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%cmake_install
|
%cmake_install
|
||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
%find_lang %{name} --with-qt --all-name || touch %{name}.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}5_qt.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/hdrcalibrator
|
||||||
%{_bindir}/kscreen-console
|
%{_bindir}/kscreen-console
|
||||||
|
%{_datadir}/applications/kcm_kscreen.desktop
|
||||||
|
%{_datadir}/dbus-1/services/org.kde.kscreen.osdService.service
|
||||||
%{_userunitdir}/plasma-kscreen-osd.service
|
%{_userunitdir}/plasma-kscreen-osd.service
|
||||||
%{_kf6_plugindir}/kded/kscreen.so
|
%{_kf6_plugindir}/kded/kscreen.so
|
||||||
%{_qt6_plugindir}/plasma/applets/org.kde.kscreen.so
|
%{_qt6_plugindir}/plasma/applets/org.kde.kscreen.so
|
||||||
%{_qt6_plugindir}/plasma/kcms/systemsettings/kcm_kscreen.so
|
%{_qt6_plugindir}/plasma/kcms/systemsettings/kcm_kscreen.so
|
||||||
%{_libexecdir}/kscreen_osd_service
|
%{_libexecdir}/kscreen_osd_service
|
||||||
%{_datadir}/applications/kcm_kscreen.desktop
|
|
||||||
%{_datadir}/dbus-1/services/org.kde.kscreen.osdService.service
|
|
||||||
%{_metainfodir}/org.kde.kscreen.appdata.xml
|
|
||||||
%{_datadir}/kglobalaccel/org.kde.kscreen.desktop
|
%{_datadir}/kglobalaccel/org.kde.kscreen.desktop
|
||||||
%dir %{_datadir}/plasma/plasmoids/org.kde.kscreen
|
%{_datadir}/kscreen/graz.png
|
||||||
%{_datadir}/plasma/plasmoids/org.kde.kscreen/*
|
|
||||||
%{_datadir}/qlogging-categories6/kscreen.categories
|
%{_datadir}/qlogging-categories6/kscreen.categories
|
||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jun 21 2025 Automatic Build System <autodist@openmamba.org> 6.4.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri May 09 2025 Automatic Build System <autodist@openmamba.org> 6.3.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Apr 03 2025 Automatic Build System <autodist@openmamba.org> 6.3.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Mar 16 2025 Automatic Build System <autodist@openmamba.org> 6.3.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Mar 01 2025 Automatic Build System <autodist@openmamba.org> 6.3.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Feb 20 2025 Automatic Build System <autodist@openmamba.org> 6.3.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Feb 12 2025 Automatic Build System <autodist@openmamba.org> 6.3.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jan 02 2025 Automatic Build System <autodist@openmamba.org> 6.2.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Nov 27 2024 Automatic Build System <autodist@openmamba.org> 6.2.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Nov 07 2024 Automatic Build System <autodist@openmamba.org> 6.2.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 25 2024 Automatic Build System <autodist@openmamba.org> 6.2.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Oct 17 2024 Automatic Build System <autodist@openmamba.org> 6.2.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Oct 11 2024 Automatic Build System <autodist@openmamba.org> 6.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Sep 13 2024 Automatic Build System <autodist@openmamba.org> 6.1.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Aug 08 2024 Automatic Build System <autodist@openmamba.org> 6.1.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jul 18 2024 Automatic Build System <autodist@openmamba.org> 6.1.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Jul 03 2024 Automatic Build System <autodist@openmamba.org> 6.1.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jun 27 2024 Automatic Build System <autodist@openmamba.org> 6.1.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jun 20 2024 Automatic Build System <autodist@openmamba.org> 6.1.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri May 24 2024 Automatic Build System <autodist@openmamba.org> 6.0.5-1mamba
|
* Fri May 24 2024 Automatic Build System <autodist@openmamba.org> 6.0.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user