Accepting request 490357 from KDE:Applications

KDE Applications 17.04.0 final

OBS-URL: https://build.opensuse.org/request/show/490357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gwenview5?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2017-05-08 16:46:44 +00:00 committed by Git OBS Bridge
commit d523100433
4 changed files with 65 additions and 15 deletions

View File

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

3
gwenview-17.04.0.tar.xz Normal file
View File

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Sun Apr 16 10:44:47 CEST 2017 - lbeltrame@kde.org
- Update to 17.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
* Do not set application data twice. It ends up in desktop file name being org.kde.org.kde.gwenview.
-------------------------------------------------------------------
Wed Apr 12 20:25:16 CEST 2017 - lbeltrame@kde.org
- Update to 17.03.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
* None
-------------------------------------------------------------------
Sat Mar 25 23:10:12 CET 2017 - lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
* Too many changes to list here
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 9 12:34:37 CET 2017 - lbeltrame@kde.org Thu Mar 9 12:34:37 CET 2017 - lbeltrame@kde.org

View File

@ -16,11 +16,13 @@
# #
%bcond_without lang
Name: gwenview5 Name: gwenview5
Version: 16.12.3 Version: 17.04.0
Release: 0 Release: 0
%define kf5_version 5.26.0 %define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA) # 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}')} %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Simple Image Viewer for KDE Summary: Simple Image Viewer for KDE
License: GPL-2.0+ License: GPL-2.0+
@ -54,6 +56,7 @@ BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0 BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
Conflicts: gwenview Conflicts: gwenview
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
@ -61,6 +64,10 @@ Gwenview is a simple image viewer for KDE. It features a folder tree
window and a file list window, providing easy navigation of your file window and a file list window, providing easy navigation of your file
hierarchy. hierarchy.
%if %{with lang}
%lang_package
%endif
%prep %prep
%setup -q -n gwenview-%{version} %setup -q -n gwenview-%{version}
@ -70,6 +77,10 @@ hierarchy.
%install %install
%kf5_makeinstall -C build %kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%suse_update_desktop_file -r org.kde.gwenview Graphics RasterGraphics Viewer KDE %suse_update_desktop_file -r org.kde.gwenview Graphics RasterGraphics Viewer KDE
@ -81,6 +92,7 @@ hierarchy.
%doc COPYING* %doc COPYING*
%{_kf5_libdir}/libgwenviewlib.so.* %{_kf5_libdir}/libgwenviewlib.so.*
%{_kf5_bindir}/gwenview %{_kf5_bindir}/gwenview
%{_kf5_bindir}/gwenview_importer
%{_kf5_sharedir}/gwenview/ %{_kf5_sharedir}/gwenview/
%{_kf5_sharedir}/kxmlgui5/ %{_kf5_sharedir}/kxmlgui5/
%{_kf5_appstreamdir}/ %{_kf5_appstreamdir}/
@ -91,5 +103,13 @@ hierarchy.
%dir %{_kf5_htmldir}/en %dir %{_kf5_htmldir}/en
%dir %{_kf5_htmldir} %dir %{_kf5_htmldir}
%doc %{_kf5_htmldir}/en/*/ %doc %{_kf5_htmldir}/en/*/
%dir %{_datadir}/solid
%dir %{_datadir}/solid/actions
%{_datadir}/solid/actions/gwenview_*.desktop
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog %changelog