From: Manuel RĂ¼ger Date: Wed, 26 Aug 2015 09:47:35 +0000 (+0200) Subject: x11-plugins/pidgin-opensteamworks: Use the icon set provided with the tarball X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dcf8598c5a8df1e91eeb3b91cb495123ab1c9604;p=gentoo.git x11-plugins/pidgin-opensteamworks: Use the icon set provided with the tarball Package-Manager: portage-2.2.20.1 --- diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6.ebuild b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6-r1.ebuild 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 e12c1fb3f067..29a9ab8c3362 100644 --- a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6.ebuild +++ b/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6-r1.ebuild @@ -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() {