* [meta-xfce][PATCH v2] Add recipe for xarchiver 0.5.2.
@ 2012-01-31 19:54 Peter Tworek
2012-02-01 9:01 ` Andreas Müller
2012-02-01 9:14 ` Paul Menzel
0 siblings, 2 replies; 6+ messages in thread
From: Peter Tworek @ 2012-01-31 19:54 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Peter Tworek <tworaz666@gmail.com>
---
.../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"
+SECTION = "x11"
+
+LICENSE = "GPLv2"
+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"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [meta-xfce][PATCH v2] Add recipe for xarchiver 0.5.2.
2012-01-31 19:54 [meta-xfce][PATCH v2] Add recipe for xarchiver 0.5.2 Peter Tworek
@ 2012-02-01 9:01 ` Andreas Müller
2012-02-01 9:14 ` Paul Menzel
1 sibling, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2012-02-01 9:01 UTC (permalink / raw)
To: openembedded-devel
On Tue, Jan 31, 2012 at 8:54 PM, Peter Tworek <tworaz666@gmail.com> wrote:
> Signed-off-by: Peter Tworek <tworaz666@gmail.com>
> ---
> .../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"
> +SECTION = "x11"
> +
> +LICENSE = "GPLv2"
> +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"
> --
> 1.7.3.4
>
Acked-by: Andreas Müller <schnitzeltony@googlemail.com>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-xfce][PATCH v2] Add recipe for xarchiver 0.5.2.
2012-01-31 19:54 [meta-xfce][PATCH v2] Add recipe for xarchiver 0.5.2 Peter Tworek
2012-02-01 9:01 ` Andreas Müller
@ 2012-02-01 9:14 ` Paul Menzel
2012-02-01 19:11 ` Peter Tworek
1 sibling, 1 reply; 6+ messages in thread
From: Paul Menzel @ 2012-02-01 9:14 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1750 bytes --]
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)
> Signed-off-by: Peter Tworek <tworaz666@gmail.com>
> ---
> .../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?
> +SECTION = "x11"
> +
> +LICENSE = "GPLv2"
Looking at the FAQ Xarchive is distributed under GPLv2+ [2].
> +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 <paulepanter@users.sourceforge.net>
Thanks,
Paul
[1] http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
[2] http://xarchiver.sourceforge.net/doc/ch01s03.html
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-xfce][PATCH v2] Add recipe for xarchiver 0.5.2.
2012-02-01 9:14 ` Paul Menzel
@ 2012-02-01 19:11 ` Peter Tworek
2012-02-01 20:47 ` Paul Menzel
0 siblings, 1 reply; 6+ messages in thread
From: Peter Tworek @ 2012-02-01 19:11 UTC (permalink / raw)
To: openembedded-devel; +Cc: Paul Menzel
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<tworaz666@gmail.com>
>> ---
>> .../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<paulepanter@users.sourceforge.net>
>
>
> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-xfce][PATCH v2] Add recipe for xarchiver 0.5.2.
2012-02-01 19:11 ` Peter Tworek
@ 2012-02-01 20:47 ` Paul Menzel
2012-02-01 21:29 ` Peter Tworek
0 siblings, 1 reply; 6+ messages in thread
From: Paul Menzel @ 2012-02-01 20:47 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2291 bytes --]
Am Mittwoch, den 01.02.2012, 20:11 +0100 schrieb Peter Tworek:
> On 02/01/2012 10:14 AM, Paul Menzel wrote:
> > 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<tworaz666@gmail.com>
> >> ---
> >> .../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 »/?
I am not sure if a slash is required for a valid URL.
HOMEPAGE = "http://xarchiver.sourceforge.net/"
Please note the added slash / at the end.
> >> +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<paulepanter@users.sourceforge.net>
Thanks,
Paul
> > [1] http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
> > [2] http://xarchiver.sourceforge.net/doc/ch01s03.html
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [meta-xfce][PATCH v2] Add recipe for xarchiver 0.5.2.
2012-02-01 20:47 ` Paul Menzel
@ 2012-02-01 21:29 ` Peter Tworek
0 siblings, 0 replies; 6+ messages in thread
From: Peter Tworek @ 2012-02-01 21:29 UTC (permalink / raw)
To: openembedded-devel; +Cc: Paul Menzel
On 02/01/2012 09:47 PM, Paul Menzel wrote:
> Am Mittwoch, den 01.02.2012, 20:11 +0100 schrieb Peter Tworek:
>> On 02/01/2012 10:14 AM, Paul Menzel wrote:
>>> 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<tworaz666@gmail.com>
>>>> ---
>>>> .../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 »/?
> I am not sure if a slash is required for a valid URL.
>
> HOMEPAGE = "http://xarchiver.sourceforge.net/"
>
> Please note the added slash / at the end.
Slash is not required for a valid URL and as far as I can see my patch
does not contain one. Anyway time for v3 :)
>
>>>> +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<paulepanter@users.sourceforge.net>
>
> 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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-02-01 21:39 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-31 19:54 [meta-xfce][PATCH v2] Add recipe for xarchiver 0.5.2 Peter Tworek
2012-02-01 9:01 ` Andreas Müller
2012-02-01 9:14 ` Paul Menzel
2012-02-01 19:11 ` Peter Tworek
2012-02-01 20:47 ` Paul Menzel
2012-02-01 21:29 ` Peter Tworek
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.