~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Details
Message ID
<20200228162958.5846-1-timotej.lazar@araneo.si>
DKIM signature
missing
Download raw message
Patch: +2 -2
---
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
Reply to thread Export thread (mbox)