forked from pool/minuet
Accepting request 450857 from KDE:Applications
KDE Applications 16.12.1 OBS-URL: https://build.opensuse.org/request/show/450857 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/minuet?expand=0&rev=5
This commit is contained in:
commit
d10bfb7c3e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:15d622e7aceafbe728c8066ab1f410c8a4c875dab6de5d6dcbb02a6d890b7d5c
|
|
||||||
size 26846380
|
|
3
minuet-16.12.1.tar.xz
Normal file
3
minuet-16.12.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4be531d78eb1c2896110ecdc94e6fcfe0d3e6d54df48c9fbb78b93c18105541e
|
||||||
|
size 27305940
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 14 09:07:20 UTC 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- - Update to KDE Applications 16.12.1
|
||||||
|
* KDE Applications 16.12.1
|
||||||
|
* https://www.kde.org/announcements/announce-applications-16.12.1.php
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 26 14:22:10 UTC 2016 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Add temporary workaround for packaging bug in libqt5-qtquickcontrols2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 20:04:15 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:46:47 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:42:59 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
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 10 06:18:01 UTC 2016 - lbeltrame@kde.org
|
Thu Nov 10 06:18:01 UTC 2016 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
30
minuet.spec
30
minuet.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package minuet
|
# spec file for package minuet
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%define kf5_version 5.26.0
|
||||||
|
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
|
||||||
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Name: minuet
|
Name: minuet
|
||||||
|
Version: 16.12.1
|
||||||
|
Release: 0
|
||||||
|
Summary: A KDE Software for Music Education
|
||||||
|
License: GPL-2.0+
|
||||||
|
Group: Productivity/Other
|
||||||
|
Url: http://www.kde.org
|
||||||
|
Source: minuet-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules >= 5.15.0
|
BuildRequires: extra-cmake-modules >= 5.15.0
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@ -31,18 +41,15 @@ BuildRequires: cmake(KF5WidgetsAddons)
|
|||||||
BuildRequires: cmake(KF5XmlGui)
|
BuildRequires: cmake(KF5XmlGui)
|
||||||
BuildRequires: cmake(Qt5Core) >= 5.7.0
|
BuildRequires: cmake(Qt5Core) >= 5.7.0
|
||||||
BuildRequires: cmake(Qt5Quick) >= 5.7.0
|
BuildRequires: cmake(Qt5Quick) >= 5.7.0
|
||||||
|
BuildRequires: cmake(Qt5QuickControls2) >= 5.7.0
|
||||||
|
# Workaround for bug in libqt5-qtquickcontrols2 package, to be fixed with 5.7.1 sr
|
||||||
|
BuildRequires: libQt5QuickControls2-5
|
||||||
|
BuildRequires: cmake(Qt5Svg) >= 5.7.0
|
||||||
BuildRequires: cmake(Qt5Widgets) >= 5.7.0
|
BuildRequires: cmake(Qt5Widgets) >= 5.7.0
|
||||||
BuildRequires: pkgconfig(fluidsynth)
|
BuildRequires: pkgconfig(fluidsynth)
|
||||||
Url: http://www.kde.org
|
|
||||||
Summary: A KDE Software for Music Education
|
|
||||||
License: GPL-2.0+
|
|
||||||
Group: Productivity/Other
|
|
||||||
Version: 16.08.3
|
|
||||||
Release: 0
|
|
||||||
Source: minuet-%{version}.tar.xz
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
# Runtime requirement
|
# Runtime requirement
|
||||||
Requires: libqt5-qtquickcontrols2
|
Requires: libqt5-qtquickcontrols2
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Application for Music Education.
|
Application for Music Education.
|
||||||
@ -64,6 +71,7 @@ Requires: minuet = %{version}
|
|||||||
Development headers and libraries for Minuet.
|
Development headers and libraries for Minuet.
|
||||||
|
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -79,19 +87,19 @@ Development headers and libraries for Minuet.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING* README*
|
%doc COPYING* README*
|
||||||
%{_kf5_bindir}/minuet
|
%{_kf5_bindir}/minuet
|
||||||
|
%dir %{_kf5_appstreamdir}
|
||||||
%{_kf5_appstreamdir}/org.kde.minuet.appdata.xml
|
%{_kf5_appstreamdir}/org.kde.minuet.appdata.xml
|
||||||
%{_kf5_applicationsdir}/org.kde.minuet.desktop
|
%{_kf5_applicationsdir}/org.kde.minuet.desktop
|
||||||
%{_kf5_htmldir}/en/minuet/
|
%{_kf5_htmldir}/en/minuet/
|
||||||
%{_kf5_iconsdir}/hicolor
|
%{_kf5_iconsdir}/hicolor
|
||||||
%{_kf5_libdir}/libminuetinterfaces.so.*
|
%{_kf5_libdir}/libminuetinterfaces.so.*
|
||||||
%{_kf5_plugindir}/minuet/
|
%{_kf5_plugindir}/minuet/
|
||||||
%{_kf5_sharedir}/kxmlgui5/minuet/
|
|
||||||
%{_kf5_sharedir}/minuet/
|
%{_kf5_sharedir}/minuet/
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
%doc COPYING* README*
|
%doc COPYING* README*
|
||||||
%{_includedir}/minuet/
|
%{_includedir}/minuet/
|
||||||
%{_kf5_libdir}/libminuetinterfaces.so
|
%{_kf5_libdir}/libminuetinterfaces.so
|
||||||
%{_kf5_libdir}/cmake/Minuet/
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user