gui-apps/sfwbar: version bump

Signed-off-by: Lev Babiev <harley@hosers.org>
This commit is contained in:
Lev Babiev
2022-08-03 08:17:18 +01:00
parent aa7d5f0433
commit b3ac67d743
2 changed files with 28 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
DIST sfwbar-1.0_beta4.tar.gz 249977 BLAKE2B 8f92e9eb323f9e12baabc00648d7e192e37d78cb6019334a3f61f5350cd084cf0f70312c24a60f40f068fcddee996bd678f13ddf3fd3c5e35c35fa680f6bc06e SHA512 e86ba30d863d4899be0c7acfb3be9f32f8b9710483138e1757dcabd63219a342152755bb3efc6875694d520aa819196e5150858217c971953837d46e8d55c9e0
DIST sfwbar-1.0_beta6.tar.gz 256121 BLAKE2B b10352c54340c36b03befa4b4f97391d0d688388b626f534d590e71d903f8f80b7aa0b8dd6345b2e72c8a1cc017ff60fc8a312e6473398faa0eebc8788742626 SHA512 fedebc219284ef4cc1188fc6f7c0c11560541ab33d10c22da52213bbba2f3acf9c6d7305d8a08a283b42c7f1928e9bd7b24fba966606745b6d292f7202128324
DIST sfwbar-1.0_beta8.tar.gz 273381 BLAKE2B a27b3342e9e5116f3f599ab48d99020c16f28f5253453f693ebecebf37b2bc59f6d2db839d3acd282af9f0294c4963ea903ba691079845ca3d3459b31b116e19 SHA512 fa7849bbcb706b5dca56ffd9c560ac93283b02ed0eea7ca8da5cfd217005f976597cd78e5929180abddb59c6bf9f8d76ca506bb8ccddef2e6e737a5760b2bbc0

View File

@@ -0,0 +1,27 @@
# 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-3"
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
>=dev-libs/wayland-protocols-1.17
"
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
"