Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 1 | SUMMARY = "PolicyKit-gnome provides an Authentication Agent for PolicyKit" |
| 2 | HOMEPAGE = "https://gitlab.gnome.org/Archive/policykit-gnome" |
| 3 | LICENSE = "GPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=74579fab173e4c5e12aac0cd83ee98ec" |
| 5 | |
| 6 | DEPENDS = "glib-2.0-native glib-2.0 gtk+3 polkit intltool-native" |
| 7 | |
| 8 | inherit autotools pkgconfig features_check |
| 9 | |
| 10 | REQUIRED_DISTRO_FEATURES = "polkit" |
| 11 | |
| 12 | SRC_URI = " \ |
| 13 | git://gitlab.gnome.org/Archive/policykit-gnome.git;protocol=https;branch=master \ |
| 14 | file://0001-Select-the-current-user-to-authenticate-with-by-defa.patch \ |
| 15 | file://0002-Auth-dialog-Make-the-label-wrap-at-70-chars.patch \ |
| 16 | file://0003-Get-user-icon-from-accountsservice-instead-of-lookin.patch \ |
| 17 | file://0004-Use-fresh-X11-timestamps-when-displaying-authenticat.patch \ |
| 18 | file://0005-configure.ac-disable-gnome-tools-that-are-not-provid.patch \ |
| 19 | file://polkit-gnome-authentication-agent-1.desktop \ |
| 20 | " |
| 21 | SRCREV = "a0763a246a81188f60b0f9810143e49224dc752f" |
| 22 | S = "${WORKDIR}/git" |
| 23 | |
| 24 | |
| 25 | do_install:append() { |
| 26 | install -d ${D}${datadir}/applications |
| 27 | install -m644 ${WORKDIR}/polkit-gnome-authentication-agent-1.desktop \ |
| 28 | ${D}${datadir}/applications |
| 29 | } |