public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/
Date: Mon, 20 Dec 2021 08:59:11 +0000 (UTC)	[thread overview]
Message-ID: <1639989463.78062791354349153b603beb9d216337443f3b60.cybertailor@gentoo> (raw)

commit:     78062791354349153b603beb9d216337443f3b60
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec 20 08:37:43 2021 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> 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 <cyber+gentoo <AT> 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
-}


             reply	other threads:[~2021-12-20  8:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-20  8:59 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-03-20 16:49 [gentoo-commits] repo/proj/guru:dev commit in: net-im/cawbird/ Alessandro Barbieri
2021-12-15 11:13 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-12-15 11:13 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-10-25 10:04 Gerben Jan Dijkman
2021-09-21 10:02 [gentoo-commits] repo/proj/guru:master " Arthur Zamarin
2021-09-21  9:52 ` [gentoo-commits] repo/proj/guru:dev " Arthur Zamarin
2021-07-24 16:00 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-07-24 16:00 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-07-24 15:58 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-07-24 15:47 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-07-24  5:18 Gerben Jan Dijkman
2021-07-24  5:18 Gerben Jan Dijkman
2021-07-24  4:45 Gerben Jan Dijkman
2021-07-24  4:36 Gerben Jan Dijkman
2021-07-24  0:31 Gerben Jan Dijkman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1639989463.78062791354349153b603beb9d216337443f3b60.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox