Accepting request 532018 from KDE:Frameworks5
Plasma 5.11.0 OBS-URL: https://build.opensuse.org/request/show/532018 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kde-cli-tools5?expand=0&rev=55
This commit is contained in:
commit
d0a392578f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:731f962e72a741bba5e3608fc4acca1deb896c670c140e82d814d3bffbca4ec4
|
||||
size 502000
|
3
kde-cli-tools-5.11.0.tar.xz
Normal file
3
kde-cli-tools-5.11.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd76a45f407520c81a21b1f5bc2100c1ddadcdbf2e2dbb8b073069778055a17b
|
||||
size 571328
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 5 12:39:17 CEST 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.11.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.11.0.php
|
||||
- Changes since 5.10.95:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 14 14:29:04 CEST 2017 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.10.95
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/plasma-5.10.95.php
|
||||
- Changes since 5.10.5:
|
||||
* always install kdesu docs, the translations are always installed so this has minimal effect
|
||||
* update kcm statistics in kcmshell too
|
||||
* Use Q_DECL_OVERRIDE
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 22 19:11:30 CEST 2017 - fabian@ritter-vogt.de
|
||||
|
||||
|
@ -18,18 +18,19 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kde-cli-tools5
|
||||
Version: 5.10.5
|
||||
Version: 5.11.0
|
||||
Release: 0
|
||||
Summary: Additional CLI tools for KDE applications
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
|
||||
Source: kde-cli-tools-%{version}.tar.xz
|
||||
# PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256
|
||||
Patch0: kdesu-add-some-i18n-love.patch
|
||||
BuildRequires: extra-cmake-modules >= 1.3.0
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: xz
|
||||
BuildRequires: cmake(KF5Activities) >= 5.16.0
|
||||
BuildRequires: cmake(KF5Config) >= 5.16.0
|
||||
BuildRequires: cmake(KF5DocTools) >= 5.16.0
|
||||
BuildRequires: cmake(KF5I18n) >= 5.16.0
|
||||
@ -65,13 +66,14 @@ Additional CLI tools for KDE applications and workspaces.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%kf5_find_lang
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
|
||||
# create a dummy target for /etc/alternatives/kdesu
|
||||
@ -123,7 +125,7 @@ fi
|
||||
%ghost %{_sysconfdir}/alternatives/kdesu
|
||||
%{_kf5_plugindir}/
|
||||
%ghost %{_sysconfdir}/alternatives/kdesu.1%{?ext_man}
|
||||
%doc %{_kf5_htmldir}/
|
||||
%doc %{_kf5_htmldir}/en
|
||||
%{_kf5_mandir}/man1/kdesu*.*
|
||||
|
||||
%if %{with lang}
|
||||
|
Loading…
x
Reference in New Issue
Block a user