From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ww0-f43.google.com ([74.125.82.43]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Rsfjt-0001q6-0Z for openembedded-devel@lists.openembedded.org; Wed, 01 Feb 2012 20:21:05 +0100 Received: by wgbdr13 with SMTP id dr13so1533321wgb.24 for ; Wed, 01 Feb 2012 11:13:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type; bh=r/1eyXVa96jrxTq3mGgU3giMMUMH27yqtFiywHxgUOg=; b=baSnjQoEAPxAz7o5A0Mz/gViQ8ZllOogY4BafffX8A2zK5PT5RANC4qOwFL+hgUwJ4 W/55lExs2lsh9IV/pOyklB7UKmhGQEsftDoxOoY4n62m3hm8GccN/HPPUEVzhQnRdLME H5rJiZoUJEVzzw2FgA0S572Um8mcZaEjbfxwM= Received: by 10.180.104.4 with SMTP id ga4mr13086001wib.17.1328123589956; Wed, 01 Feb 2012 11:13:09 -0800 (PST) Received: from [192.168.0.10] (89-77-50-243.dynamic.chello.pl. [89.77.50.243]) by mx.google.com with ESMTPS id n3sm76375979wiz.9.2012.02.01.11.13.08 (version=SSLv3 cipher=OTHER); Wed, 01 Feb 2012 11:13:08 -0800 (PST) Message-ID: <4F298E4B.3060706@gmail.com> Date: Wed, 01 Feb 2012 20:11:07 +0100 From: Peter Tworek User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20120112 Thunderbird/9.0 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1328039657-3070-1-git-send-email-tworaz666@gmail.com> <1328087681.4185.3.camel@mattotaupa> In-Reply-To: <1328087681.4185.3.camel@mattotaupa> X-Content-Filtered-By: Mailman/MimeDel 2.1.11 Cc: Paul Menzel Subject: Re: [meta-xfce][PATCH v2] Add recipe for xarchiver 0.5.2. X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2012 19:21:05 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit On 02/01/2012 10:14 AM, Paul Menzel wrote: > Dear Peter, > > > thank you for your patch. > > Am Dienstag, den 31.01.2012, 20:54 +0100 schrieb Peter Tworek: > > Please remember that the commit summary follows a certain pattern [1]. > > xarchiver: Add 0.5.2 (initial recipe) Thanks for the tip, I didn't know about that. > >> Signed-off-by: Peter Tworek >> --- >> .../recipes-apps/xarchiver/xarchiver_0.5.2.bb | 16 ++++++++++++++++ >> 1 files changed, 16 insertions(+), 0 deletions(-) >> create mode 100644 meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb >> >> diff --git a/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb b/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb >> new file mode 100644 >> index 0000000..66e9273 >> --- /dev/null >> +++ b/meta-xfce/recipes-apps/xarchiver/xarchiver_0.5.2.bb >> @@ -0,0 +1,16 @@ >> +DESCRIPTION = "Lightweight, desktop independent GTK+ archive manager" >> +HOMEPAGE = "http://xarchiver.sourceforge.net" > Does a »/« need to be added at the end? I'm not sure I follow. What do you mean by »/? >> +SECTION = "x11" >> + >> +LICENSE = "GPLv2" > Looking at the FAQ Xarchive is distributed under GPLv2+ [2]. I wasn't aware that GPLv2+ is a valid license value. Thanks I'll fix it in v3. > >> +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" >> + >> +DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools-native" >> + >> +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2" >> +SRC_URI[md5sum] = "2bc7f06403cc6582dd4a8029ec9d038d" >> +SRC_URI[sha256sum] = "cea932ff9d505969201fd502470bbebbc5726ab3d6765e142fc8295aa677ad2a" >> + >> +inherit gettext pkgconfig autotools gtk-icon-cache >> + >> +RRECOMMENDS_${PN} = "lzop zip tar" > With these changes this patch is > > Acked-by: Paul Menzel > > > Thanks, > > Paul > > > [1] http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines > [2] http://xarchiver.sourceforge.net/doc/ch01s03.html > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel