commit:     445a4ba8d200270586bdee5f607ba1f1942f9628
Author:     Lev Babiev <harley <AT> hosers <DOT> org>
AuthorDate: Thu May 11 18:09:07 2023 +0000
Commit:     Lev Babiev <harley <AT> hosers <DOT> org>
CommitDate: Thu May 11 18:09:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=445a4ba8

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_beta11.ebuild | 45 ++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/gui-apps/sfwbar/Manifest b/gui-apps/sfwbar/Manifest
index a4f7ae187..512986b62 100644
--- a/gui-apps/sfwbar/Manifest
+++ b/gui-apps/sfwbar/Manifest
@@ -1 +1,2 @@
 DIST sfwbar-1.0_beta10.tar.gz 328768 BLAKE2B 
9e3530bdb51de0baa997429dcaa5799db34827ccd412872c8f145ba7aef8a02776146e4a28c251968c8d9643a563201c7aa1ab8fbbbafb290c677526c9dfa5ac
 SHA512 
d3671564a228419bca9a8cfa94939efd4c4455b7b80e7e06de023fb694366a267b012ad8167719cf8863bb1841cfba50b269924c4b23b447089ca587616d613f
+DIST sfwbar-1.0_beta11.tar.gz 335292 BLAKE2B 
e4f81db97b73f082fd2d670819dc99b1dcfe15fe70af0a9a6ebc4da333ed33a3db00b6a1c1f9b3c0764a82eb9cb36d08fcabb83b866db7243f0c300a7c7a3842
 SHA512 
390d6018183738a0c3e6321537a3ba8b477a0932b8638115e9617c1f08fefad481c0c7385784178abe0282a2d1318aa288ab5b097da45229823653632d116bb8

diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta11.ebuild 
b/gui-apps/sfwbar/sfwbar-1.0_beta11.ebuild
new file mode 100644
index 000000000..d7d893705
--- /dev/null
+++ b/gui-apps/sfwbar/sfwbar-1.0_beta11.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+DESCRIPTION="S* Floating Window Bar"
+HOMEPAGE="https://github.com/LBCrion/sfwbar";
+SRC_URI="https://github.com/LBCrion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+KEYWORDS="~amd64"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="X mpd pulseaudio"
+
+COMMON_DEPEND="
+       dev-libs/glib:2
+       dev-libs/json-c:=
+       dev-libs/wayland
+       gui-libs/gtk-layer-shell
+       >=x11-libs/gtk+-3.22.0:3[introspection,wayland]
+       X? ( x11-libs/libxkbcommon )
+       mpd? ( media-libs/libmpdclient )
+       pulseaudio? ( media-libs/libpulse[glib] )
+"
+RDEPEND="${COMMON_DEPEND}
+       virtual/freedesktop-icon-theme
+"
+DEPEND="${COMMON_DEPEND}
+       >=dev-libs/wayland-protocols-1.17
+"
+BDEPEND="dev-util/wayland-scanner"
+
+src_configure() {
+       local emesonargs=(
+               $(meson_feature mpd)
+               $(meson_feature pulseaudio pulse)
+               $(meson_feature X xkb)
+               -Dnetwork=enabled
+               -Dbsdctl=disabled
+       )
+
+       meson_src_configure
+}

Reply via email to