| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 8.5.0 | 8 | amd64 | 0 |
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit systemd gnome2 meson vala
DESCRIPTION="Pantheon settings daemon"
HOMEPAGE="https://github.com/elementary/settings-daemon"
SRC_URI="https://github.com/elementary/settings-daemon/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/settings-daemon-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64"
IUSE="systemd"
RDEPEND="${DEPEND}
<dev-libs/granite-7:0
dev-libs/glib:2
app-misc/geoclue:2.0
media-libs/gexiv2
sys-apps/accountsservice
sys-apps/dbus
sys-apps/fwupd[introspection]
systemd? ( sys-apps/systemd )
x11-libs/gdk-pixbuf:2
"
src_prepare() {
eapply "${FILESDIR}/${PN}-8.5.0_drop_packagekit.patch"
eapply_user
vala_setup
}
src_configure() {
local emesonargs=(
-Dubuntu_drivers=false
-Dsystemduserunitdir=$(usex systemd $(systemd_get_userunitdir) no)
-Dsystemdsystemunitdir=$(usex systemd $(systemd_get_systemunitdir) no)
)
meson_src_configure
}
${DEPEND}
<dev-libs/granite-7:0
dev-libs/glib:2
app-misc/geoclue:2.0
media-libs/gexiv2
sys-apps/accountsservice
sys-apps/dbus
sys-apps/fwupd[introspection]
systemd? ( sys-apps/systemd )
x11-libs/gdk-pixbuf:2
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pantheon-settings-daemon-8.5.0.tar.gz | 111150 bytes | https://github.com/elementary/settings-daemon/archive/8.5.0.tar.gz |