From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7FDBA138334 for ; Fri, 8 Feb 2019 00:17:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76A64E0A99; Fri, 8 Feb 2019 00:17:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EA1FE0A99 for ; Fri, 8 Feb 2019 00:17:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DD35335DA9 for ; Fri, 8 Feb 2019 00:17:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DD7B52F for ; Fri, 8 Feb 2019 00:17:11 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1549585002.7ec3bfd94c9b6a52f8006859a2c61b1a0c8b0c17.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/bemenu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/bemenu/bemenu-9999.ebuild dev-libs/bemenu/metadata.xml X-VCS-Directories: dev-libs/bemenu/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 7ec3bfd94c9b6a52f8006859a2c61b1a0c8b0c17 X-VCS-Branch: master Date: Fri, 8 Feb 2019 00:17:11 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 20529332-6bbf-47d6-9286-ad8faa7c60e9 X-Archives-Hash: 39335189cc4feb22384057c1d0a6ae77 commit: 7ec3bfd94c9b6a52f8006859a2c61b1a0c8b0c17 Author: Matthew Thode gentoo org> AuthorDate: Fri Feb 8 00:16:27 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Fri Feb 8 00:16:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec3bfd9 dev-libs/bemenu: initial add Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> dev-libs/bemenu/bemenu-9999.ebuild | 36 ++++++++++++++++++++++++++++++++++++ dev-libs/bemenu/metadata.xml | 10 ++++++++++ 2 files changed, 46 insertions(+) diff --git a/dev-libs/bemenu/bemenu-9999.ebuild b/dev-libs/bemenu/bemenu-9999.ebuild new file mode 100644 index 00000000000..1bfa5ce8fae --- /dev/null +++ b/dev-libs/bemenu/bemenu-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit git-r3 cmake-utils + +DESCRIPTION="dmenu clone for wayland" +HOMEPAGE="https://github.com/Cloudef/bemenu" +EGIT_REPO_URI="https://github.com/Cloudef/bemenu.git" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="" +IUSE="doc" + +DEPEND=" + x11-libs/cairo + x11-libs/pango + dev-libs/wayland + x11-libs/libxcb + dev-libs/wayland-protocols + sys-libs/ncurses:0 + x11-libs/libXext + x11-libs/libX11" +RDEPEND="${DEPEND}" +BDEPEND="doc? ( app-doc/doxygen )" + +src_configure() { + local mycmakeargs=(-DCURSES_LIBRARY=/usr/$(get_libdir)/libncursesw.so) + cmake-utils_src_configure +} + +src_install() { + cmake-utils_src_install +} diff --git a/dev-libs/bemenu/metadata.xml b/dev-libs/bemenu/metadata.xml new file mode 100644 index 00000000000..1301fb3341b --- /dev/null +++ b/dev-libs/bemenu/metadata.xml @@ -0,0 +1,10 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + +