SHA256
1
0
forked from pool/kruler

Accepting request 446110 from KDE:Applications

Update to KDE Applicatons 16.12.0

OBS-URL: https://build.opensuse.org/request/show/446110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kruler?expand=0&rev=73
This commit is contained in:
Dominique Leuenberger 2016-12-17 09:48:41 +00:00 committed by Git OBS Bridge
commit 64801f066d
4 changed files with 52 additions and 24 deletions

View File

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

3
kruler-16.12.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Dec 13 19:51:59 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:37:42 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:36:18 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:22:22 UTC 2016 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
#
# spec file for package kruler
#
# 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,32 +17,36 @@
Name: kruler
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: Screen Ruler
License: GPL-2.0+
Group: Productivity/Graphics/Other
Url: http://www.kde.org
Source0: %{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: update-desktop-files
BuildRequires: kdoctools-devel
BuildRequires: ki18n-devel
BuildRequires: knotifications-devel
BuildRequires: kwindowsystem-devel
BuildRequires: kxmlgui-devel
Summary: Screen Ruler
License: GPL-2.0+
Group: Productivity/Graphics/Other
Url: http://www.kde.org
Version: 16.08.3
Release: 0
Source0: %{name}-%{version}.tar.xz
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5X11Extras)
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
%description
A screen ruler for the K Desktop Environment
%prep
%setup -q -n %{name}-%version
%setup -q
%build
%cmake_kf5 -d build
@ -53,16 +57,16 @@ A screen ruler for the K Desktop Environment
%suse_update_desktop_file -r org.kde.kruler Utility DesktopUtility
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%_kf5_bindir/kruler
%_kf5_applicationsdir/org.kde.kruler.desktop
%_kf5_sharedir/kruler/
%_kf5_htmldir/en//kruler/
%_kf5_iconsdir/hicolor/*/*/kruler*
%_datadir/knotifications5/kruler.notifyrc
%{_kf5_bindir}/kruler
%{_kf5_applicationsdir}/org.kde.kruler.desktop
%{_kf5_sharedir}/kruler/
%{_kf5_htmldir}/en//kruler/
%{_kf5_iconsdir}/hicolor/*/*/kruler*
%{_datadir}/knotifications5/kruler.notifyrc
%{_kf5_appstreamdir}/
%changelog