Accepting request 304354 from KDE:Frameworks5
Update to 5.3.0 OBS-URL: https://build.opensuse.org/request/show/304354 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcm_sddm?expand=0&rev=4
This commit is contained in:
commit
9e0ffeaef5
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 23 13:27:18 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.3 Final:
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/plasma-5.3.0.php
|
||||||
|
- Let the package supplement sddm and plasma5-workspace
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 11 18:53:31 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 5.2.95 aka 5.3 beta:
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
https://www.kde.org/announcements/plasma-5.2.95.php
|
||||||
|
- Update required Qt version to 5.4.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 19 17:42:28 UTC 2015 - hrvoje.senjan@gmail.com
|
Thu Mar 19 17:42:28 UTC 2015 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -16,11 +16,12 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
Name: kcm_sddm
|
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.2.2
|
Version: 5.3.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
|
||||||
@ -32,20 +33,23 @@ BuildRequires: kf5-filesystem
|
|||||||
BuildRequires: ki18n-devel
|
BuildRequires: ki18n-devel
|
||||||
BuildRequires: kio-devel
|
BuildRequires: kio-devel
|
||||||
BuildRequires: kxmlgui-devel
|
BuildRequires: kxmlgui-devel
|
||||||
BuildRequires: pkgconfig(Qt5Core) >= 5.3.0
|
BuildRequires: pkgconfig(Qt5Core) >= 5.4.0
|
||||||
BuildRequires: pkgconfig(Qt5Designer) >= 5.3.0
|
BuildRequires: pkgconfig(Qt5Designer) >= 5.4.0
|
||||||
BuildRequires: pkgconfig(Qt5Gui) >= 5.3.0
|
BuildRequires: pkgconfig(Qt5Gui) >= 5.4.0
|
||||||
BuildRequires: pkgconfig(Qt5Quick) >= 5.3.0
|
BuildRequires: pkgconfig(Qt5Quick) >= 5.4.0
|
||||||
BuildRequires: pkgconfig(Qt5QuickWidgets) >= 5.3.0
|
BuildRequires: pkgconfig(Qt5QuickWidgets) >= 5.4.0
|
||||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.3.0
|
BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0
|
||||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.3.0
|
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.4.0
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xcb)
|
BuildRequires: pkgconfig(xcb)
|
||||||
BuildRequires: pkgconfig(xcb-image)
|
BuildRequires: pkgconfig(xcb-image)
|
||||||
BuildRequires: pkgconfig(xcb-shm)
|
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
|
# 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)
|
BuildRequires: pkgconfig(xcursor)
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
|
Supplements: packageand(sddm:plasma5-workspace)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -65,9 +69,13 @@ sddm.
|
|||||||
|
|
||||||
echo "setBadness('suse-dbus-unauthorized-service', 0)" > $RPM_SOURCE_DIR/%name-rpmlintrc
|
echo "setBadness('suse-dbus-unauthorized-service', 0)" > $RPM_SOURCE_DIR/%name-rpmlintrc
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
%find_lang %{name} %{name}.lang
|
%find_lang %{name} %{name}.lang
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
%endif
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:79da669c38858da4595fa5a66a4d28c2f2b4170679e58b61a9278010f474eaf2
|
|
||||||
size 44496
|
|
3
sddm-kcm-5.3.0.tar.xz
Normal file
3
sddm-kcm-5.3.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8cf1efef36bd021da77ab39a5ef250d42dc04bbecda3343e61b65dfa4d53a097
|
||||||
|
size 46448
|
Loading…
Reference in New Issue
Block a user