summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <mthode@mthode.org>2012-10-23 15:27:00 -0500
committerMatthew Thode <mthode@mthode.org>2012-10-23 15:27:00 -0500
commit589a16cec393fc24c2b13ae07f799daa76853ec9 (patch)
treeeab95c51bedf65d72dc64c2891337df012fd4d04
parentdestktop file formatting (diff)
downloadprometheanfire-589a16cec393fc24c2b13ae07f799daa76853ec9.tar.gz
prometheanfire-589a16cec393fc24c2b13ae07f799daa76853ec9.tar.bz2
prometheanfire-589a16cec393fc24c2b13ae07f799daa76853ec9.zip
destktop file formatting
-rw-r--r--media-sound/spotify/Manifest2
-rw-r--r--media-sound/spotify/spotify-0.8.4.103.ebuild5
2 files changed, 4 insertions, 3 deletions
diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index d445634..dbe1b69 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,3 +1,3 @@
DIST spotify-client_0.8.4.103.g9cb177b.260-1_amd64.deb 31702600 SHA256 d350defa4164aaf129985df7e3ca33fc3f88aad2fac1637e6a26cc1794f3b378 SHA512 0f07ff8e2844d3f2626fa02351474a76b0d7178dd94d4d857ff2a0b6d28f887980889e4bc57fab18ab2a0cb6d7771e90bb7a20c2427ab69e2195f5de47ae3622 WHIRLPOOL 7d8a24fdbd9a12e92443264bcb01f27a322028c2074b40cb26e8f0e06195175ae8f369da41cde5d8dbe741792ad3250dc408addf9ceee594f2782a45772817f7
DIST spotify-client_0.8.4.103.g9cb177b.260-1_i386.deb 28110850 SHA256 61502995da6b126eb6801bf92a8463a7fdd37dc6be0e0aba3560bdadde3531c7 SHA512 b48c70267781dc4b6d5afeee8061a95266de59ae02d252b054cd3a63a8bdcb19a461e7c28095d3884f7e7ff1129778ab7549dda9b891dc107f54182e13725dc2 WHIRLPOOL 0c443030bad393721c964c36561b84eb1388248a47d0dcc2f14541f5a33de4364a2de081e69c8c379e3a4ef529209b76d1f2e14fdaef68631471b414e01ba239
-EBUILD spotify-0.8.4.103.ebuild 4004 SHA256 fc2ee1b8d2124381603e8bdfc797b90d21e0db1d34aa003a86a3d62bec67c9c9 SHA512 8e0d4b8dff6c8a17efc2b973a9b0ce953efcbd93a6f00b1947b03d304ba508e88334ca1f6198dc7ad016ed85346fa69b3c112aab14a21d7ff02c7495d850a60c WHIRLPOOL fe8bbc282baab5c862ef72b442d46219b81b33c2b35f50c1d5b1b6db9ea7d3cfdc850cf4cc134f8fa0a15dbab74236618ba955cb2d7dd48be8681539352dc6b0
+EBUILD spotify-0.8.4.103.ebuild 4036 SHA256 67eed6d6aaae9797144bb150bcedde50421220d64abbd7d6cf878598fd6de072 SHA512 2ea3ee79287b22e09ab7756068543ba181aff7b9f8e8aaf3d1e6da55f6779977948c4d14dc1c997cf78ea51c1f16b1bc0a73ea959dceac578171d226d1c2b68e WHIRLPOOL dc52b47e3625786e4de5fb1d14c4d256b7d4a91b5f8afee5f7d3056cefe913ac21a830625f1b6e8abe87e46c563028360874bbbf454c976b3b720c0c7effd9cc
diff --git a/media-sound/spotify/spotify-0.8.4.103.ebuild b/media-sound/spotify/spotify-0.8.4.103.ebuild
index 5999cc4..8b9dc70 100644
--- a/media-sound/spotify/spotify-0.8.4.103.ebuild
+++ b/media-sound/spotify/spotify-0.8.4.103.ebuild
@@ -77,13 +77,14 @@ src_prepare() {
-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
usr/share/spotify/libcef.so || die "sed failed"
# Fix desktop entry to launch spotify-dbus.py for GNOME integration
- if use gnome ; then
+# if use gnome ; then
sed -i \
-e 's/spotify \%U/spotify-dbus.py \%U/g' \
-e 's/x-scheme-handler\/spotify/x-scheme-handler\/spotify\;/g' \
-e 's/AudioVideo/AudioVideo\;/g' \
usr/share/applications/spotify.desktop || die "sed failed"
- fi
+# fi
+ #and fix other stuff as well
}
src_install() {