From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mail.openembedded.org (Postfix) with ESMTP id 85E766B6F3 for ; Sat, 28 Dec 2013 22:30:05 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 28 Dec 2013 14:30:07 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,567,1384329600"; d="scan'208";a="457010019" Received: from unknown (HELO helios.ger.corp.intel.com) ([10.252.122.113]) by fmsmga002.fm.intel.com with ESMTP; 28 Dec 2013 14:30:05 -0800 From: Paul Eggleton To: openembedded-core@lists.openembedded.org Date: Sat, 28 Dec 2013 22:29:11 +0000 Message-Id: X-Mailer: git-send-email 1.8.1.2 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH 15/38] libunique: fix HOMEPAGE and touch up DESCRIPTION X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Dec 2013 22:30:05 -0000 Signed-off-by: Paul Eggleton --- meta/recipes-gnome/libunique/libunique_1.1.6.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-gnome/libunique/libunique_1.1.6.bb b/meta/recipes-gnome/libunique/libunique_1.1.6.bb index c183689..b870b79 100644 --- a/meta/recipes-gnome/libunique/libunique_1.1.6.bb +++ b/meta/recipes-gnome/libunique/libunique_1.1.6.bb @@ -1,6 +1,6 @@ SUMMARY = "Library for supporting single instance GTK+ applications" -DESCRIPTION = "Unique is a library for writing single instance application. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance." -HOMEPAGE = "http://live.gnome.org/LibUnique" +DESCRIPTION = "Unique is a library for writing single instance GTK+ applications. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance." +HOMEPAGE = "https://wiki.gnome.org/Attic/LibUnique" BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=libunique" SRC_URI = "${GNOME_MIRROR}/libunique/1.1/libunique-${PV}.tar.bz2 \ -- 1.8.1.2