Compare commits
54 Commits
5.19.3-1ma
...
6.0.4-1mam
Author | SHA1 | Date | |
---|---|---|---|
67873c3c20 | |||
20d75cfec4 | |||
53577129e6 | |||
f360239394 | |||
c56f46479e | |||
43c1cd98d5 | |||
bb89979c68 | |||
d4da0a57e5 | |||
bb918e44ce | |||
d892dbf0c1 | |||
a0915773eb | |||
c1ef362f6f | |||
36290ba4f3 | |||
cd7378546d | |||
27254e3831 | |||
81aa2b4289 | |||
95398e5fbc | |||
ab6e492ea6 | |||
4c45ed874a | |||
36f1bd9fca | |||
0495977f5d | |||
2d57ec12d4 | |||
c489abbe08 | |||
d6fbbed348 | |||
4c010d1e6d | |||
4875ee9549 | |||
171463b6c4 | |||
6878019ba5 | |||
cf01968463 | |||
7f3b2400c9 | |||
ba143fbcec | |||
3ddd0c3169 | |||
a555745d10 | |||
68f36b5cbf | |||
b9beb3d8fa | |||
6b6b00aefa | |||
7533075ab7 | |||
87563087a5 | |||
b4e1777720 | |||
57e5588192 | |||
fd2c75baf8 | |||
c9b2ae83ce | |||
c6b669c1c2 | |||
f7bbb65724 | |||
f68947e272 | |||
7e152f8c93 | |||
217966a430 | |||
df9dc8fd68 | |||
a903be759e | |||
138448c37f | |||
b8b019f72c | |||
49931b1aaf | |||
2daec7fe07 | |||
2b4076c9b8 |
@@ -1,4 +1,4 @@
|
||||
# kscreen
|
||||
|
||||
KDE Frameworks 5 restore and save screen configurations depending on which monitors are connected.
|
||||
KDE Plasma restore and save screen configurations depending on which monitors are connected.
|
||||
|
||||
|
268
kscreen.spec
268
kscreen.spec
@@ -1,43 +1,50 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||
|
||||
|
||||
Name: kscreen
|
||||
Version: 5.19.3
|
||||
Version: 6.0.4
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 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
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/plasma/%{plasmaver}/kscreen-%{version}.tar.xz
|
||||
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
||||
URL: https://kde.org/it/plasma-desktop/
|
||||
Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/kscreen-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libkauth-devel
|
||||
BuildRequires: libkcodecs-devel
|
||||
BuildRequires: libkconfig-devel
|
||||
BuildRequires: libkconfigwidgets-devel
|
||||
BuildRequires: libkcoreaddons-devel
|
||||
BuildRequires: libkdbusaddons-devel
|
||||
BuildRequires: libkglobalaccel-devel
|
||||
BuildRequires: libki18n-devel
|
||||
BuildRequires: libglvnd-devel
|
||||
BuildRequires: libkf6-kcmutils-devel
|
||||
BuildRequires: libkf6-kcolorscheme-devel
|
||||
BuildRequires: libkf6-kconfig-devel
|
||||
BuildRequires: libkf6-kconfigwidgets-devel
|
||||
BuildRequires: libkf6-kcoreaddons-devel
|
||||
BuildRequires: libkf6-kdbusaddons-devel
|
||||
BuildRequires: libkf6-ki18n-devel
|
||||
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||
BuildRequires: libkf6-kwindowsystem-devel
|
||||
BuildRequires: libkf6-kxmlgui-devel
|
||||
BuildRequires: libkscreen-devel
|
||||
BuildRequires: libkwidgetsaddons-devel
|
||||
BuildRequires: libkxmlgui-devel
|
||||
BuildRequires: libqt5-devel
|
||||
BuildRequires: liblayer-shell-qt-devel
|
||||
BuildRequires: libplasma-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxcb-util-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
BuildRequires: qt6-qtdeclarative-devel
|
||||
BuildRequires: qt6-qtsensors-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
BuildRequires: rpm-macros-kde5
|
||||
BuildRequires: kf6-rpm-macros
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
KDE Frameworks 5 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
|
||||
|
||||
@@ -45,12 +52,12 @@ KDE Frameworks 5 restore and save screen configurations depending on which monit
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
%make
|
||||
%cmake_kf6
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall -C build
|
||||
%cmake_install
|
||||
|
||||
%find_lang %{name}5_qt --with-qt --all-name || touch %{name}5_qt.lang
|
||||
|
||||
@@ -60,23 +67,210 @@ KDE Frameworks 5 restore and save screen configurations depending on which monit
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/kscreen-console
|
||||
%{_libdir}/qt5/plugins/kcms/kcm_kscreen.so
|
||||
%{_libdir}/qt5/plugins/kf5/kded/kscreen.so
|
||||
%{_libdir}/qt5/plugins/plasma/applets/plasma_applet_kscreen.so
|
||||
%{_datadir}/kservices5/plasma-applet-org.kde.kscreen.desktop
|
||||
%{_datadir}/metainfo/org.kde.kscreen.appdata.xml
|
||||
%{_userunitdir}/plasma-kscreen-osd.service
|
||||
%{_kf6_plugindir}/kded/kscreen.so
|
||||
%{_qt6_plugindir}/plasma/applets/org.kde.kscreen.so
|
||||
%{_qt6_plugindir}/plasma/kcms/systemsettings/kcm_kscreen.so
|
||||
%{_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
|
||||
%dir %{_datadir}/plasma/plasmoids/org.kde.kscreen
|
||||
%{_datadir}/plasma/plasmoids/org.kde.kscreen/*
|
||||
%dir %{_datadir}/kpackage/kcms/kcm_kscreen
|
||||
%{_datadir}/kpackage/kcms/kcm_kscreen/*
|
||||
%{_datadir}/qlogging-categories5/kscreen.categories
|
||||
%dir %{_datadir}/kded_kscreen
|
||||
%dir %{_datadir}/kded_kscreen/qml
|
||||
%{_datadir}/kded_kscreen/qml/*
|
||||
%{_datadir}/kservices5/kcm_kscreen.desktop
|
||||
%doc COPYING
|
||||
%{_datadir}/qlogging-categories6/kscreen.categories
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Thu Apr 18 2024 Automatic Build System <autodist@openmamba.org> 6.0.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 28 2024 Automatic Build System <autodist@openmamba.org> 6.0.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 14 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 07 2024 Automatic Build System <autodist@openmamba.org> 6.0.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 03 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 03 2024 Automatic Build System <autodist@openmamba.org> 5.93.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 5.92.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 26 2023 Automatic Build System <autodist@mambasoft.it> 5.27.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 13 2023 Automatic Build System <autodist@mambasoft.it> 5.27.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Aug 04 2023 Automatic Build System <autodist@mambasoft.it> 5.27.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 22 2023 Automatic Build System <autodist@mambasoft.it> 5.27.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu May 11 2023 Automatic Build System <autodist@mambasoft.it> 5.27.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Apr 06 2023 Automatic Build System <autodist@mambasoft.it> 5.27.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 16 2023 Automatic Build System <autodist@mambasoft.it> 5.27.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 02 2023 Automatic Build System <autodist@mambasoft.it> 5.27.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 22 2023 Automatic Build System <autodist@mambasoft.it> 5.27.1.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 20 2023 Automatic Build System <autodist@mambasoft.it> 5.27.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 04 2023 Automatic Build System <autodist@mambasoft.it> 5.26.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 01 2022 Automatic Build System <autodist@mambasoft.it> 5.26.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 10 2022 Automatic Build System <autodist@mambasoft.it> 5.26.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Oct 30 2022 Automatic Build System <autodist@mambasoft.it> 5.26.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 20 2022 Automatic Build System <autodist@mambasoft.it> 5.26.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 15 2022 Automatic Build System <autodist@mambasoft.it> 5.26.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 07 2022 Automatic Build System <autodist@mambasoft.it> 5.25.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 03 2022 Automatic Build System <autodist@mambasoft.it> 5.25.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 13 2022 Automatic Build System <autodist@mambasoft.it> 5.25.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 29 2022 Automatic Build System <autodist@mambasoft.it> 5.25.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 22 2022 Automatic Build System <autodist@mambasoft.it> 5.25.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 15 2022 Automatic Build System <autodist@mambasoft.it> 5.25.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri May 06 2022 Automatic Build System <autodist@mambasoft.it> 5.24.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 30 2022 Automatic Build System <autodist@mambasoft.it> 5.24.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 12 2022 Automatic Build System <autodist@mambasoft.it> 5.24.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Feb 26 2022 Automatic Build System <autodist@mambasoft.it> 5.24.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 16 2022 Automatic Build System <autodist@mambasoft.it> 5.24.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 10 2022 Automatic Build System <autodist@mambasoft.it> 5.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 5.23.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 01 2021 Automatic Build System <autodist@mambasoft.it> 5.23.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 11 2021 Automatic Build System <autodist@mambasoft.it> 5.23.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 28 2021 Automatic Build System <autodist@mambasoft.it> 5.23.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 21 2021 Automatic Build System <autodist@mambasoft.it> 5.23.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Oct 16 2021 Automatic Build System <autodist@mambasoft.it> 5.23.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 01 2021 Automatic Build System <autodist@mambasoft.it> 5.22.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 29 2021 Automatic Build System <autodist@mambasoft.it> 5.22.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 07 2021 Automatic Build System <autodist@mambasoft.it> 5.22.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 23 2021 Automatic Build System <autodist@mambasoft.it> 5.22.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 17 2021 Automatic Build System <autodist@mambasoft.it> 5.22.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jun 10 2021 Automatic Build System <autodist@mambasoft.it> 5.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat May 08 2021 Automatic Build System <autodist@mambasoft.it> 5.21.5-2mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 05 2021 Automatic Build System <autodist@mambasoft.it> 5.21.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 07 2021 Automatic Build System <autodist@mambasoft.it> 5.21.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 17 2021 Automatic Build System <autodist@mambasoft.it> 5.21.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Mar 03 2021 Automatic Build System <autodist@mambasoft.it> 5.21.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Feb 25 2021 Automatic Build System <autodist@mambasoft.it> 5.21.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 16 2021 Automatic Build System <autodist@mambasoft.it> 5.21.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 05 2021 Automatic Build System <autodist@mambasoft.it> 5.20.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 01 2020 Automatic Build System <autodist@mambasoft.it> 5.20.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 11 2020 Automatic Build System <autodist@mambasoft.it> 5.20.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 28 2020 Automatic Build System <autodist@mambasoft.it> 5.20.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 20 2020 Automatic Build System <autodist@mambasoft.it> 5.20.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Oct 14 2020 Automatic Build System <autodist@mambasoft.it> 5.20.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Sep 01 2020 Automatic Build System <autodist@mambasoft.it> 5.19.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jul 29 2020 Automatic Build System <autodist@mambasoft.it> 5.19.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 07 2020 Automatic Build System <autodist@mambasoft.it> 5.19.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user