forked from pool/kapptemplate
Accepting request 443299 from home:luca_b:test_KA
KDE Applications - please review OBS-URL: https://build.opensuse.org/request/show/443299 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kapptemplate?expand=0&rev=34
This commit is contained in:
parent
81fe340c4c
commit
68fcba05d8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:923ee40f9f053f53d6ebb7f24d66a43da8c95e144e5677937da341e85cf07fb8
|
||||
size 400308
|
3
kapptemplate-16.11.80.tar.xz
Normal file
3
kapptemplate-16.11.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb5d1216b2bd5d928a84ed742f920abb77e0e4d02b3b89222f4ea14d9a377918
|
||||
size 485504
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -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.11.80
|
||||
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: 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user