From 5a32f8fcc1d1143db44ffed9e6d1085c825780ac Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 1 Jun 2017 23:50:13 -0700 Subject: onboard: Upgrade to 1.4.1 Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- .../recipes-support/onboard/onboard_1.3.0.bb | 25 ---------------------- .../recipes-support/onboard/onboard_1.4.1.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-gnome/recipes-support/onboard/onboard_1.3.0.bb create mode 100644 meta-gnome/recipes-support/onboard/onboard_1.4.1.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb b/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb deleted file mode 100644 index bdf0a4eb9e..0000000000 --- a/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "An onscreen keyboard" -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING.GPL3;md5=8521fa4dd51909b407c5150498d34f4e" - -DEPENDS += "gtk+3 hunspell libcanberra libxkbfile dconf python3-distutils-extra-native intltool-native" - -SRC_URI = "https://launchpad.net/onboard/1.3/${PV}/+download/${BPN}-${PV}.tar.gz" -SRC_URI[md5sum] = "8000df3e789512a90fcb227580fd60ff" -SRC_URI[sha256sum] = "fd74b54b8bd7a075cf5f6e1a8ca3e6de5cd2663507adb690d7b1a85e71afa2e4" - -inherit setuptools3 pkgconfig gtk-icon-cache gsettings - -FILES_${PN} += " \ - ${datadir}/dbus-1 \ - ${datadir}/icons \ - ${datadir}/gnome-shell \ - ${datadir}/help \ -" - -RDEPENDS_${PN} += " \ - ncurses \ - python3-dbus \ - python3-pycairo \ - python3-pygobject \ -" diff --git a/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb new file mode 100644 index 0000000000..3a4f189712 --- /dev/null +++ b/meta-gnome/recipes-support/onboard/onboard_1.4.1.bb @@ -0,0 +1,25 @@ +SUMMARY = "An onscreen keyboard" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING.GPL3;md5=8521fa4dd51909b407c5150498d34f4e" + +DEPENDS += "gtk+3 hunspell libcanberra libxkbfile dconf python3-distutils-extra-native intltool-native" + +SRC_URI = "https://launchpad.net/onboard/1.4/${PV}/+download/${BPN}-${PV}.tar.gz" +SRC_URI[md5sum] = "1a2fbe82e934f5b37841d17ff51e80e8" +SRC_URI[sha256sum] = "01cae1ac5b1ef1ab985bd2d2d79ded6fc99ee04b1535cc1bb191e43a231a3865" + +inherit setuptools3 pkgconfig gtk-icon-cache gsettings + +FILES_${PN} += " \ + ${datadir}/dbus-1 \ + ${datadir}/icons \ + ${datadir}/gnome-shell \ + ${datadir}/help \ +" + +RDEPENDS_${PN} += " \ + ncurses \ + python3-dbus \ + python3-pycairo \ + python3-pygobject \ +" -- cgit 1.2.3-korg