diff --git a/srcpkgs/phonon-qt5/patches/restore-old-include-path.patch b/srcpkgs/phonon-qt5/patches/restore-old-include-path.patch new file mode 100644 index 00000000000..59ec546e73d --- /dev/null +++ b/srcpkgs/phonon-qt5/patches/restore-old-include-path.patch @@ -0,0 +1,15 @@ +Source: John +Upstream: No +Reason: The include path without phonon at the end seems to be what most packages (e.g. texstudio) expect + +--- CMakeLists.txt 2019-08-27 15:26:52.000000000 +0200 ++++ - 2019-08-28 19:26:11.902354706 +0200 +@@ -170,7 +170,7 @@ + LIB_NAME ${PHONON_LIB_SONAME} + DEPS "core widgets" + FILENAME_VAR pri_filename +- INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_DIR}/phonon ++ INCLUDE_INSTALL_DIR ${INCLUDE_INSTALL_DIR} + ) + install(FILES ${pri_filename} DESTINATION ${ECM_MKSPECS_INSTALL_DIR}) + diff --git a/srcpkgs/phonon-qt5/template b/srcpkgs/phonon-qt5/template index f34c4d2db0d..a030084789b 100644 --- a/srcpkgs/phonon-qt5/template +++ b/srcpkgs/phonon-qt5/template @@ -1,7 +1,7 @@ # Template file for 'phonon-qt5' pkgname=phonon-qt5 -version=4.10.3 -revision=2 +version=4.11.0 +revision=1 wrksrc="${pkgname%-*}-${version}" build_style=cmake configure_args="-DPHONON_BUILD_PHONON4QT5=ON -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON" @@ -12,7 +12,7 @@ maintainer="John " license="LGPL-2.1-or-later" homepage="https://phonon.kde.org/" distfiles="${KDE_SITE}/${pkgname%-*}/${version}/${pkgname%-*}-${version}.tar.xz" -checksum=2e8b145669afa0e93833e4064b657677abc9413e4007fa5ddc91397c9bddc295 +checksum=91250a38feb0adb62385ad9bacc0ea0e67bbba3e0ceb3c2111d83803fb52582e phonon-qt5-devel_package() { depends="qt5-devel ${sourcepkg}-${version}_${revision}"