mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
devilspie2: Switch to using github repo
Use the latest commit on master branch which has lua 5.4 support as well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -6,13 +6,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=00aefaa50aad75c21367df66102d542c \
|
||||
|
||||
DEPENDS = "gtk+ glib-2.0 libwnck lua virtual/libx11"
|
||||
|
||||
SRC_URI = " \
|
||||
http://download.savannah.gnu.org/releases/${BPN}/${BPN}_${PV}-src.tar.gz \
|
||||
PV .= "+git${SRCPV}"
|
||||
|
||||
SRCREV = "a3ee65b815a0247a0dbdaa39353444cef6f93499"
|
||||
|
||||
SRC_URI = "git://github.com/dsalt/devilspie2;branch=master \
|
||||
file://default.lua \
|
||||
file://devilspie2.desktop \
|
||||
"
|
||||
SRC_URI[md5sum] = "26eed0b5b4af5c7e13c551eceaeab832"
|
||||
SRC_URI[sha256sum] = "ecffc17c62b41e196b72340192a90c4223329df041f135e74c0990860595f828"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit features_check pkgconfig gettext
|
||||
|
||||
|
||||
Reference in New Issue
Block a user