| Submitter | Peter Tworek |
|---|---|
| Date | Jan. 30, 2012, 8:15 p.m. |
| Message ID | <1327954536-29427-1-git-send-email-tworaz666@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/20353/ |
| State | New, archived |
| Headers | show |
Comments
On Mon, Jan 30, 2012 at 9:15 PM, Peter Tworek <tworaz666@gmail.com> wrote: > Run tested on netbookpro. > > 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..b2e5fb6 > --- /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" > +PR = "r0" > + > +LICENSE = "GPLv2" > +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" > + > +DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools" Do you need xfce4-dev-tools on the target or isn't xfce4-dev-tools-native enough? Andreas
On 01/30/2012 10:45 PM, Andreas Müller wrote: > On Mon, Jan 30, 2012 at 9:15 PM, Peter Tworek<tworaz666@gmail.com> wrote: >> Run tested on netbookpro. >> >> 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..b2e5fb6 >> --- /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" >> +PR = "r0" >> + >> +LICENSE = "GPLv2" >> +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" >> + >> +DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools" > Do you need xfce4-dev-tools on the target or isn't > xfce4-dev-tools-native enough? Quick tested it and yeah, xfce4-dev-tools-native is enough. There are just needed for do_configure. Do you need another patch? /ptw > > Andreas > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
On Mon, Jan 30, 2012 at 2:00 PM, Peter Tworek <tworaz666@gmail.com> wrote: > On 01/30/2012 10:45 PM, Andreas Müller wrote: >> >> On Mon, Jan 30, 2012 at 9:15 PM, Peter Tworek<tworaz666@gmail.com> wrote: >>> >>> Run tested on netbookpro. >>> >>> 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..b2e5fb6 >>> --- /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" >>> +PR = "r0" >>> + >>> +LICENSE = "GPLv2" >>> +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" >>> + >>> +DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools" >> >> Do you need xfce4-dev-tools on the target or isn't >> xfce4-dev-tools-native enough? > > Quick tested it and yeah, xfce4-dev-tools-native is enough. There are just > needed for do_configure. Do you need another patch? yes since they are picked from patchwork as it is. Please submit a V2
On Mon, Jan 30, 2012 at 9:15 PM, Peter Tworek <tworaz666@gmail.com> wrote:
> +RRECOMMENDS = "lzop zip"
This should be RRECOMMENDS_${PN}
Just had a run test. If I open a tar.bz2 file, the contents remain
empty. For test I installed tar on my machine and it works fine then.
Can you add 'tar' ( or is there somebody with a better recommendation?
) to RRECOMMENDS_{PN}?
Andreas
On Tue, Jan 31, 2012 at 1:42 AM, Andreas Müller <schnitzeltony@googlemail.com> wrote: > On Mon, Jan 30, 2012 at 9:15 PM, Peter Tworek <tworaz666@gmail.com> wrote: > >> +RRECOMMENDS = "lzop zip" > This should be RRECOMMENDS_${PN} > > Just had a run test. If I open a tar.bz2 file, the contents remain > empty. For test I installed tar on my machine and it works fine then. > Can you add 'tar' ( or is there somebody with a better recommendation? > ) to RRECOMMENDS_{PN}? better = faster > > Andreas
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 30-01-12 21:15, Peter Tworek schreef: > Run tested on netbookpro. > > 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..b2e5fb6 --- /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" +PR = > "r0" Please don't add new recipes with PR = r0. PR is going away soon and adding the default value is just going to create more work. > + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = > "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +DEPENDS = "gtk+ > glib-2.0 xfce4-dev-tools" +RRECOMMENDS = "lzop zip" RRECOMMENDS_${PN} and move it below do_install > + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2" +SRC_URI[md5sum] > = "2bc7f06403cc6582dd4a8029ec9d038d" +SRC_URI[sha256sum] = > "cea932ff9d505969201fd502470bbebbc5726ab3d6765e142fc8295aa677ad2a" + > +inherit gettext pkgconfig autotools gtk-icon-cache -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAk8noXIACgkQMkyGM64RGpFtrgCfSZ0ip0qivM9t9EXS4pmo2Qug 97sAoLaxOZuQzFtva3VNdPr5MLcs5Wya =KJ/G -----END PGP SIGNATURE-----
Patch
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..b2e5fb6 --- /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" +PR = "r0" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +DEPENDS = "gtk+ glib-2.0 xfce4-dev-tools" +RRECOMMENDS = "lzop zip" + +SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2" +SRC_URI[md5sum] = "2bc7f06403cc6582dd4a8029ec9d038d" +SRC_URI[sha256sum] = "cea932ff9d505969201fd502470bbebbc5726ab3d6765e142fc8295aa677ad2a" + +inherit gettext pkgconfig autotools gtk-icon-cache
Run tested on netbookpro. 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