phonon-qt5: update to 4.11.1.

This commit is contained in:
John 2019-10-06 00:52:03 +03:00
parent 3316a3d4ba
commit bcd4e7c43b
2 changed files with 2 additions and 17 deletions

View file

@ -1,15 +0,0 @@
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})

View file

@ -1,6 +1,6 @@
# Template file for 'phonon-qt5'
pkgname=phonon-qt5
version=4.11.0
version=4.11.1
revision=1
wrksrc="${pkgname%-*}-${version}"
build_style=cmake
@ -12,7 +12,7 @@ maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later"
homepage="https://phonon.kde.org/"
distfiles="${KDE_SITE}/${pkgname%-*}/${version}/${pkgname%-*}-${version}.tar.xz"
checksum=91250a38feb0adb62385ad9bacc0ea0e67bbba3e0ceb3c2111d83803fb52582e
checksum=b4431ea2600df8137a717741ad9ebc7f7ec1649fa3e138541d8f42597144de2d
phonon-qt5-devel_package() {
depends="qt5-devel ${sourcepkg}-${version}_${revision}"