diff options
| -rw-r--r-- | meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb new file mode 100644 index 0000000000..9403bdf22c --- /dev/null +++ b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | |||
| @@ -0,0 +1,52 @@ | |||
| 1 | SUMMARY = "An implementation of the GEIS interface" | ||
| 2 | DESCRIPTION = "An implementation of the GEIS (Gesture Engine Interface and Support) \ | ||
| 3 | interface\ | ||
| 4 | GEIS is a library for applications and toolkit programmers which \ | ||
| 5 | provides a consistent platform independent interface for any \ | ||
| 6 | system-wide input gesture recognition mechanism." | ||
| 7 | |||
| 8 | HOMEPAGE = "https://launchpad.net/geis" | ||
| 9 | |||
| 10 | LICENSE = "GPLv3 & LGPLv3" | ||
| 11 | LIC_FILES_CHKSUM = " \ | ||
| 12 | file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6 \ | ||
| 13 | file://COPYING.GPL;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | ||
| 14 | " | ||
| 15 | |||
| 16 | inherit autotools pkgconfig python3native lib_package | ||
| 17 | |||
| 18 | DEPENDS += "grail dbus-glib python3" | ||
| 19 | |||
| 20 | SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.xz" | ||
| 21 | SRC_URI[md5sum] = "2ff9d76a3ea5794516bb02c9d1924faf" | ||
| 22 | SRC_URI[sha256sum] = "8a60f5683852094038904e690d23cc5a90a980fc52da67f0f28890baa25c70eb" | ||
| 23 | |||
| 24 | EXTRA_OECONF = "--disable-integration-tests" | ||
| 25 | |||
| 26 | FILES_${PN}-bin = "${bindir}" | ||
| 27 | RDEPENDS_${PN}-bin = " \ | ||
| 28 | python3-compression \ | ||
| 29 | python3-core \ | ||
| 30 | python3-crypt \ | ||
| 31 | python3-ctypes \ | ||
| 32 | python3-fcntl \ | ||
| 33 | python3-misc \ | ||
| 34 | python3-pickle \ | ||
| 35 | python3-shell \ | ||
| 36 | python3-stringold \ | ||
| 37 | python3-subprocess \ | ||
| 38 | python3-textutils \ | ||
| 39 | python3-threading \ | ||
| 40 | " | ||
| 41 | |||
| 42 | FILES_${PN} += " \ | ||
| 43 | ${datadir}/geisview \ | ||
| 44 | ${libdir}/${PYTHON_DIR}/site-packages/geis* \ | ||
| 45 | ${libdir}/${PYTHON_DIR}/site-packages/_*.so \ | ||
| 46 | " | ||
| 47 | |||
| 48 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" | ||
| 49 | |||
| 50 | FILES_${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la" | ||
| 51 | |||
| 52 | FILES_${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a" | ||
