x11-plugins/pidgin-opensteamworks: Use the icon set provided with the tarball
authorManuel Rüger <mrueg@gentoo.org>
Wed, 26 Aug 2015 09:47:35 +0000 (11:47 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Wed, 26 Aug 2015 09:48:24 +0000 (11:48 +0200)
Package-Manager: portage-2.2.20.1

x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6-r1.ebuild [moved from x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6.ebuild with 91% similarity]

similarity index 91%
rename from x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6.ebuild
rename to x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6-r1.ebuild
index e12c1fb3f067e6ee1b210974c16ae32e398f2214..29a9ab8c336224657cf3d017d7afdacac53c8cfc 100644 (file)
@@ -8,9 +8,7 @@ inherit toolchain-funcs
 
 DESCRIPTION="Steam protocol plugin for pidgin"
 HOMEPAGE="https://github.com/eionrobb/pidgin-opensteamworks/"
-SRC_URI="https://github.com/EionRobb/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
-       https://pidgin-opensteamworks.googlecode.com/files/icons.zip
-       -> ${PN}-icons.zip"
+SRC_URI="https://github.com/EionRobb/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -37,6 +35,7 @@ pkg_setup() {
 src_prepare() {
        # see https://code.google.com/p/pidgin-opensteamworks/issues/detail?id=31
        cp "${FILESDIR}"/${PN}-1.3-Makefile "${S}"/${P}/steam-mobile/Makefile || die
+       unzip "${S}"/${P}/steam-mobile/releases/icons.zip || die
 }
 
 src_compile() {