mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
phonon-qt5: update to 4.11.0.
This commit is contained in:
parent
f23f7bae57
commit
84e0e93c68
2 changed files with 18 additions and 3 deletions
15
srcpkgs/phonon-qt5/patches/restore-old-include-path.patch
Normal file
15
srcpkgs/phonon-qt5/patches/restore-old-include-path.patch
Normal file
|
@ -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})
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'phonon-qt5'
|
# Template file for 'phonon-qt5'
|
||||||
pkgname=phonon-qt5
|
pkgname=phonon-qt5
|
||||||
version=4.10.3
|
version=4.11.0
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="${pkgname%-*}-${version}"
|
wrksrc="${pkgname%-*}-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DPHONON_BUILD_PHONON4QT5=ON -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON"
|
configure_args="-DPHONON_BUILD_PHONON4QT5=ON -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=ON"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="John <johnz@posteo.net>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://phonon.kde.org/"
|
homepage="https://phonon.kde.org/"
|
||||||
distfiles="${KDE_SITE}/${pkgname%-*}/${version}/${pkgname%-*}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/${pkgname%-*}/${version}/${pkgname%-*}-${version}.tar.xz"
|
||||||
checksum=2e8b145669afa0e93833e4064b657677abc9413e4007fa5ddc91397c9bddc295
|
checksum=91250a38feb0adb62385ad9bacc0ea0e67bbba3e0ceb3c2111d83803fb52582e
|
||||||
|
|
||||||
phonon-qt5-devel_package() {
|
phonon-qt5-devel_package() {
|
||||||
depends="qt5-devel ${sourcepkg}-${version}_${revision}"
|
depends="qt5-devel ${sourcepkg}-${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue