diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-08-26 11:47:35 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-08-26 11:48:24 +0200 |
commit | dcf8598c5a8df1e91eeb3b91cb495123ab1c9604 (patch) | |
tree | 0484f6de9d28db43241a7c23b7c6a097459d9764 /x11-plugins | |
parent | net-libs/socket_wrapper: Bump to version 1.1.4 (diff) | |
download | gentoo-dcf8598c5a8df1e91eeb3b91cb495123ab1c9604.tar.gz gentoo-dcf8598c5a8df1e91eeb3b91cb495123ab1c9604.tar.bz2 gentoo-dcf8598c5a8df1e91eeb3b91cb495123ab1c9604.zip |
x11-plugins/pidgin-opensteamworks: Use the icon set provided with the tarball
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6-r1.ebuild (renamed from x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6.ebuild) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-plugins/pidgin-opensteamworks/pidgin-opensteamworks-1.6.ebuild b/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() { |