dolphin: add 15.08.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
51
recipes-kde/apps/dolphin/dolphin.bb
Normal file
51
recipes-kde/apps/dolphin/dolphin.bb
Normal file
@@ -0,0 +1,51 @@
|
||||
SUMMARY = "KDE File Manager"
|
||||
LICENSE = "GPLv2 & GFDL-1.2"
|
||||
LIC_FILES_CHKSUM = " \
|
||||
file://COPYING;md5=5c213a7de3f013310bd272cdb6eb7a24 \
|
||||
file://COPYING.DOC;md5=ad1419ecc56e060eccf8184a87c4285f \
|
||||
"
|
||||
|
||||
inherit kde-apps
|
||||
|
||||
DEPENDS += " \
|
||||
kdoctools \
|
||||
kinit \
|
||||
kcmutils \
|
||||
knewstuff \
|
||||
kcoreaddons \
|
||||
ki18n \
|
||||
kdbusaddons \
|
||||
kbookmarks \
|
||||
kconfig \
|
||||
kio \
|
||||
kparts \
|
||||
solid \
|
||||
kiconthemes \
|
||||
kcompletion \
|
||||
ktexteditor \
|
||||
kwindowsystem \
|
||||
knotifications \
|
||||
kactivities \
|
||||
phonon \
|
||||
baloo \
|
||||
baloo-widgets \
|
||||
kfilemetadata \
|
||||
"
|
||||
|
||||
PV = "${KDE_APP_VERSION}"
|
||||
SRC_URI[md5sum] = "11760d094c2c3e3fff0e89b81d4db118"
|
||||
SRC_URI[sha256sum] = "7ac16d7150b7c5e1d6350cf679981d675c995303a7f68eab1290763d3fd35ad9"
|
||||
SRC_URI += "file://0001-align-paths-to-phonon.patch"
|
||||
|
||||
FILES_SOLIBSDEV = "${libdir}/libdolphin*${SOLIBSDEV}"
|
||||
|
||||
FILES_${PN} += " \
|
||||
${datadir} \
|
||||
${libdir}/libkdeinit5_dolphin.so \
|
||||
${OE_QMAKE_PATH_PLUGINS} \
|
||||
"
|
||||
|
||||
FILES_${PN}-dbg += " \
|
||||
${OE_QMAKE_PATH_PLUGINS}/.debug \
|
||||
"
|
||||
|
||||
@@ -0,0 +1,69 @@
|
||||
From ed293f192c85976efdff4d8253a63a9d1a801d11 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||
Date: Sun, 23 Aug 2015 22:59:27 +0200
|
||||
Subject: [PATCH] align paths to phonon
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||
---
|
||||
src/panels/information/informationpanelcontent.cpp | 6 +++---
|
||||
src/panels/information/phononwidget.cpp | 10 +++++-----
|
||||
src/panels/information/phononwidget.h | 2 +-
|
||||
3 files changed, 9 insertions(+), 9 deletions(-)
|
||||
|
||||
diff --git a/src/panels/information/informationpanelcontent.cpp b/src/panels/information/informationpanelcontent.cpp
|
||||
index c18d473..97962de 100644
|
||||
--- a/src/panels/information/informationpanelcontent.cpp
|
||||
+++ b/src/panels/information/informationpanelcontent.cpp
|
||||
@@ -41,9 +41,9 @@
|
||||
#include <panels/places/placesitem.h>
|
||||
#include <panels/places/placesitemmodel.h>
|
||||
|
||||
-#include <Phonon/BackendCapabilities>
|
||||
-#include <Phonon/MediaObject>
|
||||
-#include <Phonon/SeekSlider>
|
||||
+#include <phonon/BackendCapabilities>
|
||||
+#include <phonon/MediaObject>
|
||||
+#include <phonon/SeekSlider>
|
||||
|
||||
#include <QEvent>
|
||||
#include <QLabel>
|
||||
diff --git a/src/panels/information/phononwidget.cpp b/src/panels/information/phononwidget.cpp
|
||||
index 1d6361f..24f3ffc 100644
|
||||
--- a/src/panels/information/phononwidget.cpp
|
||||
+++ b/src/panels/information/phononwidget.cpp
|
||||
@@ -20,11 +20,11 @@
|
||||
|
||||
#include "phononwidget.h"
|
||||
|
||||
-#include <Phonon/AudioOutput>
|
||||
-#include <Phonon/Global>
|
||||
-#include <Phonon/MediaObject>
|
||||
-#include <Phonon/SeekSlider>
|
||||
-#include <Phonon/VideoWidget>
|
||||
+#include <phonon/AudioOutput>
|
||||
+#include <phonon/Global>
|
||||
+#include <phonon/MediaObject>
|
||||
+#include <phonon/SeekSlider>
|
||||
+#include <phonon/VideoWidget>
|
||||
|
||||
#include <QVBoxLayout>
|
||||
#include <QHBoxLayout>
|
||||
diff --git a/src/panels/information/phononwidget.h b/src/panels/information/phononwidget.h
|
||||
index 837a668..1fb9543 100644
|
||||
--- a/src/panels/information/phononwidget.h
|
||||
+++ b/src/panels/information/phononwidget.h
|
||||
@@ -25,7 +25,7 @@
|
||||
#include <QSize>
|
||||
#include <QWidget>
|
||||
|
||||
-#include <Phonon/Global>
|
||||
+#include <phonon/Global>
|
||||
|
||||
namespace Phonon
|
||||
{
|
||||
--
|
||||
2.1.0
|
||||
|
||||
Reference in New Issue
Block a user