Received: from araneo.si (araneo.si [90.157.193.204]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 8F458780EC6 for ; Fri, 28 Feb 2020 16:38:02 +0000 (UTC) Received: from araneo.si (localhost.lan [127.0.0.1]) by araneo.si (OpenSMTPD) with ESMTP id 4705ecab for ; Fri, 28 Feb 2020 16:31:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=araneo.si; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20180623; bh=/wIwwXv5ILEnJUEbhSEaqUSEwCk=; b=KVwHrAVTt/2/aXAh fskUi8JipzWrchYtyeZblvXpVKGjTeVww5AiWq3vK5Adne8aGvxuGHEIfrAvCCxt 7XIR+XixmC1eMcvra5Y+AdfDbceWSQrWiyBAMMk2auXELIkT8CzrDHo892q1A6V0 8V66NZZZ05+W+754gABUX6pJjMog/DZHOm4nqJqbZvaPQoiCE006toyLlI6ipS2w 5ieBpH88OvH3i7WneQ88tFYC4ADUzYktE4mzDvrajF6Ly7tM/+XOs0RZuhljtJUS omEWrLLOl5H9QVH2yZcn5wF6WfCQw9X37pf/GECbVp21knGFIl8Ud5X4O3qXnKDC DDrDbw== Received: by araneo.si (OpenSMTPD) with ESMTPSA id 26273b20 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 28 Feb 2020 16:31:22 +0000 (UTC) From: Timotej Lazar To: alpine-aports@lists.alpinelinux.org Cc: Timotej Lazar Subject: [PATCH] testing/onboard: add missing dbus-x11 dependency Date: Fri, 28 Feb 2020 17:29:59 +0100 Message-Id: <20200228162958.5846-1-timotej.lazar@araneo.si> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit --- 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 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