forked from brl/citadel
Bruce Leidl
4c3baa433b
Updated Recipes * dash-to-panel 40 * dconf 0.38.0 * gdm 3.38.0 * glib 2.66.1 * gjs 1.66.0 * gnome-autoar 0.2.4 * gnome-backgrounds 3.38.0 * gnome-bluetooth 3.34.3 * gnome-control-center 3.38.1 * gnome-screenshot 3.38.0 * gnome-shell 3.38.1 * gnome-session 3.38.0 * gnome-settings-daemon 3.38.0 * gnome-terminal 3.38.0 * gnome-usage 3.38.0 * graphene 1.10.2 * gsettings-desktop-schema 3.38.0 * gvfs 1.46.1 * iwd 1.9 * libgee 0.20.3 * libgtop 2.40.0 * libgweather 3.36.1 * mkpasswd 5.5.7 * mozjs 78.0.1 * mutter 3.38.1 * nautilus 3.38.1 * networkmanager 1.26.4 * polkit 0.118 * tracker 3.0.1 * vte 0.62.0 Removed because recipes exist in poky with adequate version * atk, at-spi * clutter * clutter-gtk * cogl * ell * gcr * itstool * libinput * pango Other removed recipes * systemd-initrd No longer using a separate systemd recipe for initramfs * caribou What even is this * gnome-tweaks Not used * mozjs Polkit no longer requires an ancient mozjs * mozjs68 Upgraded to mozjs78
47 lines
1.2 KiB
BlitzBasic
47 lines
1.2 KiB
BlitzBasic
SUMMARY = "Password and keyring managing daemon"
|
|
HOMEPAGE = "http://www.gnome.org/"
|
|
BUGTRACKER = "https://bugzilla.gnome.org/"
|
|
SECTION = "x11/gnome"
|
|
|
|
LICENSE = "GPLv2+ & LGPLv2+ & LGPLv2.1+"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
|
|
"
|
|
|
|
DEPENDS = " \
|
|
glib-2.0-native \
|
|
gtk+3 \
|
|
gcr \
|
|
libgcrypt \
|
|
"
|
|
|
|
inherit gnomebase gsettings features_check remove-libtool gettext upstream-version-is-even
|
|
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
SRC_URI[archive.md5sum] = "38f0732845a510a8dff4f154c3406f65"
|
|
SRC_URI[archive.sha256sum] = "a264b57a8d1a71fdf0d66e8cd6033d013fb828be279c35766545eb9bb3734f87"
|
|
|
|
|
|
EXTRA_OECONF = " \
|
|
--disable-doc \
|
|
--disable-ssh-agent \
|
|
"
|
|
|
|
|
|
FILES_${PN} += " \
|
|
${datadir}/dbus-1/services \
|
|
${datadir}/p11-kit \
|
|
${datadir}/xdg-desktop-portal \
|
|
${base_libdir}/security/*${SOLIBSDEV} \
|
|
${libdir}/pkcs11/gnome-keyring-pkcs11.so \
|
|
"
|
|
|
|
# fix | gnome-keyring-daemon: insufficient process capabilities, unsecure memory might get used
|
|
# This does not make it through pseudo so perform on-target - sigh
|
|
#pkg_postinst_ontarget_${PN} () {
|
|
# setcap cap_ipc_lock+ep `which gnome-keyring-daemon`
|
|
#}
|
|
#RDEPENDS_${PN} += "libcap-bin"
|