main/urfkill: depend on polkit-elogind, not polkit
Fix the following error when installing postmarketos-ui-plasma-mobile: ERROR: unsatisfiable constraints: polkit-elogind-0.116-r1: breaks: polkit-dev-0.116-r0[polkit=0.116-r0] satisfies: polkit-kde-agent-1-5.17.3-r0[polkit-elogind] .pmbootstrap-20191121.210534[polkit-elogind] consolekit2-1.2.1-r1[polkit] consolekit2-1.2.1-r1[so:libpolkit-gobject-1.so.0] networkmanager-1.20.6-r0[so:libpolkit-agent-1.so.0] networkmanager-1.20.6-r0[so:libpolkit-gobject-1.so.0] polkit-qt-1-0.113.0-r0[so:libpolkit-agent-1.so.0] polkit-qt-1-0.113.0-r0[so:libpolkit-gobject-1.so.0] accountsservice-0.6.55-r0[so:libpolkit-gobject-1.so.0] urfkill-0.5.0_git20170118-r0[so:libpolkit-gobject-1.so.0] This is the reason, why the pmbootstrap qemu test (which performs a full plasma mobile installation and checks running processes) check failed: https://postmarketos.gitlab.io/-/pmbootstrap/-/jobs/357942365/artifacts/log_testsuite.txt
This commit is contained in:
parent
874e979c04
commit
5fcb49fcb7
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
|||
pkgname="urfkill"
|
||||
pkgver="0.5.0_git20170118"
|
||||
_commit="b39a72f9227838d4af5a9fda3430914a4b03a8e2"
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Handle rfkill events in userspace"
|
||||
url="https://freedesktop.org/wiki/Software/urfkill/"
|
||||
arch="all"
|
||||
license="GPL-2.0-or-later AND LGPL-2.1-or-later"
|
||||
depends_dev="eudev-dev expat-dev gobject-introspection-dev dbus-glib-dev polkit-dev"
|
||||
depends_dev="eudev-dev expat-dev gobject-introspection-dev dbus-glib-dev polkit-elogind-dev"
|
||||
makedepends="$depends_dev autoconf automake intltool gtk-doc dbus-dev glib-dev"
|
||||
subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-openrc"
|
||||
source="urfkill-$_commit.tar.gz::https://github.com/lcp/urfkill/archive/$_commit.tar.gz
|
||||
|
|
Loading…
Reference in a new issue