From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E87D7138262 for ; Tue, 24 May 2016 03:06:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B5C523401E; Tue, 24 May 2016 03:06:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 300B81424B for ; Tue, 24 May 2016 03:06:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23DDF340C8D for ; Tue, 24 May 2016 03:06:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D606336 for ; Tue, 24 May 2016 03:06:42 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1464059192.a7d8e7c6a2bd31325f84470ccc507b62aae5c61d.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/sway/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/sway/metadata.xml dev-libs/sway/sway-0.6.ebuild dev-libs/sway/sway-9999.ebuild X-VCS-Directories: dev-libs/sway/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: a7d8e7c6a2bd31325f84470ccc507b62aae5c61d X-VCS-Branch: master Date: Tue, 24 May 2016 03:06:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6f4d7ae2-ce9c-4e3b-b806-4858e041898c X-Archives-Hash: c4615482486a0e5fe184cba26b1d96a6 commit: a7d8e7c6a2bd31325f84470ccc507b62aae5c61d Author: Göktürk Yüksek gentoo org> AuthorDate: Sat May 21 21:08:11 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue May 24 03:06:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d8e7c6 dev-libs/sway: add missing build time dep on pkgconfig also use in metadata Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1504 Signed-off-by: Ian Delaney gentoo.org> dev-libs/sway/metadata.xml | 5 ++++- dev-libs/sway/sway-0.6.ebuild | 1 + dev-libs/sway/sway-9999.ebuild | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/dev-libs/sway/metadata.xml b/dev-libs/sway/metadata.xml index 45bddf6..a9e0ba7 100644 --- a/dev-libs/sway/metadata.xml +++ b/dev-libs/sway/metadata.xml @@ -22,7 +22,10 @@ something else. - Enable additional image format support via the gdk-pixbuf library. + + Enable additional image format support via the + x11-libs/gdk-pixbuf library. + Build 'swaybar': sway's status bar component. Build 'swaybg': allows to set a desktop background image. Build 'swaygrab': allows taking screenshots or screencasts. diff --git a/dev-libs/sway/sway-0.6.ebuild b/dev-libs/sway/sway-0.6.ebuild index 7cdb67c..88b3f9b 100644 --- a/dev-libs/sway/sway-0.6.ebuild +++ b/dev-libs/sway/sway-0.6.ebuild @@ -28,6 +28,7 @@ RDEPEND="dev-libs/wlc[systemd=] gdk-pixbuf? ( x11-libs/gdk-pixbuf[jpeg] )" DEPEND="${RDEPEND} + virtual/pkgconfig app-text/asciidoc" src_prepare() { diff --git a/dev-libs/sway/sway-9999.ebuild b/dev-libs/sway/sway-9999.ebuild index dc3bafc..030065f 100644 --- a/dev-libs/sway/sway-9999.ebuild +++ b/dev-libs/sway/sway-9999.ebuild @@ -28,6 +28,7 @@ RDEPEND="=dev-libs/wlc-9999[systemd=] gdk-pixbuf? ( x11-libs/gdk-pixbuf[jpeg] )" DEPEND="${RDEPEND} + virtual/pkgconfig app-text/asciidoc" src_prepare() {