| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 8.0.2 | 8 | amd64 | 3 |
# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2 meson vala
DESCRIPTION="Configure various aspects of the security of the system."
HOMEPAGE="https://github.com/elementary/settings-security-privacy"
SRC_URI="https://github.com/elementary/settings-security-privacy/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/settings-security-privacy-${PV}"
LICENSE="GPL-3"
SLOT="3"
KEYWORDS="amd64"
RDEPEND="
dev-libs/glib:2
dev-libs/granite:7
pantheon-base/switchboard:3
sys-auth/polkit
gui-libs/gtk:4
"
DEPEND="${RDEPEND}
$(vala_depend)
virtual/pkgconfig
"
src_prepare() {
eapply_user
eapply "${FILESDIR}/${PN}-8.0.2_drop_zeitgeist.patch"
vala_setup
}
dev-libs/glib:2 dev-libs/granite:7 pantheon-base/switchboard:3 sys-auth/polkit gui-libs/gtk:4 $(vala_depend) virtual/pkgconfig
dev-libs/glib:2 dev-libs/granite:7 pantheon-base/switchboard:3 sys-auth/polkit gui-libs/gtk:4
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | switchboard-plug-security-privacy-8.0.2.tar.gz | 776247 bytes | https://github.com/elementary/settings-security-privacy/archive/8.0.2.tar.gz |