SHA256
1
0
forked from pool/kapptemplate

Accepting request 446020 from KDE:Applications

Update to KDE Applicatons 16.12.0

OBS-URL: https://build.opensuse.org/request/show/446020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kapptemplate?expand=0&rev=42
This commit is contained in:
Dominique Leuenberger 2016-12-17 09:33:50 +00:00 committed by Git OBS Bridge
commit 542cddfea0
4 changed files with 43 additions and 18 deletions

View File

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

View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Dec 13 19:33:47 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.12.0
* KDE Applications 16.12.0
* https://www.kde.org/announcements/announce-applications-16.12.0.php
-------------------------------------------------------------------
Sat Dec 3 16:09:57 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.90
* KDE Applications 16.12.0 RC
* https://www.kde.org/announcements/announce-applications-16.12-rc.php
-------------------------------------------------------------------
Tue Nov 29 12:21:27 UTC 2016 - tittiatcoke@gmail.com
- Update to KDE Applications 16.11.80
* KDE Applications 16.12.0 Beta
* https://www.kde.org/announcements/announce-applications-16.12-beta.php
-------------------------------------------------------------------
Wed Nov 9 06:13:50 UTC 2016 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
#
# spec file for package kapptemplate
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,37 +17,39 @@
Name: kapptemplate
Version: 16.12.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Template for KDE Application Development
License: GPL-2.0 and GFDL-1.2
Group: Development/Tools/IDE
Url: http://www.kde.org/
Source0: %{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: karchive-devel
BuildRequires: kcompletion-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kcoreaddons-devel
BuildRequires: kdoctools-devel
BuildRequires: kf5-filesystem
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Test)
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.3
Release: 0
Source0: %{name}-%{version}.tar.xz
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Obsoletes: kapptemplate5 < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains templates to start the development of a new KDE
application/part/plugin.
%prep
%setup -q
%setup -q
sed -i 's|Categories=Qt;KDE;Development;|Categories=Qt;KDE;Development;IDE;X-KDE-KDevelopIDE;|g' src/application/org.kde.kapptemplate.desktop
%build
@ -56,13 +58,12 @@ sed -i 's|Categories=Qt;KDE;Development;|Categories=Qt;KDE;Development;IDE;X-KDE
%install
%kf5_makeinstall -C build
%suse_update_desktop_file org.kde.kapptemplate
%suse_update_desktop_file org.kde.kapptemplate
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%files
%defattr(-,root,root)
%doc COPYING COPYING.DOC
%{_kf5_bindir}/kapptemplate