From 8e9a6de06479aacb7a56a5a605eea9b669e2bacd Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 22 Apr 2016 16:18:28 +0200 Subject: [PATCH] Use launchpad.exlib where it makes sense --- packages/games-engines/stratagus/stratagus-2.3.0.exheres-0 | 4 ++-- packages/games-strategy/wargus/wargus-2.3.0.exheres-0 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/games-engines/stratagus/stratagus-2.3.0.exheres-0 b/packages/games-engines/stratagus/stratagus-2.3.0.exheres-0 index 0a039490..dde7093b 100644 --- a/packages/games-engines/stratagus/stratagus-2.3.0.exheres-0 +++ b/packages/games-engines/stratagus/stratagus-2.3.0.exheres-0 @@ -3,10 +3,10 @@ require lua [ whitelist="5.1" multibuild=false ] require cmake +require launchpad [ branch=trunk pv=${PV%.*} pnv=stratagus_${PV} suffix=orig.tar.gz ] SUMMARY="A realtime strategy game engine" -HOMEPAGE="http://stratagus.sourceforge.net/" -DOWNLOADS="https://launchpad.net/stratagus/trunk/${PV%.*}/+download/stratagus_${PV}.orig.tar.gz" +HOMEPAGE="https://wargus.github.io/stratagus.html" LICENCES="GPL-2" SLOT="0" diff --git a/packages/games-strategy/wargus/wargus-2.3.0.exheres-0 b/packages/games-strategy/wargus/wargus-2.3.0.exheres-0 index 70097dfe..b57051e5 100644 --- a/packages/games-strategy/wargus/wargus-2.3.0.exheres-0 +++ b/packages/games-strategy/wargus/wargus-2.3.0.exheres-0 @@ -2,10 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 require cmake gtk-icon-cache +require launchpad [ branch=trunk pv=${PV%.*} pnv=${PN}_${PV} suffix=orig.tar.gz ] SUMMARY="Warcraft II for the Stratagus game engine" -HOMEPAGE="http://wargus.sourceforge.net/" -DOWNLOADS="https://launchpad.net/${PN}/trunk/${PV%.*}/+download/${PN}_${PV}.orig.tar.gz" +HOMEPAGE="https://wargus.github.io/" LICENCES="GPL-2" SLOT="0"