Advertisement
Guest User

spotify-make user

a guest
Nov 18th, 2013
3,881
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.02 KB | None | 0 0
  1. [bpierce@benslenovo spotify-make]$ ./configure --user
  2. Checking build and support dependencies
  3.     ldconfig:... ldconfig (GNU libc) 2.17 (ok)
  4.     python: Python 2.7.5 (ok)
  5.     wget: GNU Wget 1.14 built on linux-gnu. (ok)
  6.     zenity: ...(ok)
  7.     ar: GNU ar version 2.23.52.0.1-9.fc19 20130226 (ok)
  8.     lsb_release: trying -i: Distributor ID: Fedora (ok)
  9.     make: GNU Make 3.82 (ok)
  10.     install: install (GNU coreutils) 8.21 (ok)
  11.     desktop-file-validate: (ok)
  12.     gtk-update-icon-cache: (ok)
  13.     update-desktop-database: (ok)
  14. Determining distro:... Fedora
  15. Determining version:... 0.9.4.183.g644e24e.428
  16. Determining arch:... amd64
  17. Determine .deb file...spotify-client_0.9.4.183.g644e24e.428-1_amd64.deb
  18. Determine permissions for shared libs (SO_PERMS)...755
  19. Configuration paths:
  20.       PATH:  /usr/lib64/qt-3.3/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/home/bpierce/.local/bin:/home/bpierce/bin
  21.     prefix:  /home/bpierce/.local
  22.     bindir:  /home/bpierce/bin
  23.     libdir:  /home/bpierce/.local/lib
  24.     datadir: /home/bpierce/.local/share
  25.     mandir:  /home/bpierce/.local/share/man
  26. Writing Makefile
  27. Writing spotify.desktop
  28. Writing spotify.bash
  29. [bpierce@benslenovo spotify-make]$ make download
  30. wget -Nq -O spotify-client_0.9.4.183.g644e24e.428-1_amd64.deb http://repository.spotify.com/pool/non-free/s/spotify/spotify-client_0.9.4.183.g644e24e.428-1_amd64.deb
  31. [bpierce@benslenovo spotify-make]$ make install
  32. ar x spotify-client_0.9.4.183.g644e24e.428-1_amd64.deb
  33. tar xzf data.tar.gz
  34. cp -ar ./opt/spotify/spotify-client/*  /home/bpierce/.local/share/spotify-client
  35. mv /home/bpierce/.local/share/spotify-client/Data/libcef.so /home/bpierce/.local/lib/spotify-client
  36. mv /home/bpierce/.local/share/spotify-client/Data/SpotifyHelper /home/bpierce/.local/lib/spotify-client/Data
  37. mv /home/bpierce/.local/share/spotify-client/spotify /home/bpierce/.local/lib/spotify-client
  38. cd /home/bpierce/.local/lib/spotify-client/Data; \
  39.     for f in /home/bpierce/.local/share/spotify-client/Data/*; do \
  40.         ln -s ../../../share/spotify-client/Data/$(basename $f) . ; \
  41.     done
  42. ln -s ../../share/spotify-client/licenses.xhtml /home/bpierce/.local/lib/spotify-client
  43. [ -n "" ] && cp -a  /home/bpierce/.local/share/spotify-client || :
  44. cp -a fedora/amd64/*.so.* /home/bpierce/.local/lib/spotify-client
  45. INFO: resolving libnss3.so.1d as " /lib64/libnss3.so"
  46. INFO: resolving libnssutil3.so.1d as " /lib64/libnssutil3.so"
  47. INFO: resolving libsmime3.so.1d as " /lib64/libsmime3.so"
  48. INFO: resolving libplc4.so.0d as " /lib64/libplc4.so"
  49. INFO: resolving libnspr4.so.0d as " /lib64/libnspr4.so"
  50. install -m 755 -pD spotify.bash /home/bpierce/bin/my-spotify
  51. install -m 644 -pD spotify.1 /home/bpierce/.local/share/man/man1/my-spotify.1
  52. Installing icons in /home/bpierce/.local/share/icons/hicolor
  53. [ -d /home/bpierce/.local/share/applications ] ||                      \
  54.     mkdir  /home/bpierce/.local/share/applications
  55. desktop-file-install --dir /home/bpierce/.local/share/applications     \
  56.     spotify.desktop
  57. [ "Fedora" = 'Ubuntu' ] && chmod 755                            \
  58.     /home/bpierce/.local/share/applications/spotify.desktop  || :
  59. chmod 755 \
  60.     $( find /home/bpierce/.local/lib/spotify-client -name '*.so*' -writable)
  61. cp Makefile /home/bpierce/.local/share/spotify-client
  62. cp README.md  /home/bpierce/.local/share/spotify-client
  63. [bpierce@benslenovo spotify-make]$ make register
  64. gtk-update-icon-cache --ignore-theme-index \
  65.     /home/bpierce/.local/share/icons/hicolor
  66. gtk-update-icon-cache: Cache file created successfully.
  67. desktop-file-validate \
  68.     /home/bpierce/.local/share/applications/spotify.desktop
  69. update-desktop-database  /home/bpierce/.local/share/applications
  70. [bpierce@benslenovo spotify-make]$ ~/bin/my-spotify
  71. QGtkStyle was unable to detect the current GTK+ theme.
  72. Cannot mix incompatible Qt library (version 0x40805) with this library (version 0x40803)
  73. /home/bpierce/bin/my-spotify: line 34:  8092 Aborted                 (core dumped) LD_LIBRARY_PATH=$( dirname $spotify ) $spotify $@
  74. [bpierce@benslenovo spotify-make]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement