Update to Plasma 5.7.95
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/kde-cli-tools5?expand=0&rev=2
This commit is contained in:
parent
cc9bd796b5
commit
cb48ae7db8
12
_service
12
_service
@ -1,12 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://anongit.kde.org/kde-cli-tools.git</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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cea521ace46c623c6d43135a24daa000f929de8549ba67bc9814f01fcd58ddab
|
||||
size 66924
|
@ -1,132 +0,0 @@
|
||||
#
|
||||
# spec file for package kde-cli-tools5
|
||||
#
|
||||
# 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: kde-cli-tools5
|
||||
Version: 5.7.90git~20160915T100742~ee24b4e
|
||||
Release: 0
|
||||
Summary: Additional CLI tools for KDE applications
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
Source: kde-cli-tools-%{version}.tar.xz
|
||||
Source99: %{name}-rpmlintrc
|
||||
# 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(KF5Config) >= 5.16.0
|
||||
BuildRequires: cmake(KF5DocTools) >= 5.16.0
|
||||
BuildRequires: cmake(KF5I18n) >= 5.16.0
|
||||
BuildRequires: cmake(KF5IconThemes) >= 5.16.0
|
||||
BuildRequires: cmake(KF5Init) >= 5.16.0
|
||||
BuildRequires: cmake(KF5KCMUtils) >= 5.16.0
|
||||
BuildRequires: cmake(KF5KDELibs4Support) >= 5.16.0
|
||||
BuildRequires: cmake(KF5KIO) >= 5.16.0
|
||||
BuildRequires: cmake(KF5Su) >= 5.16.0
|
||||
BuildRequires: cmake(KF5WindowSystem) >= 5.16.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Svg) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.4.0
|
||||
BuildRequires: cmake(Qt5X11Extras) >= 5.4.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
# for kquitapp5
|
||||
Requires: kdbusaddons-tools
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Additional CLI tools for KDE applications and workspaces.
|
||||
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q -n kde-cli-tools-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DCMAKE_INSTALL_LOCALEDIR=share/locale/kf5
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
# create a dummy target for /etc/alternatives/kdesu
|
||||
install -d -m 755 %{buildroot}%{_sysconfdir}/alternatives/
|
||||
touch %{buildroot}%{_sysconfdir}/alternatives/kdesu
|
||||
chmod +x %{buildroot}%{_sysconfdir}/alternatives/kdesu
|
||||
ln -s -f %{_sysconfdir}/alternatives/kdesu %{buildroot}%{_kf5_bindir}/kdesu
|
||||
touch %{buildroot}%{_sysconfdir}/alternatives/kdesu.1%{?ext_man}
|
||||
mv %{buildroot}%{_kf5_mandir}/man1/kdesu.1 %{buildroot}%{_kf5_mandir}/man1/kdesu-5.1
|
||||
ln -s -f %{_sysconfdir}/alternatives/kdesu.1%{?ext_man} %{buildroot}%{_kf5_mandir}/man1/kdesu.1%{?ext_man}
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
%if 0%{?suse_version} > 1320 || 0%{?is_opensuse}
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %{_kf5_bindir}/kdesu kdesu %{_kf5_libexecdir}/kdesu 25 \
|
||||
--slave %{_kf5_mandir}/man1/kdesu.1.gz kdesu.1%{?ext_man} %{_kf5_mandir}/man1/kdesu-5.1%{?ext_man}
|
||||
%else
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %{_kf5_bindir}/kdesu kdesu %{_kf5_libexecdir}/kdesu 15 \
|
||||
--slave %{_kf5_mandir}/man1/kdesu.1.gz kdesu.1%{?ext_man} %{_kf5_mandir}/man1/kdesu-5.1%{?ext_man}
|
||||
%endif
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
if [ $1 -eq 0 ]; then
|
||||
%{_sbindir}/update-alternatives --remove kdesu \
|
||||
%{_kf5_libexecdir}/kdesu
|
||||
fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%{_kf5_bindir}/kdesu
|
||||
%{_kf5_bindir}/kcmshell5
|
||||
%{_kf5_bindir}/kdecp5
|
||||
%{_kf5_bindir}/kdemv5
|
||||
%{_kf5_bindir}/kde-open5
|
||||
%{_kf5_bindir}/keditfiletype5
|
||||
%{_kf5_bindir}/kioclient5
|
||||
%{_kf5_bindir}/kmimetypefinder5
|
||||
%{_kf5_bindir}/ksvgtopng5
|
||||
%{_kf5_bindir}/kstart5
|
||||
%{_kf5_bindir}/ktraderclient5
|
||||
%{_kf5_servicesdir}/
|
||||
%{_kf5_libdir}/libkdeinit5_kcmshell5.so
|
||||
%{_kf5_libexecdir}/
|
||||
%ghost %{_sysconfdir}/alternatives/kdesu
|
||||
%{_kf5_plugindir}/
|
||||
%ghost %{_sysconfdir}/alternatives/kdesu.1%{?ext_man}
|
||||
%doc %{_kf5_htmldir}/
|
||||
%{_kf5_mandir}/man1/kdesu*.*
|
||||
|
||||
%if %{with lang}
|
||||
%files lang
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_localedir}/
|
||||
%endif
|
||||
|
||||
%changelog
|
3
kde-cli-tools-5.7.95.tar.xz
Normal file
3
kde-cli-tools-5.7.95.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dee0c2c41401ced2ff6d74850dcbf3ac9851d19eaab9f20b6610a466a74999a8
|
||||
size 486416
|
@ -1,3 +1,112 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 15:53:55 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.7.95 (Plasma 5.8 Beta)
|
||||
* New LTS feature release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.7.95.php
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 13 17:42:09 UTC 2016 - fabian@ritter-vogt.de
|
||||
|
||||
- Update to 5.7.5
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/plasma-5.7.5.php
|
||||
- Refresh kdesu-add-some-i18n-love.patch and add new change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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:52 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 22 10:43:13 UTC 2016 - wbauer@tmo.at
|
||||
|
||||
- Add kdesu-Do-not-change-minimum-size.patch to prevent the
|
||||
displayed command line text running into the password field
|
||||
(boo#958785)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 20 08:54:18 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:25 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 5 11:13:41 UTC 2016 - wbauer@tmo.at
|
||||
|
||||
- Use the new %kf5_find_lang macro to create the file list for the
|
||||
lang package
|
||||
- Remove rpmlintrc file, it is not needed any more now
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 30 19:15:56 UTC 2016 - wbauer@tmo.at
|
||||
|
||||
- Add keditfiletype-create-directory-if-it-doesnt-exist.patch to
|
||||
fix modifying filetypes on fresh user accounts (kde#356237)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 15 16:50:12 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:31 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:39 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:48 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
%bcond_without lang
|
||||
Name: kde-cli-tools5
|
||||
Version: 5.6.0
|
||||
Version: 5.7.95
|
||||
Release: 0
|
||||
Summary: Additional CLI tools for KDE applications
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
Source: kde-cli-tools-%{version}.tar.xz
|
||||
Source: http://download.kde.org/unstable/plasma/%{version}/kde-cli-tools-%{version}.tar.xz
|
||||
Source99: %{name}-rpmlintrc
|
||||
# PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- boo#852256
|
||||
Patch0: kdesu-add-some-i18n-love.patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user