Accepting request 350007 from KDE:Applications

Update to KDE Applications 15.12.0

OBS-URL: https://build.opensuse.org/request/show/350007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kgpg?expand=0&rev=55
This commit is contained in:
Dominique Leuenberger 2015-12-29 11:58:21 +00:00 committed by Git OBS Bridge
commit c7b5ba3737
4 changed files with 30 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82b4a50ab38f3801aabffbf1822cb3f177bd744689d66bc72742c3b12e395525
size 810136

3
kgpg-15.12.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Dec 17 10:13:41 UTC 2015 - tchvatal@suse.com
- Install properly the ServiceMenus on plasma5 bnc#959490
-------------------------------------------------------------------
Sun Dec 13 13:19:12 UTC 2015 - tittiatcoke@gmail.com
- Update to KDE Applications 15.12.0
* KDE Applications 15.12.0
* https://www.kde.org/announcements/announce-applications-15.12.0.php
* boo#958887
-------------------------------------------------------------------
Tue Nov 10 20:08:22 UTC 2015 - tittiatcoke@gmail.com

View File

@ -17,7 +17,7 @@
Name: kgpg
Version: 15.08.3
Version: 15.12.0
Release: 0
Summary: Encryption Tool
License: GPL-2.0+
@ -25,14 +25,15 @@ Group: Productivity/Security
Url: http://www.kde.org
Source0: kgpg-%{version}.tar.xz
Patch1: kgpg-autostart.diff
BuildRequires: kf5-filesystem
BuildRequires: libgpgme-devel
BuildRequires: libkdepimlibs4-devel
BuildRequires: xz
Requires: gpg2
Recommends: kdepim4-runtime
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
%kde4_pimlibs_requires
%{kde4_runtime_requires}
%{kde4_pimlibs_requires}
%description
Kgpg is a simple GUI for gpg
@ -48,6 +49,13 @@ Kgpg is a simple GUI for gpg
%install
%kde4_makeinstall -C build
%suse_update_desktop_file kgpg Utility Security
# for 13.15+ symlink the servicemenus for plasma5/kf5 too
%if 0%{?suse_version} > 1310
mkdir -p %{buildroot}%{_kf5_servicesdir}/ServiceMenus
pushd %{buildroot}%{_kde4_servicesdir}/ServiceMenus/ > /dev/null
ln -s *.desktop %{buildroot}/%{_kf5_servicesdir}/ServiceMenus/
popd > /dev/null
%endif
%kde_post_install
%post -p /sbin/ldconfig
@ -67,5 +75,7 @@ Kgpg is a simple GUI for gpg
%{_kde4_datadir}/dbus-1/interfaces/*.xml
%{_kde4_iconsdir}/hicolor/*/*/*.png
%{_kde4_servicesdir}/ServiceMenus/*.desktop
%dir %{_kf5_servicesdir}/ServiceMenus/
%{_kf5_servicesdir}/ServiceMenus/*.desktop
%changelog