public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Leonardo H. Neumann" <leonardohn@null.net>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
Date: Tue, 14 Sep 2021 01:07:50 +0000 (UTC)	[thread overview]
Message-ID: <1631581633.d8fae4681c595c1b15be06727c5a33eb2a565be9.leonardohn@gentoo> (raw)

commit:     d8fae4681c595c1b15be06727c5a33eb2a565be9
Author:     Leonardo Neumann <leonardo <AT> neumann <DOT> dev <DOT> br>
AuthorDate: Tue Sep 14 01:07:13 2021 +0000
Commit:     Leonardo H. Neumann <leonardohn <AT> null <DOT> net>
CommitDate: Tue Sep 14 01:07:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8fae468

gui-apps/yambar: add 1.7.0

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Leonardo Neumann <leonardo <AT> neumann.dev.br>

 gui-apps/yambar/Manifest            |  1 +
 gui-apps/yambar/yambar-1.7.0.ebuild | 64 +++++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+)

diff --git a/gui-apps/yambar/Manifest b/gui-apps/yambar/Manifest
index ef709545a..96659f8ce 100644
--- a/gui-apps/yambar/Manifest
+++ b/gui-apps/yambar/Manifest
@@ -1 +1,2 @@
 DIST yambar-1.6.2.tar.gz 135455 BLAKE2B 71d5b584bf04a7212ac84d8e0d8cb71c1abd7c7548c5ec998aff480d76afbd09825b059fe642edd4dd2537af6a5b811bd333a45bfa53f6a3a814a2be95eb58b4 SHA512 64a5e983be6dc99feb2f39d06fe265163c3b8f3f23f33a58c386891b63a9c915816cbde22d031473e700e839522c86c53b06f0cce1a57ebdab8ed6aeebe627e1
+DIST yambar-1.7.0.tar.gz 148762 BLAKE2B a394b588bb1a8c64e149f8f39d6a8056d139cb3518fc15c87db0da7ead9c96ce5d7b9d764a617c4626d9fa574edbda2c0e1e2b11b07741241188c5cd282d5643 SHA512 e34cc808533cf76ff0b95d18346b796b4758271b0a61151e80b33eaa0ce34c2d5a9f1c6671d28f377d1563a7979c5784782b9f2f87a3cb615efb129e89865ad3

diff --git a/gui-apps/yambar/yambar-1.7.0.ebuild b/gui-apps/yambar/yambar-1.7.0.ebuild
new file mode 100644
index 000000000..5b1dbd73e
--- /dev/null
+++ b/gui-apps/yambar/yambar-1.7.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ ${PV} != *9999* ]]; then
+	SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+	S="${WORKDIR}/${PN}"
+else
+	inherit git-r3
+	EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
+fi
+
+DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
+HOMEPAGE="https://codeberg.org/dnkl/yambar"
+LICENSE="MIT"
+SLOT="0"
+IUSE="wayland X"
+REQUIRED_USE="|| ( wayland X )"
+
+RDEPEND="
+	>=media-libs/fcft-2.4.0
+	dev-libs/json-c
+	dev-libs/libyaml
+	media-libs/alsa-lib
+	media-libs/libmpdclient
+	virtual/libudev:=
+	x11-libs/pixman
+	wayland? ( dev-libs/wayland )
+	X? (
+		x11-libs/libxcb:0=[xkb]
+		x11-libs/xcb-util
+		x11-libs/xcb-util-cursor
+		x11-libs/xcb-util-wm
+	)
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	app-text/scdoc
+	>=dev-libs/tllist-1.0.1
+	>=dev-util/meson-0.53.0
+	virtual/pkgconfig
+	wayland? (
+		dev-libs/wayland-protocols
+		dev-util/wayland-scanner
+	)
+"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_feature wayland backend-wayland)
+		$(meson_feature X backend-x11)
+		-Dwerror=false
+	)
+	meson_src_configure
+}
+
+src_install() {
+	meson_src_install
+	rm -rf "${D}/usr/share/doc/${PN}"
+}


             reply	other threads:[~2021-09-14  1:07 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-14  1:07 Leonardo H. Neumann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-04  9:16 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/ Daichi Yamamoto
2024-06-06 13:41 Piotr Kubaj
2024-05-14 19:12 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 19:07 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-03-09 16:48 Kayla Thompson
2024-03-09 16:45 Kayla Thompson
2024-01-28 22:50 David Roman
2023-12-31 17:54 Julien Roy
2023-08-30 23:39 Julien Roy
2023-08-30 23:39 Julien Roy
2023-08-30 23:39 Julien Roy
2022-12-19 18:35 Julien Roy
2022-12-17 16:36 Julien Roy
2022-06-15  5:07 Leonardo H. Neumann
2022-02-05 22:31 Leonardo H. Neumann
2021-09-14  1:07 Leonardo H. Neumann
2021-09-14  1:07 Leonardo H. Neumann
2021-07-30  8:52 Andrew Ammerlaan
2021-07-27  3:50 Leonardo H. Neumann

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=1631581633.d8fae4681c595c1b15be06727c5a33eb2a565be9.leonardohn@gentoo \
    --to=leonardohn@null.net \
    --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