summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-07-29 15:54:57 +0200
committerUlrich Müller <ulm@gentoo.org>2017-07-29 17:40:26 +0200
commit5389e75aeb9820df1b51852d3868a83f0c727bd0 (patch)
tree26b45e0b4c42e2d92d4b47b4de97a1d18b769c7e /app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild
parentx11-libs/colord-gtk: keyword ~arm64 (diff)
downloadgentoo-5389e75aeb9820df1b51852d3868a83f0c727bd0.tar.gz
gentoo-5389e75aeb9820df1b51852d3868a83f0c727bd0.tar.bz2
gentoo-5389e75aeb9820df1b51852d3868a83f0c727bd0.zip
app-office/projectlibre-bin: [QA] Move binary file to Gentoo mirrors.
Bug: 608944 Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild')
-rw-r--r--app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild b/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild
index caff7f33b159..4631aa88b465 100644
--- a/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild
+++ b/app-office/projectlibre-bin/projectlibre-bin-1.6.2.ebuild
@@ -10,7 +10,8 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="An open source desktop alternative to Microsoft Project"
HOMEPAGE="http://www.projectlibre.org/"
-SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
+SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz
+ mirror://gentoo/${MY_PN}.png"
LICENSE="CPAL-1.0"
SLOT="0"
@@ -24,7 +25,7 @@ S=${WORKDIR}/${MY_P}
src_unpack() {
unpack ${MY_P}.tar.gz
- cp "${FILESDIR}"/${MY_PN}.{desktop,png} ./ || die
+ cp "${FILESDIR}"/${MY_PN}.desktop "${DISTDIR}"/${MY_PN}.png ./ || die
cd "${S}"
rm -rf license projectlibre.bat
}