forked from pool/sweeper
Accepting request 490551 from KDE:Applications
KDE Applications 17.04.0 final OBS-URL: https://build.opensuse.org/request/show/490551 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sweeper?expand=0&rev=71
This commit is contained in:
commit
d1f1d5dc0b
@ -1,10 +1,10 @@
|
||||
Index: sweeper/sweeper.desktop
|
||||
Index: sweeper.desktop
|
||||
===================================================================
|
||||
--- sweeper.desktop 2009/11/20 20:24:51 1.1
|
||||
+++ sweeper.desktop 2009/11/20 20:25:09
|
||||
--- sweeper.desktop.orig
|
||||
+++ sweeper.desktop
|
||||
@@ -2,6 +2,7 @@
|
||||
X-DocPath=
|
||||
Icon=trash-empty
|
||||
Icon=sweeper
|
||||
Exec=sweeper
|
||||
+OnlyShowIn=KDE;
|
||||
Type=Application
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:548d59f98cbb9c5f8891f38caf8b8d13a57cc57fe94da949946f0c410141c4ed
|
||||
size 82340
|
3
sweeper-17.04.0.tar.xz
Normal file
3
sweeper-17.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:05b0012c9cc7dacc8cf29533c27cb4c69054f7f534de995afd1b32daa6b84b22
|
||||
size 82340
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 10:45:38 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.04.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04.0.php
|
||||
- Changes since 17.03.90:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 12 20:26:13 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 17.03.90
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
|
||||
- Changes since 17.03.80:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 8 16:00:49 UTC 2017 - wbauer@tmo.at
|
||||
|
||||
- install a sweeper app icon to the hicolor theme (boo#1033066)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 (kde#373902)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 9 12:46:10 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: sweeper
|
||||
Version: 16.12.3
|
||||
Version: 17.04.0
|
||||
Release: 0
|
||||
Summary: KDE Privacy Utility
|
||||
License: LGPL-2.1+
|
||||
@ -26,6 +26,7 @@ Url: http://www.kde.org
|
||||
Source0: sweeper-%{version}.tar.xz
|
||||
Patch1: desktop-files.diff
|
||||
BuildRequires: libkde4-devel
|
||||
BuildRequires: oxygen5-icon-theme
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
@ -43,6 +44,10 @@ Helps clean unwanted traces the user leaves on the system.
|
||||
%install
|
||||
cd build
|
||||
%make_install
|
||||
for i in 16 22 32 48; do
|
||||
mkdir -p %{buildroot}%{_kde4_iconsdir}/hicolor/${i}x${i}/apps
|
||||
cp %{_kde4_iconsdir}/oxygen/base/${i}x${i}/actions/trash-empty.png %{buildroot}%{_kde4_iconsdir}/hicolor/${i}x${i}/apps/sweeper.png
|
||||
done
|
||||
%suse_update_desktop_file sweeper Utility Security
|
||||
%kde_post_install
|
||||
|
||||
@ -57,5 +62,6 @@ cd build
|
||||
%{_datadir}/dbus-1/interfaces/*.xml
|
||||
%_kde4_htmldir/en/sweeper/
|
||||
%_kde4_appsdir/sweeper/
|
||||
%{_kde4_iconsdir}/hicolor/*/*/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user