Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame] | 1 | SUMMARY = "xdg-dbus-proxy is a filtering proxy for D-Bus connections" |
| 2 | HOMEPAGE = "https://github.com/flatpak/xdg-dbus-proxy" |
| 3 | LICENSE = "LGPL-2.1-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 5 | |
| 6 | DEPENDS = " \ |
| 7 | glib-2.0 \ |
| 8 | libxslt-native \ |
| 9 | docbook-xsl-stylesheets-native \ |
| 10 | " |
| 11 | |
| 12 | inherit meson pkgconfig |
| 13 | |
| 14 | SRC_URI = "git://github.com/flatpak/xdg-dbus-proxy.git;protocol=https;branch=main" |
| 15 | |
| 16 | S = "${WORKDIR}/git" |
Andrew Geissler | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame] | 17 | SRCREV = "7466c8137fc06f863fde8486521984e43a26cd10" |
Andrew Geissler | fc113ea | 2023-03-31 09:59:46 -0500 | [diff] [blame] | 18 | |
| 19 | BBCLASSEXTEND = "native" |