Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 637D3781B31 for <~alpine/aports@lists.alpinelinux.org>; Sun, 11 Aug 2019 15:50:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2BEE227F13 for <~alpine/aports@lists.alpinelinux.org>; Sun, 11 Aug 2019 17:50:29 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SDXVC8gq7to5; Sun, 11 Aug 2019 17:50:27 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1565538627; bh=tx9MkGRrJyWWtTEyUlEeI8gG4h6hwzIBXvdZXiih/9M=; h=From:To:Cc:Subject:Date; b=XRFdPsvzyj7m4NVUJUcQRhwPQWAgomReXS5fIpcddWd42RXbGGygdRXWdrLbHBBak clNFBqYJWHvVWW44J6UM0rF+18K/cB5pCmXjDjV782bMuChKBichdoXZzkZsbtueRr L2fsl0bWc8e96oz/qn8RU5MwqTZEVwjJFdrHM4jnEEfmPVxRhLGNLPNLeAPHYo7bB3 gEhrmQAHYxK0h4ZVA4bZBB5yeOsSe3taSL7/nF3m4ttRt8SJ6IkjbYNwa3B1Ydjky4 b7rxlI5arQCviiBBQhjcillxFD2v38h6R2PqReVb7ZCfEb9QW2xBpfKkc1+Egnzdkp kGiKeQms76bIg== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] community/kwindowsystem: add missing dependency Date: Sun, 11 Aug 2019 17:50:26 +0200 Message-Id: <20190811155026.32310-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- community/kwindowsystem/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/kwindowsystem/APKBUILD b/community/kwindowsystem/APKBUILD index 08d924c958..ab898843ee 100644 --- a/community/kwindowsystem/APKBUILD +++ b/community/kwindowsystem/APKBUILD @@ -8,7 +8,7 @@ arch="all" url="https://community.kde.org/Frameworks" license="MIT AND (LGPL-2.1-only OR LGPL-3.0-only" depends_dev="qt5-qtx11extras-dev" -makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev doxygen libxrender-dev xcb-util-keysyms-dev" +makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev doxygen libxrender-dev xcb-util-keysyms-dev xcb-util-wm-dev" checkdepends="xvfb-run" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -- 2.21.0