public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/
Date: Mon, 19 Dec 2016 11:45:05 +0000 (UTC)	[thread overview]
Message-ID: <1482147884.e2a85fce4daf233e4c8ec97b5b89a98c9912cb0f.prometheanfire@gentoo> (raw)

commit:     e2a85fce4daf233e4c8ec97b5b89a98c9912cb0f
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 11:43:31 2016 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Dec 19 11:44:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2a85fce

media-sound/spotify: bup

Package-Manager: portage-2.3.0

 media-sound/spotify/Manifest              |   2 +
 media-sound/spotify/spotify-1.0.45.ebuild | 118 ++++++++++++++++++++++++++++++
 2 files changed, 120 insertions(+)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index 20fea5d..dc79feb 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,2 +1,4 @@
 DIST spotify-client_1.0.43.123.g80176796-25_i386.deb 74352490 SHA256 3647c6a109203f7ce9ed3dbe99a9732ef5f6044adb277985f87ffde0e8183885 SHA512 a98d38e17895dcef06decc32dae45bf59ca21c6980f306ce21f325ca3371ccd9392f4c99d3d5dd57cd085b504b2e81954aa94d3f0cac4a744b0a725a160b4698 WHIRLPOOL 53dda2acabb6ab7f3f534261bcd365310f1773a6ccf00c8f9a6a84716bbc4819cb6d725962588a494003837a7ee99cba0407fcf4b31b3a39d1cb16c2a361bdcd
 DIST spotify-client_1.0.43.125.g376063c5-91_amd64.deb 73159678 SHA256 7b68ede2428634b2fa1cca0bb13a73821b3a803774aa89f07b1af96622767ee2 SHA512 612ec8e06d0197460656315c314d1e1f4a1da4ab591c186288c5fc383d2902e20f9f8e0f4b1f9513e462a12a7fe98eb78ade90f650841556574164e3ad386f6e WHIRLPOOL abb4e7b90cd077e1c0ab13aa94d7cc068aadd5cfe397875121ec2e83a243898cfa880553d31b832264113cbf6defb86e63c8977ccb509ff5d870431e55ff0a0f
+DIST spotify-client_1.0.45.182.gbbd5909f-21_i386.deb 73429858 SHA256 54dda72db35a1771c95ff05e8b8ffeae13f826632737fd26caea55e8905cfa0c SHA512 4f75c6f044d5d8c2f0a11d86c5475ec4fda2d09eb5f37594c220e5c2dafa4db9ccd6da35ade1a690ee7496d888fa630822225378ab8725c8b110f990a6d5804a WHIRLPOOL 2603f55913dd27fdc7bf9e39ddb0963da11b8388b3d27289beec2e7576dff24b3037a6c6682dda436f5b690d5903f2dbabd6587c4d8d17dc0596a0b7d3943abb
+DIST spotify-client_1.0.45.182.gbbd5909f-72_amd64.deb 72229688 SHA256 dadf68c2cf1d09479632312301fb0ef9b18da841449141bacfa5e75d14e5fc6e SHA512 f266b22f2921d1a3f2ff4e71a6fd9b81f590c302b22f398bfc399ae97e6cb18442804b2bf663df9a4cf07116cd9007a014a086382811eb20568c3ebaf4e0e91a WHIRLPOOL a94cb705cd4b3b30823e8ffdc9dd758db3142bbadfba5dd21e4a3a2e03de7aaa1ab006a3ccf1c954fdd7f242c70e57e6c061043bd50dd5fd0e0f857a6b4f7de7

diff --git a/media-sound/spotify/spotify-1.0.45.ebuild b/media-sound/spotify/spotify-1.0.45.ebuild
new file mode 100644
index 00000000..fbda185
--- /dev/null
+++ b/media-sound/spotify/spotify-1.0.45.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit eutils fdo-mime gnome2-utils pax-utils unpacker
+
+DESCRIPTION="Spotify is a social music platform"
+HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
+BUILD_ID="182.gbbd5909f"
+SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}-client/"
+SRC_URI="amd64? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID}-72_amd64.deb )
+	x86? ( ${SRC_BASE}${PN}-client_${PV}.${BUILD_ID}-21_i386.deb )"
+LICENSE="Spotify"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnome pax_kernel pulseaudio"
+RESTRICT="mirror strip"
+
+DEPEND=""
+# zenety needed for filepicker
+RDEPEND="
+	${DEPEND}
+	dev-libs/nss
+	gnome-base/gconf
+	gnome-extra/zenity
+	media-libs/alsa-lib
+	media-libs/harfbuzz
+	media-libs/fontconfig
+	media-libs/mesa
+	net-misc/curl[ssl,curl_ssl_openssl]
+	net-print/cups[ssl]
+	x11-libs/gtk+:2
+	x11-libs/libXScrnSaver
+	x11-libs/libXtst
+	dev-python/pygobject:3
+	dev-python/dbus-python
+	pulseaudio? ( media-sound/pulseaudio )
+	gnome? ( gnome-extra/gnome-integration-spotify )"
+	#sys-libs/glibc
+
+S=${WORKDIR}/
+
+QA_PREBUILT="opt/spotify/spotify-client/spotify"
+
+src_prepare() {
+	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
+	if use gnome ; then
+		sed -i \
+			-e 's/spotify \%U/spotify-dbus.py \%U/g' \
+			usr/share/spotify/spotify.desktop || die "sed failed"
+	fi
+	default
+}
+
+src_install() {
+	dodoc usr/share/doc/spotify-client/changelog.gz
+
+	SPOTIFY_PKG_HOME=usr/share/spotify
+	insinto /usr/share/pixmaps
+	doins ${SPOTIFY_PKG_HOME}/icons/*.png
+
+	# install in /opt/spotify
+	SPOTIFY_HOME=/opt/spotify/spotify-client
+	insinto ${SPOTIFY_HOME}
+	doins -r ${SPOTIFY_PKG_HOME}/*
+	fperms +x ${SPOTIFY_HOME}/spotify
+
+	dodir /usr/bin
+	cat <<-EOF >"${D}"/usr/bin/spotify || die
+		#! /bin/sh
+		exec ${SPOTIFY_HOME}/spotify "\$@"
+	EOF
+	fperms +x /usr/bin/spotify
+
+	local size
+	for size in 16 22 24 32 48 64 128 256 512; do
+		newicon -s ${size} "${S}${SPOTIFY_PKG_HOME}/icons/spotify-linux-${size}.png" \
+			"spotify-client.png"
+	done
+	domenu "${S}${SPOTIFY_PKG_HOME}/spotify.desktop"
+	if use pax_kernel; then
+		#create the headers, reset them to default, then paxmark -m them
+		pax-mark C "${ED}${SPOTIFY_HOME}/${PN}" || die
+		pax-mark z "${ED}${SPOTIFY_HOME}/${PN}" || die
+		pax-mark m "${ED}${SPOTIFY_HOME}/${PN}" || die
+		eqawarn "You have set USE=pax_kernel meaning that you intend to run"
+		eqawarn "${PN} under a PaX enabled kernel.  To do so, we must modify"
+		eqawarn "the ${PN} binary itself and this *may* lead to breakage!  If"
+		eqawarn "you suspect that ${PN} is being broken by this modification,"
+		eqawarn "please open a bug."
+	fi
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+	fdo-mime_mime_database_update
+	fdo-mime_desktop_database_update
+
+	ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
+	ewarn "To remove the cache:"
+	ewarn "rm -rf ~/.cache/spotify"
+	ewarn
+	ewarn "If you use KDE and are upgrading from 0.9 to 1.0, you might still see the old icon."
+	ewarn "Run"
+	ewarn "$ rm /var/tmp/kdecache-\$USER/icon-cache.kcache"
+	ewarn "Then log out and log in back to KDE."
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+	fdo-mime_mime_database_update
+	fdo-mime_desktop_database_update
+}


             reply	other threads:[~2016-12-19 11:45 UTC|newest]

Thread overview: 170+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-19 11:45 Matt Thode [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-21 16:43 [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/ Matthew Thode
2024-12-24 15:13 Matthew Thode
2024-12-04 18:34 Matthew Thode
2024-10-25 20:22 Matthew Thode
2024-10-02  1:02 Matthew Thode
2024-10-01 15:53 Matthew Thode
2024-10-01 15:53 Matthew Thode
2024-07-31 16:52 Matthew Thode
2024-07-04  5:25 Matthew Thode
2024-07-04  5:25 Matthew Thode
2024-06-05  5:05 Matthew Thode
2024-06-05  5:05 Matthew Thode
2024-02-26 21:55 Matthew Thode
2024-02-26 21:42 Matthew Thode
2023-12-08 23:11 Matthew Thode
2023-12-08 23:11 Matthew Thode
2023-12-08 22:09 Matthew Thode
2023-12-01 14:26 Andrew Ammerlaan
2023-10-11  8:30 Sam James
2023-10-11  8:30 Sam James
2023-10-04 17:18 Sam James
2023-09-22 22:10 Matthew Thode
2023-09-22 20:43 Matthew Thode
2023-09-22 20:43 Matthew Thode
2023-06-25  2:34 Matthew Thode
2023-06-25  2:19 Matthew Thode
2023-04-06  7:20 Joonas Niilola
2023-04-06  7:20 Joonas Niilola
2023-04-06  7:20 Joonas Niilola
2022-11-24 16:38 Matthew Thode
2022-10-04  3:06 Sam James
2022-10-03  2:15 Matthew Thode
2022-07-29 21:39 David Seifert
2022-05-20  2:22 Matthew Thode
2022-05-13 23:21 Matthew Thode
2022-05-13 14:25 Matthew Thode
2022-01-05 16:42 Matthew Thode
2021-11-21  1:31 Matthew Thode
2021-09-22 22:34 Matthew Thode
2021-09-22 22:34 Matthew Thode
2021-09-09 18:23 Matthew Thode
2021-09-07 19:03 Matthew Thode
2021-08-06 15:13 Matthew Thode
2021-07-05 20:02 Matthew Thode
2021-07-01  6:55 Matthew Thode
2021-06-27 21:45 Matthew Thode
2021-06-08  2:56 Matthew Thode
2021-05-03  8:45 Mikle Kolyada
2021-04-18 17:16 Matthew Thode
2021-03-29 14:24 Matthew Thode
2020-09-17 21:37 Matthew Thode
2020-09-05 19:35 Matthew Thode
2020-09-05 19:35 Matthew Thode
2020-07-06  3:50 Matthew Thode
2020-06-27 21:05 Matthew Thode
2020-03-18 21:51 Matthew Thode
2020-02-16 20:24 David Seifert
2020-01-03 19:39 Matthew Thode
2019-11-30 18:41 Aaron Bauman
2019-08-08 22:30 Matthew Thode
2019-07-22 14:25 Matthew Thode
2019-07-22 14:25 Matthew Thode
2019-07-17 15:15 Matthew Thode
2019-06-08 15:50 Matthew Thode
2019-06-03 15:18 Stefan Strogin
2019-05-02 17:30 Matthew Thode
2019-05-01  9:21 Matthew Thode
2019-05-01  9:21 Matthew Thode
2019-02-15  1:35 Matthew Thode
2019-02-08  0:22 Matthew Thode
2019-01-29  6:49 Matthew Thode
2019-01-18 17:19 Matthew Thode
2019-01-10 16:41 Matthew Thode
2018-12-14 22:42 Matthew Thode
2018-12-07  3:51 Matthew Thode
2018-12-07  3:51 Matthew Thode
2018-11-01 17:20 Matthew Thode
2018-10-29  2:02 Matthew Thode
2018-10-29  2:02 Matthew Thode
2018-10-29  2:02 Matthew Thode
2018-09-13 20:00 Matt Thode
2018-09-13 20:00 Matt Thode
2018-08-22 22:40 Matt Thode
2018-08-18 20:22 Matt Thode
2018-08-18 20:22 Matt Thode
2018-06-11 18:26 Matt Thode
2018-06-01 16:05 Matt Thode
2018-06-01 16:05 Matt Thode
2018-04-25  2:18 Matt Thode
2018-04-25  2:18 Matt Thode
2018-04-14  6:46 Matt Thode
2018-04-13 16:07 Matt Thode
2018-02-28  9:26 Matt Thode
2018-02-22 18:12 Matt Thode
2018-01-26  0:56 Matt Thode
2018-01-22 16:07 Matt Thode
2017-12-20 23:44 Matt Thode
2017-12-15 15:59 Matt Thode
2017-12-15 15:59 Matt Thode
2017-12-11  0:34 Ulrich Müller
2017-12-10 21:41 Michał Górny
2017-12-10 17:38 Matt Thode
2017-11-22 15:38 Sebastian Pipping
2017-10-26 21:08 Matt Thode
2017-10-14 19:42 Matt Thode
2017-10-01 14:20 Johannes Huber
2017-09-29 21:53 Matt Thode
2017-07-23  2:36 Matt Thode
2017-06-23 16:14 Matt Thode
2017-05-30 16:16 Matt Thode
2017-05-04 15:15 Matt Thode
2017-02-24 16:08 Matt Thode
2017-02-12 14:48 Matt Thode
2017-02-12 14:48 Matt Thode
2017-02-01 21:55 Matt Thode
2017-02-01 21:55 Matt Thode
2017-01-14  5:42 Matt Thode
2017-01-14  5:42 Matt Thode
2016-12-21 21:35 Matt Thode
2016-12-19 11:45 Matt Thode
2016-12-02 16:50 Matt Thode
2016-12-02 16:50 Matt Thode
2016-12-02 16:50 Matt Thode
2016-11-27  2:55 Matt Thode
2016-11-10 14:38 Matt Thode
2016-11-10 14:38 Matt Thode
2016-11-10 14:38 Matt Thode
2016-11-05  0:07 Matt Thode
2016-09-28 16:19 Matt Thode
2016-09-28 16:19 Matt Thode
2016-09-03 18:48 Matt Thode
2016-09-03 18:48 Matt Thode
2016-08-15 20:13 Matt Thode
2016-08-15 20:13 Matt Thode
2016-08-12 20:08 Matt Thode
2016-08-12 20:08 Matt Thode
2016-08-07 20:31 Matt Thode
2016-08-07 20:31 Matt Thode
2016-08-03 21:08 Matt Thode
2016-08-03 21:08 Matt Thode
2016-08-03 21:04 Jorge Manuel B. S. Vicetto
2016-08-03 20:30 Jorge Manuel B. S. Vicetto
2016-06-29 16:24 Matt Thode
2016-06-29 16:22 Matt Thode
2016-06-04 15:36 Matt Thode
2016-06-04 15:36 Matt Thode
2016-05-19 15:43 Matt Thode
2016-05-01  1:50 Matt Thode
2016-05-01  1:49 Matt Thode
2016-04-12  5:02 Matt Thode
2016-04-12  5:02 Matt Thode
2016-04-02 22:47 Matt Thode
2016-04-02 22:44 Matt Thode
2016-03-10 20:30 Matt Thode
2016-02-20  4:36 Matt Thode
2016-02-15  1:31 Matt Thode
2015-12-09 19:26 Matt Thode
2015-12-05  1:35 Matt Thode
2015-10-29  0:06 Matt Thode
2015-10-14 22:44 Matt Thode
2015-10-08  2:03 Matt Thode
2015-09-23 14:19 Matt Thode
2015-09-21 19:20 Matt Thode
2015-09-21  7:20 Matt Thode
2015-09-20 23:53 Matt Thode
2015-09-20 22:10 Matt Thode
2015-09-19  4:31 Matt Thode
2015-08-25 18:58 Michał Górny
2015-08-23  3:58 Matt Thode

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1482147884.e2a85fce4daf233e4c8ec97b5b89a98c9912cb0f.prometheanfire@gentoo \
    --to=prometheanfire@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox