All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe 1/2] libdivecomputer: initial add
@ 2011-10-15 16:41 Koen Kooi
  2011-10-15 16:41 ` [meta-oe 2/2] subsurface: inital add Koen Kooi
  2011-10-15 16:46 ` [meta-oe 1/2] libdivecomputer: initial add Koen Kooi
  0 siblings, 2 replies; 3+ messages in thread
From: Koen Kooi @ 2011-10-15 16:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 .../libdivecomputer/libdivecomputer_git.bb         |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb

diff --git a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
new file mode 100644
index 0000000..ac609a9
--- /dev/null
+++ b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Libdivecomputer is a cross-platform and open source library for communication with dive computers from various manufacturers."
+HOMEPAGE = "http://www.divesoftware.org/libdc/"
+
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+
+DEPENDS = "libusb1"
+
+inherit autotools pkgconfig
+
+PV = "0.0.0"
+SRCREV = "b7a6be15ca58cc8f89fbc8fa1a4c840e13d51092"
+SRC_URI = "git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer"
+S = "${WORKDIR}/git"
+
+
-- 
1.6.6.1




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

* [meta-oe 2/2] subsurface: inital add
  2011-10-15 16:41 [meta-oe 1/2] libdivecomputer: initial add Koen Kooi
@ 2011-10-15 16:41 ` Koen Kooi
  2011-10-15 16:46 ` [meta-oe 1/2] libdivecomputer: initial add Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2011-10-15 16:41 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 .../recipes-extended/subsurface/subsurface_git.bb  |   28 ++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-extended/subsurface/subsurface_git.bb

diff --git a/meta-oe/recipes-extended/subsurface/subsurface_git.bb b/meta-oe/recipes-extended/subsurface/subsurface_git.bb
new file mode 100644
index 0000000..b1a7e3e
--- /dev/null
+++ b/meta-oe/recipes-extended/subsurface/subsurface_git.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "Subsurface is an open source dive log program."
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+DEPENDS = "libdivecomputer gtk+ libxml2 glib-2.0"
+
+inherit gtk-icon-cache
+
+PV = "1.0"
+SRCREV = "f2c61aefa762ce2ef7dea61886afeb23b0fe5eff"
+SRC_URI = "git://subsurface.hohndel.org/subsurface.git"
+S = "${WORKDIR}/git"
+
+EXTRA_OEMAKE = "CC='${CC}' \
+                libdc-usr=${STAGING_INCDIR}/libdivecomputer/* \
+                LIBDIVECOMPUTERINCLUDES=${STAGING_INCDIR}/libdivecomputer \
+                LIBDIVECOMPUTERARCHIVE=${STAGING_LIBDIR}/libdivecomputer.a \
+               "
+
+do_install() {
+	install -d ${D}${datadir}/man/man1
+	oe_runmake install prefix=${D}${prefix}
+	rm ${D}${datadir}/icons/hicolor/icon-theme.cache
+}
+
+FILES_${PN} += "${datadir}/icons/hicolor/scalable/apps/subsurface.svg"
+RRECOMMENDS_${PN}_append_libc-glibc = " eglibc-gconv-iso8859-15"
+
-- 
1.6.6.1




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

* Re: [meta-oe 1/2] libdivecomputer: initial add
  2011-10-15 16:41 [meta-oe 1/2] libdivecomputer: initial add Koen Kooi
  2011-10-15 16:41 ` [meta-oe 2/2] subsurface: inital add Koen Kooi
@ 2011-10-15 16:46 ` Koen Kooi
  1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2011-10-15 16:46 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You might see these patches popping up some more, Khem and I are testing the
git hooks for patchwork.

Op 15-10-11 18:41, Koen Kooi schreef:
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> --- 
> .../libdivecomputer/libdivecomputer_git.bb         |   16
> ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) create
> mode 100644
> meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
> 
> diff --git
> a/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb
> b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb new
> file mode 100644 index 0000000..ac609a9 --- /dev/null +++
> b/meta-oe/recipes-extended/libdivecomputer/libdivecomputer_git.bb @@ -0,0
> +1,16 @@ +DESCRIPTION = "Libdivecomputer is a cross-platform and open
> source library for communication with dive computers from various
> manufacturers." +HOMEPAGE = "http://www.divesoftware.org/libdc/" + 
> +LICENSE = "LGPLv2.1" +LIC_FILES_CHKSUM =
> "file://COPYING;md5=fbc093901857fcd118f065f900982c24" + +DEPENDS =
> "libusb1" + +inherit autotools pkgconfig + +PV = "0.0.0" +SRCREV =
> "b7a6be15ca58cc8f89fbc8fa1a4c840e13d51092" +SRC_URI =
> "git://libdivecomputer.git.sourceforge.net/gitroot/libdivecomputer/libdivecomputer"
>
> 
+S = "${WORKDIR}/git"
> + +

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFOmbj0MkyGM64RGpERAqUaAJ9fV9XzntBnkW1PMPE6OTMGPd8bYACguiaD
EejKJlRKrvkSFQ6CkDAedk8=
=Je//
-----END PGP SIGNATURE-----




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

end of thread, other threads:[~2011-10-15 16:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-15 16:41 [meta-oe 1/2] libdivecomputer: initial add Koen Kooi
2011-10-15 16:41 ` [meta-oe 2/2] subsurface: inital add Koen Kooi
2011-10-15 16:46 ` [meta-oe 1/2] libdivecomputer: initial add Koen Kooi

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.