commit:     3aa1772d2a1d4fc61c2f2d309a91a599cd234410
Author:     Lev Babiev <harley <AT> hosers <DOT> org>
AuthorDate: Sun Feb  6 16:52:32 2022 +0000
Commit:     Lev Babiev <harley <AT> hosers <DOT> org>
CommitDate: Sun Feb  6 16:52:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3aa1772d

gui-apps/sfwbar: version bump

Signed-off-by: Lev Babiev <harley <AT> hosers.org>

 gui-apps/sfwbar/Manifest                |  1 +
 gui-apps/sfwbar/sfwbar-1.0_beta4.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/gui-apps/sfwbar/Manifest b/gui-apps/sfwbar/Manifest
index 15e4b4dd6..81357f34b 100644
--- a/gui-apps/sfwbar/Manifest
+++ b/gui-apps/sfwbar/Manifest
@@ -1,2 +1,3 @@
 DIST sfwbar-1.0_beta2.tar.gz 194345 BLAKE2B 
d34f0609a403daa2a995500adf9443aeed98e399d43ecfd0819cf0e34845e2376db114efe2e7ee31bef4958c2951427916b4b82013a8c654db49cb1b2dc14468
 SHA512 
a69bd9bcd763096d2ee9c46a0f13fc578b0671aea04027dd3fb6d41385a8e6fc57a06ff63068634b28128bac8e5355e543303be1da59d4b1adc2b5fadc5c8f63
 DIST sfwbar-1.0_beta3.tar.gz 220599 BLAKE2B 
4cc44c659c63d90a7485387d4972e65bc08256d5a6d140c74fe768e3f174c6bb4aba88602c34c44b816f33790cbcb6df13f750c741f64ca26a2d783be220fd32
 SHA512 
7b26941f003eefae169ea5a183a06387aff8f2b4018f16e6472dddd5e38661e257f1d2a0447b82b44af09afc6b99af34893cb82524e536d70891918ac1699d76
+DIST sfwbar-1.0_beta4.tar.gz 249977 BLAKE2B 
8f92e9eb323f9e12baabc00648d7e192e37d78cb6019334a3f61f5350cd084cf0f70312c24a60f40f068fcddee996bd678f13ddf3fd3c5e35c35fa680f6bc06e
 SHA512 
e86ba30d863d4899be0c7acfb3be9f32f8b9710483138e1757dcabd63219a342152755bb3efc6875694d520aa819196e5150858217c971953837d46e8d55c9e0

diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta4.ebuild 
b/gui-apps/sfwbar/sfwbar-1.0_beta4.ebuild
new file mode 100644
index 000000000..5e69582aa
--- /dev/null
+++ b/gui-apps/sfwbar/sfwbar-1.0_beta4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Sway Floating Window Bar"
+HOMEPAGE="https://github.com/LBCrion/sfwbar";
+SRC_URI="https://github.com/LBCrion/sfwbar/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+KEYWORDS="~amd64"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+       >=x11-libs/gtk+-3.22.0:3[introspection,wayland]
+       gui-libs/gtk-layer-shell
+       dev-libs/json-c
+       dev-util/wayland-scanner
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+       virtual/pkgconfig
+"

Reply via email to