2022-05-28 11:20:07 -04:00
|
|
|
LICENSE = "GPL-2.0-only"
|
2019-08-15 13:21:21 -04:00
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101"
|
|
|
|
|
2022-05-28 11:20:07 -04:00
|
|
|
SRC_URI = "git://github.com/subgraph/gnome-shell-extension-drive-menu.git;protocol=https;branch=master"
|
2019-08-15 13:21:21 -04:00
|
|
|
SRCREV="45bbb0e9fe87f1f44d3eec49f31a1efa835f4f6b"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|
|
|
|
DEPENDS = "gettext-native glib-2.0-native ninja-native"
|
2022-05-28 11:20:07 -04:00
|
|
|
FILES:${PN} = "${datadir}/gnome-shell/extensions"
|
2019-08-15 13:21:21 -04:00
|
|
|
|
|
|
|
EXTRA_OEMESON += "--prefix=${D}/usr"
|
|
|
|
|
|
|
|
inherit meson
|
|
|
|
|
2022-05-28 11:20:07 -04:00
|
|
|
do_configure:prepend () {
|
2019-08-15 13:21:21 -04:00
|
|
|
cd ${S}
|
|
|
|
./meson-gse/meson-gse
|
|
|
|
}
|