Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2fe62dafd8 | |||
| a793aa75cb | |||
| 1359c778e7 | |||
| 2cc4b6b9cf | |||
| 11c769e7d6 | |||
| b48ebb4b0f |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:875723553afc9fd850697d359dc1434b4ce978aab3dcc6d6ff66914dc71857e1
|
||||
size 133748
|
||||
3
0.4.0.tar.gz
Normal file
3
0.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7893f6998a2b64307d91db2e5f87628bd77999b729e5022b52fb5ccedd199535
|
||||
size 139381
|
||||
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 18 15:30:25 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
||||
|
||||
- Update to 0.4.0:
|
||||
* Updated Translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 3 16:29:17 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
|
||||
|
||||
- Update to 0.3.0:
|
||||
* Updated Translations
|
||||
- Added %check section
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 19 16:18:09 UTC 2024 - Enrico Belleri <kilgore.trout@idesmi.eu>
|
||||
|
||||
- Build on top of Qt6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 2 17:34:36 UTC 2024 - Shawn Dunn <sfalken@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
#
|
||||
# spec file for package sddm-conf
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 Shawn W Dunn <sfalken@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,19 +19,20 @@
|
||||
|
||||
%define _name sddm_conf
|
||||
Name: sddm-conf
|
||||
Version: 0.2.0
|
||||
Version: 0.4.0
|
||||
Release: 0
|
||||
Summary: SDDM configuration editor
|
||||
License: MIT
|
||||
URL: https://github.com/qtilities/sddm-conf
|
||||
Source0: https://github.com/qtilities/sddm-conf/archive/refs/tags/%{version}.tar.gz
|
||||
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
|
||||
BuildRequires: cmake >= 3.15
|
||||
BuildRequires: extra-cmake-modules >= 6.0
|
||||
BuildRequires: ninja
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: qtilitools
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cmake(Qt5LinguistTools)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: cmake(Qt6Core)
|
||||
BuildRequires: cmake(Qt6LinguistTools)
|
||||
BuildRequires: cmake(Qt6Widgets)
|
||||
Conflicts: sddm-config-editor
|
||||
|
||||
%description
|
||||
@@ -43,16 +45,17 @@ C++.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%define __builder ninja
|
||||
%cmake
|
||||
%ninja_build
|
||||
%cmake_kf6 -DPROJECT_QT_VERSION=6
|
||||
%kf6_build
|
||||
|
||||
%install
|
||||
%ninja_install -C build
|
||||
%suse_update_desktop_file -r -G "Display Manager Configuration" -N "SDDM Configuration" %{_name} Qt Settings System
|
||||
%kf6_install
|
||||
|
||||
%find_lang %{name} --with-qt
|
||||
|
||||
%check
|
||||
%ctest
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md AUTHORS
|
||||
|
||||
Reference in New Issue
Block a user