git » phonon.git » commit 6361f26

Install ALL headers in /usr/include/qt4

author Andrea Scarpino
2013-02-25 18:48:10 UTC
committer Andrea Scarpino
2013-02-25 18:48:10 UTC
parent 8f043c7f841c9ced0bfb7e84260df8f605474752

Install ALL headers in /usr/include/qt4

PKGBUILD +2 -2
headers-location.patch +13 -2

diff --git a/PKGBUILD b/PKGBUILD
index 0750708..1f71b40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=phonon
 pkgver=4.6.0
-pkgrel=5
+pkgrel=6
 epoch=1
 arch=('i686' 'x86_64')
 url='http://phonon.kde.org/'
@@ -18,7 +18,7 @@ source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pk
 md5sums=('bbe0c1c62ed14c31479c4c1a6cf1e173'
          'e37d67038c2501f25ac7ee7c2de54a9a'
          'c17d8617e9482f02b3e098842946b679'
-         '71939e8fff3a26e5614982739ae397de')
+         'a8a01314a199cd65ee63124ed4296d86')
 
 build() {
   . /etc/profile.d/qt4.sh
diff --git a/headers-location.patch b/headers-location.patch
index b4721a5..6b5e99a 100644
--- a/headers-location.patch
+++ b/headers-location.patch
@@ -1,5 +1,5 @@
---- phonon-4.6.0/includes/CMakeLists.txt~	2013-02-25 18:10:04.769629747 +0000
-+++ phonon-4.6.0/includes/CMakeLists.txt	2013-02-25 18:10:19.366188789 +0000
+--- 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
 @@ -51,7 +51,7 @@
      phonon/VolumeFaderEffect
      phonon/VolumeFaderInterface
@@ -9,3 +9,14 @@
  
  
  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
+@@ -155,7 +155,7 @@
+    volumefaderinterface.h
+    volumeslider.h
+    ${CMAKE_CURRENT_BINARY_DIR}/phononnamespace.h
+-   DESTINATION ${INCLUDE_INSTALL_DIR}/phonon COMPONENT Devel)
++   DESTINATION ${INCLUDE_INSTALL_DIR}/qt4/phonon COMPONENT Devel)
+ 
+ if (QT_QTDBUS_FOUND AND NOT PHONON_NO_DBUS)
+     install(FILES org.kde.Phonon.AudioOutput.xml  DESTINATION  ${DBUS_INTERFACES_INSTALL_DIR})