mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
synergy: Upgrade to 1.10.1-release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,35 +1,24 @@
|
|||||||
SUMMARY = "Synergy - control multiple computers with one keyboard and mouse"
|
SUMMARY = "Synergy - control multiple computers with one keyboard and mouse"
|
||||||
HOMEPAGE = "http://synergy-project.org"
|
HOMEPAGE = "http://synergy-project.org"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2ba51ca68e055566aade24662f9eb41"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=54c1fc8d8bb6776ae501acfb1585e9d6"
|
||||||
LICENSE = "GPL-2.0-with-OpenSSL-exception"
|
LICENSE = "GPL-2.0-with-OpenSSL-exception"
|
||||||
SECTION = "x11/utils"
|
SECTION = "x11/utils"
|
||||||
|
|
||||||
DEPENDS = "virtual/libx11 libxtst libxinerama curl openssl"
|
DEPENDS = "virtual/libx11 libxtst libxinerama curl openssl"
|
||||||
do_unpack_extra[depends] = "unzip-native:do_populate_sysroot"
|
|
||||||
|
|
||||||
# depends on virtual/libx11
|
# depends on virtual/libx11
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/symless/synergy.git;protocol=http"
|
SRC_URI = "git://github.com/symless/synergy-core;protocol=https;nobranch=1"
|
||||||
|
|
||||||
# Version 1.8.8-stable
|
# Version 1.10.1-stable
|
||||||
SRCREV ?= "c30301e23424db1125664da17deb8c3aa6aec52d"
|
SRCREV ?= "1b4c076127687aceac931d269e898beaac1cad9f"
|
||||||
PV = "1.8.8+${SRCPV}"
|
PV = "1.10.1+git${SRCPV}"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit cmake distro_features_check
|
inherit cmake distro_features_check
|
||||||
|
|
||||||
do_unpack_extra() {
|
EXTRA_OECMAKE += "-DSYNERGY_BUILD_LEGACY_GUI=OFF"
|
||||||
cd ${S}/ext
|
|
||||||
for file in *.zip; do
|
|
||||||
fname="${file##*/}"
|
|
||||||
unzip $file -d ${fname%.*}
|
|
||||||
done
|
|
||||||
}
|
|
||||||
addtask unpack_extra after do_unpack before do_patch
|
|
||||||
|
|
||||||
do_install() {
|
FILES_${PN} += "${datadir}/icons/hicolor"
|
||||||
install -d ${D}/usr/bin
|
|
||||||
install -m 0755 ${S}/bin/synergy* ${D}/usr/bin/
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user