Compare commits

...

13 Commits

Author SHA1 Message Date
274e039bfd automatic version update by autodist [release 6.3.2-1mamba;Sat Mar 01 2025] 2025-03-02 20:53:38 +01:00
e56c1b2604 automatic version update by autodist [release 6.3.1-1mamba;Thu Feb 20 2025] 2025-02-21 20:39:06 +01:00
0e4d2c77c5 automatic version update by autodist [release 6.3.0-1mamba;Wed Feb 12 2025] 2025-02-15 14:44:15 +01:00
a4581926af automatic version update by autodist [release 6.2.5-1mamba;Thu Jan 02 2025] 2025-01-03 09:58:30 +01:00
5abd4e1cee automatic version update by autodist [release 6.2.4-1mamba;Wed Nov 27 2024] 2024-11-28 20:45:20 +01:00
fc4d79b71a automatic version update by autodist [release 6.2.3-1mamba;Thu Nov 07 2024] 2024-11-08 13:41:01 +01:00
0af44578b4 automatic version update by autodist [release 6.2.2-1mamba;Fri Oct 25 2024] 2024-10-26 10:29:40 +02:00
7859bddbb5 automatic version update by autodist [release 6.2.1-1mamba;Thu Oct 17 2024] 2024-10-18 20:35:23 +02:00
6ef756d9a3 automatic version update by autodist [release 6.2.0-1mamba;Fri Oct 11 2024] 2024-10-12 11:15:36 +02:00
72541667d9 automatic version update by autodist [release 6.1.5-1mamba;Fri Sep 13 2024] 2024-09-14 12:43:27 +02:00
1233ee3f89 automatic version update by autodist [release 6.1.4-1mamba;Thu Aug 08 2024] 2024-08-10 00:07:31 +02:00
40324be01f automatic version update by autodist [release 6.1.3-1mamba;Thu Jul 18 2024] 2024-07-19 23:57:01 +02:00
866558afcc automatic version update by autodist [release 6.1.2-1mamba;Wed Jul 03 2024] 2024-07-05 16:13:18 +02:00
2 changed files with 48 additions and 3 deletions

View File

@@ -2,3 +2,4 @@
KDE Plasma restore and save screen configurations depending on which monitors are connected.

View File

@@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
%define plasmaver %(echo %version | cut -d. -f1-3)
Name: kscreen
Version: 6.1.1
Version: 6.3.2
Release: 1mamba
Summary: KDE Plasma restore and save screen configurations depending on which monitors are connected
Group: Graphical Desktop/Applications/Utilities
@@ -13,6 +13,13 @@ Source: https://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/kscree
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libQt6Core
BuildRequires: libQt6DBus
BuildRequires: libQt6Gui
BuildRequires: libQt6Network
BuildRequires: libQt6OpenGL
BuildRequires: libQt6Widgets
BuildRequires: libQt6Xml
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libXi-devel
@@ -35,7 +42,6 @@ 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
@@ -46,7 +52,6 @@ BuildRequires: extra-cmake-modules
%description
KDE Plasma restore and save screen configurations depending on which monitors are connected.
%debug_package
%prep
%setup -q
@@ -82,6 +87,45 @@ KDE Plasma restore and save screen configurations depending on which monitors ar
%doc LICENSES
%changelog
* 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