Accepting request 556133 from KDE:Applications
KDE Applications 17.12.0 final (release on 2017-12-14) OBS-URL: https://build.opensuse.org/request/show/556133 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juk?expand=0&rev=70
This commit is contained in:
commit
6f6da6ee74
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:516f673269ac7876b011d7d9585e0e1e09d5e7391ee1b8d17253016473cb651c
|
|
||||||
size 446096
|
|
3
juk-17.12.0.tar.xz
Normal file
3
juk-17.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:223293247ec87d6dbcf876ed2047d9ca84eadf27d0fac09695de45e25bcbdda2
|
||||||
|
size 1868100
|
30
juk.changes
30
juk.changes
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 09 14:59:02 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 17.12.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.12.0.php
|
||||||
|
- Changes since 17.11.90:
|
||||||
|
* Fix build when tunepimp is available.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 02 10:12:35 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 17.11.90
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.12-rc.php
|
||||||
|
- Changes since 17.11.80:
|
||||||
|
* None
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 20 06:58:55 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 17.11.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.12-beta.php
|
||||||
|
- Changes since 17.08.3:
|
||||||
|
* Too many changes to list here
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 09 23:10:51 CET 2017 - lbeltrame@kde.org
|
Thu Nov 09 23:10:51 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
73
juk.spec
73
juk.spec
@ -15,52 +15,89 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
|
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
# Latest stable Applications (e.g. 17.08 in KA, but 17.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}')}
|
||||||
Name: juk
|
Name: juk
|
||||||
Version: 17.08.3
|
Version: 17.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Jukebox
|
Summary: Jukebox
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Multimedia/Sound/Players
|
Group: Productivity/Multimedia/Sound/Players
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source0: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: libkde4-devel
|
BuildRequires: cmake(KF5CoreAddons)
|
||||||
|
BuildRequires: cmake(KF5Completion)
|
||||||
|
BuildRequires: cmake(KF5Config)
|
||||||
|
BuildRequires: cmake(KF5Crash)
|
||||||
|
BuildRequires: cmake(KF5GlobalAccel)
|
||||||
|
BuildRequires: cmake(KF5I18n)
|
||||||
|
BuildRequires: cmake(KF5IconThemes)
|
||||||
|
BuildRequires: cmake(KF5DocTools)
|
||||||
|
BuildRequires: cmake(KF5KIO)
|
||||||
|
BuildRequires: cmake(KF5JobWidgets)
|
||||||
|
BuildRequires: cmake(KF5Notifications)
|
||||||
|
BuildRequires: cmake(KF5TextWidgets)
|
||||||
|
BuildRequires: cmake(KF5XmlGui)
|
||||||
|
BuildRequires: cmake(KF5Wallet)
|
||||||
|
BuildRequires: cmake(KF5WidgetsAddons)
|
||||||
|
BuildRequires: cmake(KF5WindowSystem)
|
||||||
|
BuildRequires: cmake(Qt5Gui)
|
||||||
|
BuildRequires: cmake(Qt5Svg)
|
||||||
|
BuildRequires: cmake(Qt5Network)
|
||||||
|
BuildRequires: cmake(Qt5Test)
|
||||||
|
BuildRequires: cmake(Qt5Widgets)
|
||||||
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: libtag-devel
|
BuildRequires: libtag-devel
|
||||||
BuildRequires: xz
|
BuildRequires: phonon4qt5-devel
|
||||||
%{kde4_runtime_requires}
|
BuildRequires: update-desktop-files
|
||||||
|
%if %{with lang}
|
||||||
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Jukebox and music manager for KDE
|
Jukebox and music manager by KDE
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde4 -d build
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
cd build
|
%kf5_makeinstall -C build
|
||||||
%kde4_makeinstall
|
%if %{with lang}
|
||||||
|
%find_lang %{name} --with-man --all-name
|
||||||
|
%kf5_find_htmldocs
|
||||||
|
%endif
|
||||||
%suse_update_desktop_file org.kde.juk AudioVideo Player
|
%suse_update_desktop_file org.kde.juk AudioVideo Player
|
||||||
%kde_post_install
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
%dir %{_kde4_datadir}/metainfo
|
%{_kf5_sharedir}/dbus-1/interfaces/org.kde.juk.*
|
||||||
%{_datadir}/dbus-1/interfaces/org.kde.juk.*
|
%{_kf5_applicationsdir}/org.kde.juk.desktop
|
||||||
%{_kde4_applicationsdir}/org.kde.juk.desktop
|
%{_kf5_appsdir}/juk/
|
||||||
%{_kde4_appsdir}/juk/
|
%{_kf5_bindir}/juk
|
||||||
%{_kde4_bindir}/juk
|
%{_kf5_appstreamdir}/org.kde.juk.appdata.xml
|
||||||
%{_kde4_datadir}/metainfo/org.kde.juk.appdata.xml
|
%{_kf5_htmldir}/en/juk/
|
||||||
%{_kde4_htmldir}/en/juk/
|
%{_kf5_iconsdir}/hicolor/*/apps/juk.*
|
||||||
%{_kde4_iconsdir}/hicolor/*/apps/juk.*
|
%dir %{_kf5_servicesdir}/ServiceMenus/
|
||||||
%{_kde4_servicesdir}/ServiceMenus/jukservicemenu.desktop
|
%{_kf5_servicesdir}/ServiceMenus/jukservicemenu.desktop
|
||||||
|
%{_kf5_kxmlguidir}/juk
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user