All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] fingerterm: Added 1.0.2 recipe
@ 2013-02-28  4:09 eu
  0 siblings, 0 replies; 5+ messages in thread
From: eu @ 2013-02-28  4:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Felipe F. Tonello

From: "Felipe F. Tonello" <ftonello@cercacor.com>

Fingerterm is a terminal emulator for Nokia Harmattan, but it works in any Qt4
environment.

This recipe can be extended by a .bbappend to add .desktop, icon and others to
the target device.

Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
---
 meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb |   30 +++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb

diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
new file mode 100644
index 0000000..7a0d0eb
--- /dev/null
+++ b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "A terminal emulator for Harmattan (Nokia N9/N950) with a custom \
+virtual keyboard and usability-enhancing features such as URL grabber, pan \
+gestures and customizable shortcut menu. Designed especially to be used with \
+screen and irssi."
+HOMEPAGE = "http://hqh.unlink.org/harmattan"
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+SECTION = "qt/app"
+
+PR = "r0"
+
+inherit qt4x11 pkgconfig
+
+SRC_URI = " \
+  http://hqh.unlink.org/harmattan/fingerterm-${PV}.tar.gz \
+"
+
+SRC_URI[md5sum] = "d53b0f463c025583cd52accf95715448"
+SRC_URI[sha256sum] = "c21a07cc411d09739bd7fa248eba2bf96427b3f032382a044b6674dd82d95150"
+
+S = "${WORKDIR}/${PN}"
+
+FILES_${PN} = " \
+  ${bindir}/${PN} \
+"
+
+do_install() {
+  install -d ${D}${bindir}
+  install -m 0744 ${S}/${PN} ${D}${bindir}
+}
\ No newline at end of file
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [meta-oe][PATCH] fingerterm: Added 1.0.2 recipe
@ 2013-02-27 17:33 eu
  0 siblings, 0 replies; 5+ messages in thread
From: eu @ 2013-02-27 17:33 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Felipe F. Tonello

From: "Felipe F. Tonello" <ftonello@cercacor.com>

Fingerterm is a terminal emulator for Nokia Harmattan, but it works in any Qt4
environment.

This recipe can be extended by a .bbappend to add .desktop, icon and others to
the target device.

Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
---
 meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb |   29 +++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb

diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
new file mode 100644
index 0000000..a900b97
--- /dev/null
+++ b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "A terminal emulator for Harmattan (Nokia N9/N950) with a custom \
+virtual keyboard and usability-enhancing features such as URL grabber, pan \
+gestures and customizable shortcut menu. Designed especially to be used with \
+screen and irssi."
+HOMEPAGE = "http://hqh.unlink.org/harmattan"
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+SECTION = "qt/app"
+
+PR = "r0"
+
+inherit qt4x11 pkgconfig
+
+SRC_URI = " \
+  http://hqh.unlink.org/harmattan/fingerterm-${PV}.tar.gz \
+"
+SRC_URI[md5sum] = "d53b0f463c025583cd52accf95715448"
+SRC_URI[sha256sum] = "c21a07cc411d09739bd7fa248eba2bf96427b3f032382a044b6674dd82d95150"
+
+S = "${WORKDIR}/${PN}"
+
+FILES_${PN} = " \
+  ${bindir}/${PN} \
+"
+
+do_install() {
+  install -d ${D}${bindir}
+  install -m 0744 ${S}/${PN} ${D}${bindir}
+}
\ No newline at end of file
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] fingerterm: Added 1.0.2 recipe
  2013-02-26 23:59 ` Martin Jansa
@ 2013-02-27 17:27   ` Felipe Ferreri Tonello
  0 siblings, 0 replies; 5+ messages in thread
From: Felipe Ferreri Tonello @ 2013-02-27 17:27 UTC (permalink / raw)
  To: openembedded-devel

Hi Martin,

On 02/26/2013 03:59 PM, Martin Jansa wrote:
> On Wed, Feb 20, 2013 at 11:29:15AM -0800, eu@felipetonello.com wrote:
>> From: "Felipe F. Tonello" <ftonello@cercacor.com>
>>
>> Fingerterm is a terminal emulator for Nokia Harmattan, but it works in any Qt4
>> environment.
>>
>> This recipe can be extended by a .bbappend to add .desktop, icon and others to
>> the target device.
>>
>> Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
>> ---
>>   meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb |   27 +++++++++++++++++++++
>>   1 file changed, 27 insertions(+)
>>   create mode 100644 meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
>>
>> diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
>> new file mode 100644
>> index 0000000..e345131
>> --- /dev/null
>> +++ b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
>> @@ -0,0 +1,27 @@
>> +DESCRIPTION = "A terminal emulator for Harmattan (Nokia N9/N950) with a custom \
>> +virtual keyboard and usability-enhancing features such as URL grabber, pan \
>> +gestures and customizable shortcut menu. Designed especially to be used with \
>> +screen and irssi."
>> +HOMEPAGE = "http://hqh.unlink.org/harmattan"
>> +LICENSE = "GPLv3"
>> +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
>> +SECTION = "qt/app"
>> +
>> +PR = "r0"
>> +
>> +inherit qt4x11 pkgconfig
>> +
>> +SRC_URI = " \
>> +  http://hqh.unlink.org/harmattan/fingerterm-${PV}.tar.gz \
>> +"
>
> Missing checksums:
> NOTE: Running task 14747 of 25316 (ID: 16879, /home/jenkins/oe/shr-core-branches/shr-core/meta-openembedded/meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb, do_rm_work_all)
> ERROR: Fetcher failure for URL: 'http://hqh.unlink.org/harmattan/fingerterm-1.0.2.tar.gz'. No checksum specified for /home/jenkins/oe/shr-core-branches/shr-core/downloads/fingerterm-1.0.2.tar.gz, please add at least one to the recipe:
> SRC_URI[md5sum] = "d53b0f463c025583cd52accf95715448"
> SRC_URI[sha256sum] = "c21a07cc411d09739bd7fa248eba2bf96427b3f032382a044b6674dd82d95150"
> ERROR: Function failed: Fetcher failure for URL: 'http://hqh.unlink.org/harmattan/fingerterm-1.0.2.tar.gz'. No checksum specified for /home/jenkins/oe/shr-core-branches/shr-core/downloads/fingerterm-1.0.2.tar.gz, please add at least one to the recipe:
> SRC_URI[md5sum] = "d53b0f463c025583cd52accf95715448"
> SRC_URI[sha256sum] = "c21a07cc411d09739bd7fa248eba2bf96427b3f032382a044b6674dd82d95150"
> ERROR: Logfile of failure stored in: /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/fingerterm/1.0.2-r0/temp/log.do_fetch.16478
>

Sorry. I'm fixing and will send a new patch.

Felipe

>> +
>> +S = "${WORKDIR}/${PN}"
>> +
>> +FILES_${PN} = " \
>> +  ${bindir}/${PN} \
>> +"
>> +
>> +do_install() {
>> +  install -d ${D}${bindir}
>> +  install -m 0744 ${S}/${PN} ${D}${bindir}
>> +}
>> \ No newline at end of file
>> --
>> 1.7.9.5
>>




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-oe][PATCH] fingerterm: Added 1.0.2 recipe
  2013-02-20 19:29 eu
@ 2013-02-26 23:59 ` Martin Jansa
  2013-02-27 17:27   ` Felipe Ferreri Tonello
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2013-02-26 23:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Felipe F. Tonello

[-- Attachment #1: Type: text/plain, Size: 3131 bytes --]

On Wed, Feb 20, 2013 at 11:29:15AM -0800, eu@felipetonello.com wrote:
> From: "Felipe F. Tonello" <ftonello@cercacor.com>
> 
> Fingerterm is a terminal emulator for Nokia Harmattan, but it works in any Qt4
> environment.
> 
> This recipe can be extended by a .bbappend to add .desktop, icon and others to
> the target device.
> 
> Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
> ---
>  meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb |   27 +++++++++++++++++++++
>  1 file changed, 27 insertions(+)
>  create mode 100644 meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
> 
> diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
> new file mode 100644
> index 0000000..e345131
> --- /dev/null
> +++ b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
> @@ -0,0 +1,27 @@
> +DESCRIPTION = "A terminal emulator for Harmattan (Nokia N9/N950) with a custom \
> +virtual keyboard and usability-enhancing features such as URL grabber, pan \
> +gestures and customizable shortcut menu. Designed especially to be used with \
> +screen and irssi."
> +HOMEPAGE = "http://hqh.unlink.org/harmattan"
> +LICENSE = "GPLv3"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> +SECTION = "qt/app"
> +
> +PR = "r0"
> +
> +inherit qt4x11 pkgconfig
> +
> +SRC_URI = " \
> +  http://hqh.unlink.org/harmattan/fingerterm-${PV}.tar.gz \
> +"

Missing checksums:
NOTE: Running task 14747 of 25316 (ID: 16879, /home/jenkins/oe/shr-core-branches/shr-core/meta-openembedded/meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb, do_rm_work_all)
ERROR: Fetcher failure for URL: 'http://hqh.unlink.org/harmattan/fingerterm-1.0.2.tar.gz'. No checksum specified for /home/jenkins/oe/shr-core-branches/shr-core/downloads/fingerterm-1.0.2.tar.gz, please add at least one to the recipe:
SRC_URI[md5sum] = "d53b0f463c025583cd52accf95715448"
SRC_URI[sha256sum] = "c21a07cc411d09739bd7fa248eba2bf96427b3f032382a044b6674dd82d95150"
ERROR: Function failed: Fetcher failure for URL: 'http://hqh.unlink.org/harmattan/fingerterm-1.0.2.tar.gz'. No checksum specified for /home/jenkins/oe/shr-core-branches/shr-core/downloads/fingerterm-1.0.2.tar.gz, please add at least one to the recipe:
SRC_URI[md5sum] = "d53b0f463c025583cd52accf95715448"
SRC_URI[sha256sum] = "c21a07cc411d09739bd7fa248eba2bf96427b3f032382a044b6674dd82d95150"
ERROR: Logfile of failure stored in: /home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/armv5te-oe-linux-gnueabi/fingerterm/1.0.2-r0/temp/log.do_fetch.16478

> +
> +S = "${WORKDIR}/${PN}"
> +
> +FILES_${PN} = " \
> +  ${bindir}/${PN} \
> +"
> +
> +do_install() {
> +  install -d ${D}${bindir}
> +  install -m 0744 ${S}/${PN} ${D}${bindir}
> +}
> \ No newline at end of file
> -- 
> 1.7.9.5
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [meta-oe][PATCH] fingerterm: Added 1.0.2 recipe
@ 2013-02-20 19:29 eu
  2013-02-26 23:59 ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: eu @ 2013-02-20 19:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Felipe F. Tonello

From: "Felipe F. Tonello" <ftonello@cercacor.com>

Fingerterm is a terminal emulator for Nokia Harmattan, but it works in any Qt4
environment.

This recipe can be extended by a .bbappend to add .desktop, icon and others to
the target device.

Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
---
 meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb |   27 +++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb

diff --git a/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
new file mode 100644
index 0000000..e345131
--- /dev/null
+++ b/meta-oe/recipes-qt/fingerterm/fingerterm_1.0.2.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "A terminal emulator for Harmattan (Nokia N9/N950) with a custom \
+virtual keyboard and usability-enhancing features such as URL grabber, pan \
+gestures and customizable shortcut menu. Designed especially to be used with \
+screen and irssi."
+HOMEPAGE = "http://hqh.unlink.org/harmattan"
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+SECTION = "qt/app"
+
+PR = "r0"
+
+inherit qt4x11 pkgconfig
+
+SRC_URI = " \
+  http://hqh.unlink.org/harmattan/fingerterm-${PV}.tar.gz \
+"
+
+S = "${WORKDIR}/${PN}"
+
+FILES_${PN} = " \
+  ${bindir}/${PN} \
+"
+
+do_install() {
+  install -d ${D}${bindir}
+  install -m 0744 ${S}/${PN} ${D}${bindir}
+}
\ No newline at end of file
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-02-28  4:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-28  4:09 [meta-oe][PATCH] fingerterm: Added 1.0.2 recipe eu
  -- strict thread matches above, loose matches on Subject: below --
2013-02-27 17:33 eu
2013-02-20 19:29 eu
2013-02-26 23:59 ` Martin Jansa
2013-02-27 17:27   ` Felipe Ferreri Tonello

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.