spotify_install.patch 667 B

12345678910111213141516171819202122
  1. --- ext/clementine-spotifyblob/CMakeLists.txt 2016-03-03 21:42:28.483811815 +0100
  2. +++ ext/clementine-spotifyblob/CMakeLists.txt.new 2016-03-03 21:42:56.237145560 +0100
  3. @@ -62,18 +62,3 @@
  4. RUNTIME DESTINATION bin
  5. )
  6. endif(NOT APPLE)
  7. -
  8. -if(LINUX)
  9. - # Versioned name of the blob
  10. - if(CMAKE_SIZEOF_VOID_P EQUAL 4)
  11. - set(SPOTIFY_BLOB_ARCH 32)
  12. - else(CMAKE_SIZEOF_VOID_P EQUAL 4)
  13. - set(SPOTIFY_BLOB_ARCH 64)
  14. - endif(CMAKE_SIZEOF_VOID_P EQUAL 4)
  15. -
  16. - install(
  17. - FILES ${CMAKE_BINARY_DIR}/clementine-spotifyblob
  18. - DESTINATION ${CMAKE_BINARY_DIR}/spotify/version${SPOTIFY_BLOB_VERSION}-${SPOTIFY_BLOB_ARCH}bit/
  19. - RENAME blob
  20. - )
  21. -endif(LINUX)