Accepting request 245374 from KDE:Distro:Factory
Update KDE to KDE 4.14.0 Final OBS-URL: https://build.opensuse.org/request/show/245374 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/juk?expand=0&rev=31
This commit is contained in:
parent
e84fb37ed0
commit
05bf3ca746
@ -1,21 +0,0 @@
|
||||
commit 19309cea25a427b49059f9ca9a9d2b762f2a57ca
|
||||
Author: Christophe Giboudeaux <cgiboudeaux@gmx.com>
|
||||
Date: Fri Jul 11 09:30:14 2014 +0200
|
||||
|
||||
Fix the appdata file location.
|
||||
|
||||
CCMAIL: aacid@kde.org
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index b8d7649..d222e6c 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -155,7 +155,7 @@ install(TARGETS juk ${INSTALL_TARGETS_DEFAULT_ARGS} )
|
||||
|
||||
install( PROGRAMS juk.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
|
||||
install( FILES juk.notifyrc jukui.rc jukui-rtl.rc DESTINATION ${DATA_INSTALL_DIR}/juk )
|
||||
-install( FILES juk.appdata.xml DESTINATION ${DATA_INSTALL_DIR}/appdata )
|
||||
+install( FILES juk.appdata.xml DESTINATION ${SHARE_INSTALL_PREFIX}/appdata )
|
||||
install( FILES jukservicemenu.desktop DESTINATION
|
||||
${SERVICES_INSTALL_DIR}/ServiceMenus )
|
||||
install( FILES org.kde.juk.collection.xml org.kde.juk.player.xml org.kde.juk.search.xml DESTINATION ${DBUS_INTERFACES_INSTALL_DIR} )
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:784c782b571a57b56b3b4c70a0de3c5666ce8d461f38b9d0a356ef671d074083
|
||||
size 437256
|
3
juk-4.14.0.tar.xz
Normal file
3
juk-4.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43f2f8641cb6a526bff466646cc3f81fe49399bc92cdb56d86c5e52566b1125c
|
||||
size 437452
|
15
juk.changes
15
juk.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 15 08:36:54 UTC 2014 - tittiatcoke@gmail.com
|
||||
|
||||
- Update to 4.14.0
|
||||
* KDE 4.14.0 SC Final Release
|
||||
* See http://www.kde.org/announcements/4.13/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 16:43:53 UTC 2014 - cgiboudeaux@gmx.com
|
||||
|
||||
- Update to 4.13.90
|
||||
* KDE 4.14 Beta 2 release
|
||||
* See http://www.kde.org/announcements/announce-4.14-beta2.php
|
||||
- Drop 0001-fix-the-appdata-dir.patch (merged upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 10 22:16:20 UTC 2014 - cgiboudeaux@gmx.com
|
||||
|
||||
|
5
juk.spec
5
juk.spec
@ -25,11 +25,9 @@ Summary: Jukebox
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Multimedia/Sound/Players
|
||||
Url: http://www.kde.org
|
||||
Version: 4.13.80
|
||||
Version: 4.14.0
|
||||
Release: 0
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM 0001-fix-the-appdata-dir.patch -- fixes the appdata file location
|
||||
Patch0: 0001-fix-the-appdata-dir.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
|
||||
@ -38,7 +36,6 @@ Jukebox and music manager for KDE
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
|
Loading…
Reference in New Issue
Block a user