gnome-extra/polkit-gnome: QA fixes
authorAaron Bauman <bman@gentoo.org>
Sat, 23 Nov 2019 05:57:28 +0000 (00:57 -0500)
committerAaron Bauman <bman@gentoo.org>
Sat, 23 Nov 2019 05:57:28 +0000 (00:57 -0500)
* lxde dep is no longer relevant
* update homepage

Signed-off-by: Aaron Bauman <bman@gentoo.org>
gnome-extra/polkit-gnome/polkit-gnome-0.105-r2.ebuild

index 9f10eb8f141b4c4130bad58e85ac5e2d98849fbf..f77d9a56e2a64b0d550f6e1edf99f41cdb3b72aa 100644 (file)
@@ -2,10 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit gnome.org
 
 DESCRIPTION="A dbus session bus service that is used to bring up authentication dialogs"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/polkit"
+HOMEPAGE="https://gitlab.freedesktop.org/polkit/polkit/"
 
 LICENSE="LGPL-2"
 SLOT="0"
@@ -15,13 +16,12 @@ IUSE=""
 DEPEND=">=dev-libs/glib-2.30
        >=sys-auth/polkit-0.102
        x11-libs/gtk+:3"
-RDEPEND="${DEPEND}
-       !lxde-base/lxpolkit"
+RDEPEND="${DEPEND}"
 BDEPEND="dev-util/intltool
        virtual/pkgconfig
        sys-devel/gettext"
 
-DOCS=( AUTHORS HACKING NEWS README TODO )
+DOCS=( "AUTHORS HACKING NEWS README TODO" )
 
 src_install() {
        default