From 8fff84289e1cecaab651217d280b16aaef4b3be4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eric=20B=C3=A9nard?= Date: Mon, 20 Dec 2010 23:14:27 +0100 Subject: [PATCH] tsclient: fix SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Bénard --- recipes/tsclient/tsclient_0.132.bb | 2 +- recipes/tsclient/tsclient_0.140.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/tsclient/tsclient_0.132.bb b/recipes/tsclient/tsclient_0.132.bb index 31232a7141..c6d85a3d77 100644 --- a/recipes/tsclient/tsclient_0.132.bb +++ b/recipes/tsclient/tsclient_0.132.bb @@ -8,7 +8,7 @@ DESCRIPTION="Terminal Server Client (tsclient) is a frontend for rdesktop and ot HOMEPAGE="http://www.gnomepro.com/tsclient/" LICENSE="GPL" -SRC_URI="http://www.gnomepro.com/tsclient/tsclient-${PV}.tar.gz \ +SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.tar.gz \ file://fixes.patch" DEPENDS="gtk+ intltool-native" diff --git a/recipes/tsclient/tsclient_0.140.bb b/recipes/tsclient/tsclient_0.140.bb index 09e0571b74..c63a5ea25f 100644 --- a/recipes/tsclient/tsclient_0.140.bb +++ b/recipes/tsclient/tsclient_0.140.bb @@ -5,7 +5,7 @@ DEPENDS = "glib-2.0 gtk+ gnome-panel rdesktop" RDEPENDS_${PN} = "rdesktop" PR = "r2" -SRC_URI = "http://www.gnomepro.com/tsclient/${P}.tar.gz" +SRC_URI = "https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.tar.gz" inherit autotools pkgconfig -- 2.39.5