KDE Applications 17.08.80 beta

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/sweeper?expand=0&rev=43
This commit is contained in:
Luca Beltrame 2017-03-26 07:26:49 +00:00 committed by Git OBS Bridge
parent 60d99513aa
commit 4471eda179
5 changed files with 74 additions and 60 deletions

View File

@ -1,12 +0,0 @@
Index: sweeper/sweeper.desktop
===================================================================
--- sweeper.desktop 2009/11/20 20:24:51 1.1
+++ sweeper.desktop 2009/11/20 20:25:09
@@ -2,6 +2,7 @@
X-DocPath=
Icon=trash-empty
Exec=sweeper
+OnlyShowIn=KDE;
Type=Application
Terminal=false
X-KDE-StartupNotify=true

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:548d59f98cbb9c5f8891f38caf8b8d13a57cc57fe94da949946f0c410141c4ed
size 82340

3
sweeper-17.03.80.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93b08ea597ff5acccbd5e8fe653f9671cb12d28091b8098408a5814662fbaaf6
size 82360

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Mar 25 23:10:58 CET 2017 - lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
* add sweeper app icon instead of an action icon BUG: 373902
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 9 12:46:10 CET 2017 - lbeltrame@kde.org Thu Mar 9 12:46:10 CET 2017 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package sweeper # spec file for package sweeper
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,45 +17,61 @@
Name: sweeper Name: sweeper
Version: 16.12.3 Version: 17.03.80
Release: 0 Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: KDE Privacy Utility Summary: KDE Privacy Utility
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/GUI/KDE Group: System/GUI/KDE
Url: http://www.kde.org Url: http://www.kde.org
Source0: sweeper-%{version}.tar.xz Source0: sweeper-%{version}.tar.xz
Patch1: desktop-files.diff BuildRequires: breeze5-icons
BuildRequires: libkde4-devel BuildRequires: extra-cmake-modules
BuildRequires: kbookmarks-devel
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kcrash-devel
BuildRequires: kdoctools-devel
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: ktextwidgets-devel
BuildRequires: kxmlgui-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%description %description
Helps clean unwanted traces the user leaves on the system. Helps clean unwanted traces the user leaves on the system.
%prep %prep
%setup -q -n sweeper-%{version} %setup -q -n sweeper-%{version}
%patch1
%build %build
%cmake_kde4 -d build %cmake_kf5 -d build
%make_jobs %make_jobs
%install %install
cd build %kf5_makeinstall -C build
%make_install %suse_update_desktop_file org.kde.sweeper Utility Security
%suse_update_desktop_file sweeper Utility Security mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/actions
%kde_post_install cp %{_kf5_iconsdir}/breeze/actions/24/trash-empty.svg %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/actions/
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%_kde4_bindir/sweeper %{_kf5_bindir}/sweeper
%_kde4_applicationsdir/sweeper.desktop %{_kf5_applicationsdir}/org.kde.sweeper.desktop
%{_datadir}/dbus-1/interfaces/*.xml %{_datadir}/dbus-1/interfaces/*.xml
%_kde4_htmldir/en/sweeper/ %{_kf5_htmldir}/en/sweeper/
%_kde4_appsdir/sweeper/ %{_kf5_appsdir}/sweeper/
%{_kf5_iconsdir}/hicolor/scalable/*/*
%changelog %changelog