Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/sfwbar/
Date: Tue, 24 Aug 2021 19:24:51
Message-Id: 1629828970.738025d94b13ebbca7e7e1cc2a58e8dd05ed2701.andrewammerlaan@gentoo
1 commit: 738025d94b13ebbca7e7e1cc2a58e8dd05ed2701
2 Author: Lev Babiev <harley <AT> hosers <DOT> org>
3 AuthorDate: Tue Aug 24 18:16:10 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 18:16:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=738025d9
7
8 version bump
9
10 Signed-off-by: Lev Babiev <harley <AT> hosers.org>
11
12 gui-apps/sfwbar/sfwbar-0.9.9.3.ebuild | 25 +++++++++++++++++++++++++
13 1 file changed, 25 insertions(+)
14
15 diff --git a/gui-apps/sfwbar/sfwbar-0.9.9.3.ebuild b/gui-apps/sfwbar/sfwbar-0.9.9.3.ebuild
16 new file mode 100644
17 index 000000000..0c44909c7
18 --- /dev/null
19 +++ b/gui-apps/sfwbar/sfwbar-0.9.9.3.ebuild
20 @@ -0,0 +1,25 @@
21 +# Copyright 2020-2021 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=7
25 +
26 +inherit meson
27 +
28 +DESCRIPTION="Sway Floating Window Bar"
29 +HOMEPAGE="https://github.com/LBCrion/sfwbar"
30 +SRC_URI="https://github.com/LBCrion/sfwbar/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 +KEYWORDS="~amd64"
32 +
33 +LICENSE="GPL-2"
34 +SLOT="0"
35 +IUSE=""
36 +
37 +DEPEND="
38 + >=x11-libs/gtk+-3.22.0:3[introspection,wayland]
39 + gui-libs/gtk-layer-shell
40 + dev-libs/libucl
41 +"
42 +RDEPEND="${DEPEND}"
43 +BDEPEND="
44 + virtual/pkgconfig
45 +"