# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit gnome2-utils meson readme.gentoo-r1 xdg DESCRIPTION="KDE Connect implementation for Gnome Shell" HOMEPAGE="https://github.com/GSConnect/gnome-shell-extension-gsconnect" if [ ${PV} == "9999" ] ; then inherit git-r3 SRC_URI="" EGIT_REPO_URI="https://github.com/GSConnect/${PN}.git" KEYWORDS="" else SRC_URI="https://github.com/GSConnect/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64 x86" fi LICENSE="GPL-2+" SLOT="0" IUSE="nautilus" COMMON_DEPEND="dev-libs/glib:2" RDEPEND="${COMMON_DEPEND} app-eselect/eselect-gnome-shell-extensions >=dev-libs/gjs-1.68