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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F2D3158087 for ; Mon, 20 Dec 2021 08:59:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69C512BC008; Mon, 20 Dec 2021 08:59:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C47E02BC008 for ; Mon, 20 Dec 2021 08:59:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03794342CBE for ; Mon, 20 Dec 2021 08:59:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABADD29 for ; Mon, 20 Dec 2021 08:59:11 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1639989463.78062791354349153b603beb9d216337443f3b60.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/cawbird/cawbird-1.4.2.ebuild X-VCS-Directories: net-im/cawbird/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 78062791354349153b603beb9d216337443f3b60 X-VCS-Branch: dev Date: Mon, 20 Dec 2021 08:59: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: e7a9f97a-0aef-42e9-9bb1-6f8903f9c5f7 X-Archives-Hash: f7a0defb0eae5cb5e1885a9cfab6da07 commit: 78062791354349153b603beb9d216337443f3b60 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Dec 20 08:37:43 2021 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Dec 20 08:37:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78062791 net-im/cawbird: add use flags Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-im/cawbird/cawbird-1.4.2.ebuild | 42 ++++++++++++++++--------------------- 1 file changed, 18 insertions(+), 24 deletions(-) diff --git a/net-im/cawbird/cawbird-1.4.2.ebuild b/net-im/cawbird/cawbird-1.4.2.ebuild index a6c73bd7b..c0ba37584 100644 --- a/net-im/cawbird/cawbird-1.4.2.ebuild +++ b/net-im/cawbird/cawbird-1.4.2.ebuild @@ -13,43 +13,37 @@ SRC_URI="https://github.com/IBBoard/cawbird/archive/refs/tags/v${PV}.tar.gz -> $ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="+introspection +vala" -REQUIRED_USE="vala? ( introspection )" +IUSE="+X gstreamer spell" DEPEND=" - gui-libs/gtk - >=x11-libs/gtk+-3.22 - >=dev-libs/glib-2.44 - >=dev-libs/json-glib-1.0 - >=dev-db/sqlite-3.0 - >=net-libs/libsoup-2.4:* + dev-db/sqlite:3 + dev-libs/glib:2 + dev-libs/json-glib + net-libs/libsoup:2.4 net-libs/liboauth - >=sys-devel/gettext-0.19 - media-libs/gst-plugins-base - media-libs/gst-plugins-bad media-plugins/gst-plugins-libav - >=app-text/gspell-1.0 + sys-devel/gettext + x11-libs/gtk+:3 + X? ( x11-libs/libX11 ) + gstreamer? ( + media-libs/gst-plugins-base + media-libs/gst-plugins-bad + ) + spell? ( app-text/gspell ) " RDEPEND="${DEPEND}" BDEPEND=" - vala? ( $(vala_depend) ) - dev-util/meson - dev-libs/gobject-introspection + $(vala_depend) + dev-libs/gobject-introspection " -S="${WORKDIR}/$PN-${PV}" - src_configure() { - local mycmakeargs+=( - "-DVALA_EXECUTABLE=${VALAC}" - ) local emesonargs=( + $(meson_use X x11) + $(meson_use gstreamer video) + $(meson_use spell spellcheck) -Dconsumer_key_base64=VmY5dG9yRFcyWk93MzJEZmhVdEk5Y3NMOA== -Dconsumer_secret_base64=MThCRXIxbWRESDQ2Y0podzVtVU13SGUyVGlCRXhPb3BFRHhGYlB6ZkpybG5GdXZaSjI= ) meson_src_configure } - -src_install() { - meson_src_install -}