author | Andrea Scarpino
<andrea@archlinux.org> 2013-02-25 18:55:11 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2013-02-25 18:55:11 UTC |
parent | 6361f2692fcf387ea9db7107748c18889bdaa8bf |
PKGBUILD | +1 | -1 |
headers-location.patch | +12 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 1f71b40..5a60dba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -18,7 +18,7 @@ source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pk md5sums=('bbe0c1c62ed14c31479c4c1a6cf1e173' 'e37d67038c2501f25ac7ee7c2de54a9a' 'c17d8617e9482f02b3e098842946b679' - 'a8a01314a199cd65ee63124ed4296d86') + 'da8ce5bd7edc943e74200f697591c187') build() { . /etc/profile.d/qt4.sh diff --git a/headers-location.patch b/headers-location.patch index 6b5e99a..5613254 100644 --- a/headers-location.patch +++ b/headers-location.patch @@ -1,5 +1,5 @@ ---- phonon-4.6.0/includes/CMakeLists.txt~ 2013-02-25 18:42:31.962003363 +0000 -+++ phonon-4.6.0/includes/CMakeLists.txt 2013-02-25 18:42:44.505244982 +0000 +--- phonon-4.6.0/includes/CMakeLists.txt~ 2013-02-25 18:50:09.158434991 +0000 ++++ phonon-4.6.0/includes/CMakeLists.txt 2013-02-25 18:50:23.251657541 +0000 @@ -51,7 +51,7 @@ phonon/VolumeFaderEffect phonon/VolumeFaderInterface @@ -9,8 +9,8 @@ install( FILES ---- phonon-4.6.0/phonon/CMakeLists.txt~ 2013-02-25 18:42:52.168522284 +0000 -+++ phonon-4.6.0/phonon/CMakeLists.txt 2013-02-25 18:43:12.821704615 +0000 +--- phonon-4.6.0/phonon/CMakeLists.txt~ 2013-02-25 18:50:28.991612426 +0000 ++++ phonon-4.6.0/phonon/CMakeLists.txt 2013-02-25 18:52:56.570453620 +0000 @@ -155,7 +155,7 @@ volumefaderinterface.h volumeslider.h @@ -20,3 +20,11 @@ if (QT_QTDBUS_FOUND AND NOT PHONON_NO_DBUS) install(FILES org.kde.Phonon.AudioOutput.xml DESTINATION ${DBUS_INTERFACES_INSTALL_DIR}) +--- phonon-4.6.0/phonon/experimental/CMakeLists.txt~ 2013-02-25 18:51:08.734633479 +0000 ++++ phonon-4.6.0/phonon/experimental/CMakeLists.txt 2013-02-25 18:51:23.997846924 +0000 +@@ -55,4 +55,4 @@ + videowidget.h + visualization.h + globalconfig.h +- DESTINATION ${INCLUDE_INSTALL_DIR}/phonon/experimental COMPONENT Devel) ++ DESTINATION ${INCLUDE_INSTALL_DIR}/qt4/phonon/experimental COMPONENT Devel)