Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH] Recipe for Synergy 1.3.8
@ 2012-04-26 20:35 Tasslehoff Kjappfot
  2012-04-26 20:35 ` [meta-oe] " Tasslehoff Kjappfot
  2012-04-26 23:02 ` [meta-oe][PATCH v2] synergy: add synergy 1.3.8 Tasslehoff Kjappfot
  0 siblings, 2 replies; 8+ messages in thread
From: Tasslehoff Kjappfot @ 2012-04-26 20:35 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com>
---
 meta-oe/recipes-support/synergy/synergy_1.3.8.bb |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta-oe/recipes-support/synergy/synergy_1.3.8.bb

diff --git a/meta-oe/recipes-support/synergy/synergy_1.3.8.bb b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
new file mode 100644
index 0000000..83d8983
--- /dev/null
+++ b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Synergy - control multiple computers with one keyboard and mouse"
+HOMEPAGE = "http://synergy.googlecode.com"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9772a11e3569985855e2ce450e56f991"
+LICENSE = "GPLv2"
+SECTION = "x11/utils"
+
+DEPENDS = "libx11 libxtst"
+PR = "r0"
+
+SRC_URI = "http://synergy.googlecode.com/files/synergy-1.3.8-Source.tar.gz"
+
+S = "${WORKDIR}/${PN}-${PV}-Source"
+
+inherit cmake siteinfo
+
+do_install() {
+	install -d ${D}/usr/bin
+	cp ${S}/bin/synergy* ${D}/usr/bin/
+}
+
+SRC_URI[md5sum] = "3534c65ecfa6e47d7899c57975442f03"
+SRC_URI[sha256sum] = "0afc83e4ed0b46ed497d4229b2b2854e8d3c581a112f4da05110943edbfacc03"
-- 
1.7.9.5




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

* [meta-oe] Recipe for Synergy 1.3.8
  2012-04-26 20:35 [PATCH] Recipe for Synergy 1.3.8 Tasslehoff Kjappfot
@ 2012-04-26 20:35 ` Tasslehoff Kjappfot
  2012-04-26 23:02 ` [meta-oe][PATCH v2] synergy: add synergy 1.3.8 Tasslehoff Kjappfot
  1 sibling, 0 replies; 8+ messages in thread
From: Tasslehoff Kjappfot @ 2012-04-26 20:35 UTC (permalink / raw)
  To: openembedded-devel

---
 meta-oe/recipes-support/synergy/synergy_1.3.8.bb |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta-oe/recipes-support/synergy/synergy_1.3.8.bb

diff --git a/meta-oe/recipes-support/synergy/synergy_1.3.8.bb b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
new file mode 100644
index 0000000..83d8983
--- /dev/null
+++ b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Synergy - control multiple computers with one keyboard and mouse"
+HOMEPAGE = "http://synergy.googlecode.com"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9772a11e3569985855e2ce450e56f991"
+LICENSE = "GPLv2"
+SECTION = "x11/utils"
+
+DEPENDS = "libx11 libxtst"
+PR = "r0"
+
+SRC_URI = "http://synergy.googlecode.com/files/synergy-1.3.8-Source.tar.gz"
+
+S = "${WORKDIR}/${PN}-${PV}-Source"
+
+inherit cmake siteinfo
+
+do_install() {
+	install -d ${D}/usr/bin
+	cp ${S}/bin/synergy* ${D}/usr/bin/
+}
+
+SRC_URI[md5sum] = "3534c65ecfa6e47d7899c57975442f03"
+SRC_URI[sha256sum] = "0afc83e4ed0b46ed497d4229b2b2854e8d3c581a112f4da05110943edbfacc03"
-- 
1.7.9.5




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

* [meta-oe][PATCH v2] synergy: add synergy 1.3.8
  2012-04-26 20:35 [PATCH] Recipe for Synergy 1.3.8 Tasslehoff Kjappfot
  2012-04-26 20:35 ` [meta-oe] " Tasslehoff Kjappfot
@ 2012-04-26 23:02 ` Tasslehoff Kjappfot
  2012-04-29 22:33   ` Khem Raj
  2012-05-01  5:52   ` [meta-oe][PATCH v3] " Tasslehoff Kjappfot
  1 sibling, 2 replies; 8+ messages in thread
From: Tasslehoff Kjappfot @ 2012-04-26 23:02 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com>
---
 meta-oe/recipes-support/synergy/synergy_1.3.8.bb |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta-oe/recipes-support/synergy/synergy_1.3.8.bb

diff --git a/meta-oe/recipes-support/synergy/synergy_1.3.8.bb b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
new file mode 100644
index 0000000..40efcb1
--- /dev/null
+++ b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Synergy - control multiple computers with one keyboard and mouse"
+HOMEPAGE = "http://synergy.googlecode.com"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9772a11e3569985855e2ce450e56f991"
+LICENSE = "GPLv2"
+SECTION = "x11/utils"
+
+DEPENDS = "libx11 libxtst"
+
+SRC_URI = "http://synergy.googlecode.com/files/synergy-${PV}-Source.tar.gz"
+
+SRC_URI[md5sum] = "3534c65ecfa6e47d7899c57975442f03"
+SRC_URI[sha256sum] = "0afc83e4ed0b46ed497d4229b2b2854e8d3c581a112f4da05110943edbfacc03"
+
+S = "${WORKDIR}/${PN}-${PV}-Source"
+
+inherit cmake siteinfo
+
+do_install() {
+	install -d ${D}/usr/bin
+	install -m 0755 ${S}/bin/synergy* ${D}/usr/bin/
+}
+
-- 
1.7.9.5




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

* Re: [meta-oe][PATCH v2] synergy: add synergy 1.3.8
  2012-04-26 23:02 ` [meta-oe][PATCH v2] synergy: add synergy 1.3.8 Tasslehoff Kjappfot
@ 2012-04-29 22:33   ` Khem Raj
  2012-05-01  5:51     ` Tasslehoff Kjappfot
  2012-05-01  5:52   ` [meta-oe][PATCH v3] " Tasslehoff Kjappfot
  1 sibling, 1 reply; 8+ messages in thread
From: Khem Raj @ 2012-04-29 22:33 UTC (permalink / raw)
  To: openembedded-devel

On Thu, Apr 26, 2012 at 4:02 PM, Tasslehoff Kjappfot
<tasskjapp@gmail.com> wrote:
>
> Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com>
> ---
>  meta-oe/recipes-support/synergy/synergy_1.3.8.bb |   22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>  create mode 100644 meta-oe/recipes-support/synergy/synergy_1.3.8.bb
>
> diff --git a/meta-oe/recipes-support/synergy/synergy_1.3.8.bb b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
> new file mode 100644
> index 0000000..40efcb1
> --- /dev/null
> +++ b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
> @@ -0,0 +1,22 @@
> +DESCRIPTION = "Synergy - control multiple computers with one keyboard and mouse"
> +HOMEPAGE = "http://synergy.googlecode.com"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=9772a11e3569985855e2ce450e56f991"
> +LICENSE = "GPLv2"

use GPL-2.0

> +SECTION = "x11/utils"
> +
> +DEPENDS = "libx11 libxtst"
> +
> +SRC_URI = "http://synergy.googlecode.com/files/synergy-${PV}-Source.tar.gz"
> +
> +SRC_URI[md5sum] = "3534c65ecfa6e47d7899c57975442f03"
> +SRC_URI[sha256sum] = "0afc83e4ed0b46ed497d4229b2b2854e8d3c581a112f4da05110943edbfacc03"
> +
> +S = "${WORKDIR}/${PN}-${PV}-Source"
> +
> +inherit cmake siteinfo
> +

why is siteinfo needed ?

> +do_install() {
> +       install -d ${D}/usr/bin
> +       install -m 0755 ${S}/bin/synergy* ${D}/usr/bin/
> +}
> +
> --
> 1.7.9.5
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

* Re: [meta-oe][PATCH v3] synergy: add synergy 1.3.8
  2012-05-01  5:52   ` [meta-oe][PATCH v3] " Tasslehoff Kjappfot
@ 2012-04-30  5:58     ` Martin Jansa
  2012-04-30  8:23     ` Tasslehoff Kjappfot
  1 sibling, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2012-04-30  5:58 UTC (permalink / raw)
  To: openembedded-devel

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

On Tue, May 01, 2012 at 07:52:54AM +0200, Tasslehoff Kjappfot wrote:
> 

v2 was applied already few days ago..
http://git.openembedded.org/meta-openembedded/commit/?id=5a3d0de38a3af92d07503184fb214df6e9f57610

so if you want to fix it, then rebase it on top of meta-oe and send follow-up patch

> Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com>
> ---
>  meta-oe/recipes-support/synergy/synergy_1.3.8.bb |   22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)
>  create mode 100644 meta-oe/recipes-support/synergy/synergy_1.3.8.bb
> 
> diff --git a/meta-oe/recipes-support/synergy/synergy_1.3.8.bb b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
> new file mode 100644
> index 0000000..b8d1e6c
> --- /dev/null
> +++ b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
> @@ -0,0 +1,22 @@
> +DESCRIPTION = "Synergy - control multiple computers with one keyboard and mouse"
> +HOMEPAGE = "http://synergy.googlecode.com"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=9772a11e3569985855e2ce450e56f991"
> +LICENSE = "GPL-2.0"
> +SECTION = "x11/utils"
> +
> +DEPENDS = "libx11 libxtst"
> +
> +SRC_URI = "http://synergy.googlecode.com/files/synergy-${PV}-Source.tar.gz"
> +
> +SRC_URI[md5sum] = "3534c65ecfa6e47d7899c57975442f03"
> +SRC_URI[sha256sum] = "0afc83e4ed0b46ed497d4229b2b2854e8d3c581a112f4da05110943edbfacc03"
> +
> +S = "${WORKDIR}/${PN}-${PV}-Source"
> +
> +inherit cmake
> +
> +do_install() {
> +	install -d ${D}/usr/bin
> +	install -m 0755 ${S}/bin/synergy* ${D}/usr/bin/
> +}
> +
> -- 
> 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] 8+ messages in thread

* Re: [meta-oe][PATCH v3] synergy: add synergy 1.3.8
  2012-05-01  5:52   ` [meta-oe][PATCH v3] " Tasslehoff Kjappfot
  2012-04-30  5:58     ` Martin Jansa
@ 2012-04-30  8:23     ` Tasslehoff Kjappfot
  1 sibling, 0 replies; 8+ messages in thread
From: Tasslehoff Kjappfot @ 2012-04-30  8:23 UTC (permalink / raw)
  To: openembedded-devel

The reason my mails came to you from the future is that Ubuntu 12.04 is 
messing with my date & time. I am, was and will be sorry for the 
inconvenience.



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

* Re: [meta-oe][PATCH v2] synergy: add synergy 1.3.8
  2012-04-29 22:33   ` Khem Raj
@ 2012-05-01  5:51     ` Tasslehoff Kjappfot
  0 siblings, 0 replies; 8+ messages in thread
From: Tasslehoff Kjappfot @ 2012-05-01  5:51 UTC (permalink / raw)
  To: openembedded-devel

On 04/30/2012 12:33 AM, Khem Raj wrote:
> On Thu, Apr 26, 2012 at 4:02 PM, Tasslehoff Kjappfot
> <tasskjapp@gmail.com>  wrote:
>> Signed-off-by: Tasslehoff Kjappfot<tasskjapp@gmail.com>
>> ---
>>   meta-oe/recipes-support/synergy/synergy_1.3.8.bb |   22 ++++++++++++++++++++++
>>   1 file changed, 22 insertions(+)
>>   create mode 100644 meta-oe/recipes-support/synergy/synergy_1.3.8.bb
>>
>> diff --git a/meta-oe/recipes-support/synergy/synergy_1.3.8.bb b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
>> new file mode 100644
>> index 0000000..40efcb1
>> --- /dev/null
>> +++ b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
>> @@ -0,0 +1,22 @@
>> +DESCRIPTION = "Synergy - control multiple computers with one keyboard and mouse"
>> +HOMEPAGE = "http://synergy.googlecode.com"
>> +LIC_FILES_CHKSUM = "file://COPYING;md5=9772a11e3569985855e2ce450e56f991"
>> +LICENSE = "GPLv2"
> use GPL-2.0
Will do.
>
>> +SECTION = "x11/utils"
>> +
>> +DEPENDS = "libx11 libxtst"
>> +
>> +SRC_URI = "http://synergy.googlecode.com/files/synergy-${PV}-Source.tar.gz"
>> +
>> +SRC_URI[md5sum] = "3534c65ecfa6e47d7899c57975442f03"
>> +SRC_URI[sha256sum] = "0afc83e4ed0b46ed497d4229b2b2854e8d3c581a112f4da05110943edbfacc03"
>> +
>> +S = "${WORKDIR}/${PN}-${PV}-Source"
>> +
>> +inherit cmake siteinfo
>> +
> why is siteinfo needed ?
Leftover from a copy-paste from another recipe using cmake.




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

* [meta-oe][PATCH v3] synergy: add synergy 1.3.8
  2012-04-26 23:02 ` [meta-oe][PATCH v2] synergy: add synergy 1.3.8 Tasslehoff Kjappfot
  2012-04-29 22:33   ` Khem Raj
@ 2012-05-01  5:52   ` Tasslehoff Kjappfot
  2012-04-30  5:58     ` Martin Jansa
  2012-04-30  8:23     ` Tasslehoff Kjappfot
  1 sibling, 2 replies; 8+ messages in thread
From: Tasslehoff Kjappfot @ 2012-05-01  5:52 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com>
---
 meta-oe/recipes-support/synergy/synergy_1.3.8.bb |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 meta-oe/recipes-support/synergy/synergy_1.3.8.bb

diff --git a/meta-oe/recipes-support/synergy/synergy_1.3.8.bb b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
new file mode 100644
index 0000000..b8d1e6c
--- /dev/null
+++ b/meta-oe/recipes-support/synergy/synergy_1.3.8.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Synergy - control multiple computers with one keyboard and mouse"
+HOMEPAGE = "http://synergy.googlecode.com"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9772a11e3569985855e2ce450e56f991"
+LICENSE = "GPL-2.0"
+SECTION = "x11/utils"
+
+DEPENDS = "libx11 libxtst"
+
+SRC_URI = "http://synergy.googlecode.com/files/synergy-${PV}-Source.tar.gz"
+
+SRC_URI[md5sum] = "3534c65ecfa6e47d7899c57975442f03"
+SRC_URI[sha256sum] = "0afc83e4ed0b46ed497d4229b2b2854e8d3c581a112f4da05110943edbfacc03"
+
+S = "${WORKDIR}/${PN}-${PV}-Source"
+
+inherit cmake
+
+do_install() {
+	install -d ${D}/usr/bin
+	install -m 0755 ${S}/bin/synergy* ${D}/usr/bin/
+}
+
-- 
1.7.9.5




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

end of thread, other threads:[~2012-04-30  8:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-26 20:35 [PATCH] Recipe for Synergy 1.3.8 Tasslehoff Kjappfot
2012-04-26 20:35 ` [meta-oe] " Tasslehoff Kjappfot
2012-04-26 23:02 ` [meta-oe][PATCH v2] synergy: add synergy 1.3.8 Tasslehoff Kjappfot
2012-04-29 22:33   ` Khem Raj
2012-05-01  5:51     ` Tasslehoff Kjappfot
2012-05-01  5:52   ` [meta-oe][PATCH v3] " Tasslehoff Kjappfot
2012-04-30  5:58     ` Martin Jansa
2012-04-30  8:23     ` Tasslehoff Kjappfot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox