mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-19 15:59:00 -04:00
gui-apps/sfwbar: version bump
Signed-off-by: Lev Babiev <harley@hosers.org>
This commit is contained in:
parent
393258d780
commit
3aa1772d2a
@ -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
|
||||
|
26
gui-apps/sfwbar/sfwbar-1.0_beta4.ebuild
Normal file
26
gui-apps/sfwbar/sfwbar-1.0_beta4.ebuild
Normal file
@ -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
|
||||
"
|
Loading…
x
Reference in New Issue
Block a user