Plasma 5.11 Beta - hopefully everything addressed now (if it builds fine)
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kde-cli-tools5?expand=0&rev=162
This commit is contained in:
parent
9e5da35e20
commit
e8621a5be4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:731f962e72a741bba5e3608fc4acca1deb896c670c140e82d814d3bffbca4ec4
|
|
||||||
size 502000
|
|
3
kde-cli-tools-5.10.95.tar.xz
Normal file
3
kde-cli-tools-5.10.95.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:24f86cf0f53368a667b518fdc4d2c2a174d07145377284dfd2d2c771e2bf8e53
|
||||||
|
size 577884
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue Aug 22 19:11:30 CEST 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
@ -18,18 +18,19 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kde-cli-tools5
|
Name: kde-cli-tools5
|
||||||
Version: 5.10.5
|
Version: 5.10.95
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Additional CLI tools for KDE applications
|
Summary: Additional CLI tools for KDE applications
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
|
Source: http://download.kde.org/unstable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
|
||||||
# PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256
|
# PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256
|
||||||
Patch0: kdesu-add-some-i18n-love.patch
|
Patch0: kdesu-add-some-i18n-love.patch
|
||||||
BuildRequires: extra-cmake-modules >= 1.3.0
|
BuildRequires: extra-cmake-modules >= 1.3.0
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
BuildRequires: cmake(KF5Activities) >= 5.16.0
|
||||||
BuildRequires: cmake(KF5Config) >= 5.16.0
|
BuildRequires: cmake(KF5Config) >= 5.16.0
|
||||||
BuildRequires: cmake(KF5DocTools) >= 5.16.0
|
BuildRequires: cmake(KF5DocTools) >= 5.16.0
|
||||||
BuildRequires: cmake(KF5I18n) >= 5.16.0
|
BuildRequires: cmake(KF5I18n) >= 5.16.0
|
||||||
@ -65,13 +66,14 @@ Additional CLI tools for KDE applications and workspaces.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=%{_kf5_localedir}
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%kf5_find_lang
|
%find_lang %{name} --with-man --all-name
|
||||||
|
%kf5_find_htmldocs
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# create a dummy target for /etc/alternatives/kdesu
|
# create a dummy target for /etc/alternatives/kdesu
|
||||||
@ -123,7 +125,7 @@ fi
|
|||||||
%ghost %{_sysconfdir}/alternatives/kdesu
|
%ghost %{_sysconfdir}/alternatives/kdesu
|
||||||
%{_kf5_plugindir}/
|
%{_kf5_plugindir}/
|
||||||
%ghost %{_sysconfdir}/alternatives/kdesu.1%{?ext_man}
|
%ghost %{_sysconfdir}/alternatives/kdesu.1%{?ext_man}
|
||||||
%doc %{_kf5_htmldir}/
|
%doc %{_kf5_htmldir}/en
|
||||||
%{_kf5_mandir}/man1/kdesu*.*
|
%{_kf5_mandir}/man1/kdesu*.*
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user