SHA256
1
0
forked from pool/kapptemplate

Accepting request 434844 from KDE:Applications

KDE Applications 16.08.2

OBS-URL: https://build.opensuse.org/request/show/434844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kapptemplate?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2016-10-19 11:07:00 +00:00 committed by Git OBS Bridge
commit 56a764e42e
4 changed files with 15 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 11 20:51:33 UTC 2016 - lbeltrame@kde.org
- KDE Applications 16.08.2
https://www.kde.org/announcements/announce-applications-16.08.2.php
-------------------------------------------------------------------
Fri Sep 9 08:12:46 UTC 2016 - tittiatcoke@gmail.com

View File

@ -33,7 +33,7 @@ Summary: Template for KDE Application Development
License: GPL-2.0 and GFDL-1.2
Group: Development/Tools/IDE
Url: http://www.kde.org/
Version: 16.08.1
Version: 16.08.2
Release: 0
Source0: %{name}-%{version}.tar.xz
Obsoletes: %{name}5 < %{version}
@ -48,7 +48,7 @@ application/part/plugin.
%prep
%setup -q
sed -i 's|Categories=Qt;KDE;Development;|Categories=Qt;KDE;Development;IDE;X-KDE-KDevelopIDE;|g' src/application/kapptemplate.desktop
sed -i 's|Categories=Qt;KDE;Development;|Categories=Qt;KDE;Development;IDE;X-KDE-KDevelopIDE;|g' src/application/org.kde.kapptemplate.desktop
%build
%cmake_kf5 -d build
@ -56,7 +56,7 @@ sed -i 's|Categories=Qt;KDE;Development;|Categories=Qt;KDE;Development;IDE;X-KDE
%install
%kf5_makeinstall -C build
%suse_update_desktop_file kapptemplate
%suse_update_desktop_file org.kde.kapptemplate
%post -p /sbin/ldconfig
@ -66,12 +66,12 @@ sed -i 's|Categories=Qt;KDE;Development;|Categories=Qt;KDE;Development;IDE;X-KDE
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kf5_bindir}/kapptemplate
%{_kf5_applicationsdir}/kapptemplate.desktop
%{_kf5_applicationsdir}/org.kde.kapptemplate.desktop
%doc %{_kf5_htmldir}/en/*/
%{_kf5_sharedir}/kdevappwizard/
%{_kf5_iconsdir}/hicolor/*/apps/kapptemplate.*
%{_kf5_configkcfgdir}/
%dir %{_kf5_sharedir}/appdata
%{_kf5_sharedir}/appdata/kapptemplate.appdata.xml
%dir %{_kf5_appstreamdir}
%{_kf5_appstreamdir}/org.kde.kapptemplate.appdata.xml
%changelog