osc copypac from project:KDE:Unstable:Frameworks package:kcm_sddm revision:38
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kcm_sddm?expand=0&rev=1
This commit is contained in:
parent
b986ce014e
commit
854d9768a0
12
_service
Normal file
12
_service
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<services>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">git://anongit.kde.org/sddm-kcm</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="versionformat">5.7.90git~%ci~%h</param>
|
||||||
|
</service>
|
||||||
|
<service name="recompress">
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
<param name="compression">xz</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version"/>
|
||||||
|
</services>
|
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f810ac89039c35519c2923a66459b040e42060192715b49f5c57ca593c4a2c72
|
||||||
|
size 32344
|
94
_service:set_version:kcm_sddm.spec
Normal file
94
_service:set_version:kcm_sddm.spec
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
#
|
||||||
|
# spec file for package kcm_sddm
|
||||||
|
#
|
||||||
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
|
Name: kcm_sddm
|
||||||
|
Summary: A sddm control module for KDE
|
||||||
|
License: GPL-2.0
|
||||||
|
Group: System/GUI/KDE
|
||||||
|
Version: 5.7.90git~20160909T211104~6d5c322
|
||||||
|
Release: 0
|
||||||
|
Url: https://projects.kde.org/projects/kdereview/sddm-kcm/repository
|
||||||
|
Source: sddm-kcm-%{version}.tar.xz
|
||||||
|
# PATCH-FIX-OPENSUSE set-default-session-to-plasma5-for-autologin.patch boo#951886 wbauer@tmo.at -- set the default autologin session to plasma5.desktop
|
||||||
|
Patch: set-default-session-to-plasma5-for-autologin.patch
|
||||||
|
BuildRequires: extra-cmake-modules >= 1.0.0
|
||||||
|
BuildRequires: kf5-filesystem
|
||||||
|
BuildRequires: cmake(KF5Auth)
|
||||||
|
BuildRequires: cmake(KF5ConfigWidgets)
|
||||||
|
BuildRequires: cmake(KF5CoreAddons)
|
||||||
|
BuildRequires: cmake(KF5I18n)
|
||||||
|
BuildRequires: cmake(KF5KIO)
|
||||||
|
BuildRequires: cmake(KF5XmlGui)
|
||||||
|
BuildRequires: cmake(Qt5Core) >= 5.4.0
|
||||||
|
BuildRequires: cmake(Qt5Designer) >= 5.4.0
|
||||||
|
BuildRequires: cmake(Qt5Gui) >= 5.4.0
|
||||||
|
BuildRequires: cmake(Qt5Quick) >= 5.4.0
|
||||||
|
BuildRequires: cmake(Qt5QuickWidgets) >= 5.4.0
|
||||||
|
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
||||||
|
BuildRequires: cmake(Qt5X11Extras) >= 5.4.0
|
||||||
|
BuildRequires: pkgconfig(x11)
|
||||||
|
BuildRequires: pkgconfig(xcb)
|
||||||
|
BuildRequires: pkgconfig(xcb-image)
|
||||||
|
BuildRequires: pkgconfig(xcb-shm)
|
||||||
|
# cmakelists broken upstream, /home/abuild/rpmbuild/BUILD/sddm-kcm-0.0.0.1/src/cursortheme/thememodel.cpp:34:33: fatal error: X11/Xcursor/Xcursor.h: No such file or directory
|
||||||
|
BuildRequires: pkgconfig(xcursor)
|
||||||
|
%if %{with lang}
|
||||||
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
|
Supplements: packageand(sddm:plasma5-workspace)
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%description
|
||||||
|
SDDM control module for KDE. It provides a graphical frontend for the
|
||||||
|
sddm.
|
||||||
|
|
||||||
|
%lang_package
|
||||||
|
%prep
|
||||||
|
%setup -q -n sddm-kcm-%{version}
|
||||||
|
%patch -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake_kf5 -d build
|
||||||
|
%make_jobs
|
||||||
|
|
||||||
|
%install
|
||||||
|
%kf5_makeinstall -C build
|
||||||
|
|
||||||
|
echo "setBadness('suse-dbus-unauthorized-service', 0)" > $RPM_SOURCE_DIR/%name-rpmlintrc
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%find_lang %{name} %{name}.lang
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc README
|
||||||
|
%{_kf5_servicesdir}/
|
||||||
|
%{_kf5_sharedir}/polkit-1/actions/org.kde.kcontrol.kcmsddm.policy
|
||||||
|
%config %{_kf5_sysconfdir}/dbus-1/system.d/org.kde.kcontrol.kcmsddm.conf
|
||||||
|
%{_kf5_sharedir}/dbus-1/system-services/org.kde.kcontrol.kcmsddm.service
|
||||||
|
%{_kf5_libdir}/libexec/
|
||||||
|
%{_kf5_plugindir}/
|
||||||
|
%{_kf5_sharedir}/sddm-kcm/
|
||||||
|
|
||||||
|
%changelog
|
@ -1,75 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Aug 26 20:36:41 UTC 2016 - fabian@ritter-vogt.de
|
|
||||||
|
|
||||||
- Update to 5.7.4
|
|
||||||
* New bugfix release
|
|
||||||
* For more details please see:
|
|
||||||
https://www.kde.org/announcements/plasma-5.7.4.php
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Aug 2 11:35:51 UTC 2016 - hrvoje.senjan@gmail.com
|
|
||||||
|
|
||||||
- Update to 5.7.3
|
|
||||||
* New bugfix release
|
|
||||||
* For more details please see:
|
|
||||||
https://www.kde.org/announcements/plasma-5.7.3.php
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Jul 20 08:54:17 UTC 2016 - hrvoje.senjan@gmail.com
|
|
||||||
|
|
||||||
- Update to 5.7.2
|
|
||||||
* New bugfix release
|
|
||||||
* For more details please see:
|
|
||||||
https://www.kde.org/announcements/plasma-5.7.2.php
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Jul 13 06:13:24 UTC 2016 - hrvoje.senjan@gmail.com
|
|
||||||
|
|
||||||
- Update to 5.7.1
|
|
||||||
* New bugfix release
|
|
||||||
* For more details please see:
|
|
||||||
https://www.kde.org/announcements/plasma-5.7.1.php
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Jun 30 12:02:19 UTC 2016 - hrvoje.senjan@gmail.com
|
|
||||||
|
|
||||||
- Update to 5.7.0
|
|
||||||
* New feature release
|
|
||||||
* For more details please see:
|
|
||||||
https://www.kde.org/announcements/plasma-5.7.0.php
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun May 15 16:50:11 UTC 2016 - hrvoje.senjan@gmail.com
|
|
||||||
|
|
||||||
- Update to 5.6.4
|
|
||||||
* New bugfix release
|
|
||||||
* For more details please see:
|
|
||||||
https://www.kde.org/announcements/plasma-5.6.4.php
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Apr 19 20:45:30 UTC 2016 - hrvoje.senjan@gmail.com
|
|
||||||
|
|
||||||
- Update to 5.6.3
|
|
||||||
* New bugfix release
|
|
||||||
* For more details please see:
|
|
||||||
https://www.kde.org/announcements/plasma-5.6.3.php
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Apr 5 15:53:43 UTC 2016 - hrvoje.senjan@gmail.com
|
|
||||||
|
|
||||||
- Update to 5.6.2
|
|
||||||
* New bugfix release
|
|
||||||
* For more details please see:
|
|
||||||
https://www.kde.org/announcements/plasma-5.6.2.php
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Mar 29 16:20:37 UTC 2016 - hrvoje.senjan@gmail.com
|
|
||||||
|
|
||||||
- Update to 5.6.1
|
|
||||||
* New bugfix release
|
|
||||||
* For more details please see:
|
|
||||||
https://www.kde.org/announcements/plasma-5.6.1.php
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 20 09:19:47 UTC 2016 - hrvoje.senjan@gmail.com
|
Sun Mar 20 09:19:47 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Name: kcm_sddm
|
|||||||
Summary: A sddm control module for KDE
|
Summary: A sddm control module for KDE
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Version: 5.7.4
|
Version: 5.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://projects.kde.org/projects/kdereview/sddm-kcm/repository
|
Url: https://projects.kde.org/projects/kdereview/sddm-kcm/repository
|
||||||
Source: sddm-kcm-%{version}.tar.xz
|
Source: sddm-kcm-%{version}.tar.xz
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b01854f130e0a7ea322995e371c7b4a058adf809313082bb69ad18562fca922a
|
|
||||||
size 48212
|
|
Loading…
Reference in New Issue
Block a user