~alpine/aports

testing/onboard: add missing dbus-x11 dependency v1 APPLIED

Timotej Lazar: 1
 testing/onboard: add missing dbus-x11 dependency

 1 files changed, 2 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3290/mbox | git am -3
Learn more about email & git

[PATCH] testing/onboard: add missing dbus-x11 dependency Export this patch

---
Hi,

onboard does not start without dbus-launch. This patch adds the required
dependency.

Thanks,
Timotej

 testing/onboard/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testing/onboard/APKBUILD b/testing/onboard/APKBUILD
index 830f43e60d..52438b0600 100644
--- a/testing/onboard/APKBUILD
+++ b/testing/onboard/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Danct12 <danct12@disroot.org>
pkgname=onboard
pkgver=1.4.1
pkgrel=2
pkgrel=3
pkgdesc="On-screen keyboard useful on tablet PCs or for mobility impaired users"
arch="all !s390x"
url="https://launchpad.net/onboard"
license="GPL-3.0-only"
depends="python3 hunspell gtk+3.0 iso-codes libcanberra libxkbfile
	py3-cairo py3-dbus py3-gobject3 dconf ncurses
	py3-cairo py3-dbus py3-gobject3 dbus-x11 dconf ncurses
	gsettings-desktop-schemas librsvg"
makedepends="python3-dev py3-setuptools py3-distutils-extra
	bash bash-dev gtk+3.0-dev libxkbfile-dev dconf-dev
-- 
2.25.1