From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/sfwbar/
Date: Sat, 12 Aug 2023 16:31:59 +0000 (UTC) [thread overview]
Message-ID: <1691779824.b778224efd80b033b6739cc6f33af72b8bc7ab64.davidroman@gentoo> (raw)
commit: b778224efd80b033b6739cc6f33af72b8bc7ab64
Author: Lev Babiev <harley <AT> hosers <DOT> org>
AuthorDate: Fri Aug 11 18:50:24 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Fri Aug 11 18:50:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b778224e
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_beta12.ebuild | 46 ++++++++++++++++++++++++++++++++
2 files changed, 47 insertions(+)
diff --git a/gui-apps/sfwbar/Manifest b/gui-apps/sfwbar/Manifest
index 512986b625..b21d9e2bfa 100644
--- a/gui-apps/sfwbar/Manifest
+++ b/gui-apps/sfwbar/Manifest
@@ -1,2 +1,3 @@
DIST sfwbar-1.0_beta10.tar.gz 328768 BLAKE2B 9e3530bdb51de0baa997429dcaa5799db34827ccd412872c8f145ba7aef8a02776146e4a28c251968c8d9643a563201c7aa1ab8fbbbafb290c677526c9dfa5ac SHA512 d3671564a228419bca9a8cfa94939efd4c4455b7b80e7e06de023fb694366a267b012ad8167719cf8863bb1841cfba50b269924c4b23b447089ca587616d613f
DIST sfwbar-1.0_beta11.tar.gz 335292 BLAKE2B e4f81db97b73f082fd2d670819dc99b1dcfe15fe70af0a9a6ebc4da333ed33a3db00b6a1c1f9b3c0764a82eb9cb36d08fcabb83b866db7243f0c300a7c7a3842 SHA512 390d6018183738a0c3e6321537a3ba8b477a0932b8638115e9617c1f08fefad481c0c7385784178abe0282a2d1318aa288ab5b097da45229823653632d116bb8
+DIST sfwbar-1.0_beta12.tar.gz 362373 BLAKE2B b1adda8a85c90d9459c4716c10eac501062476c4a039be7c8a8ebbcbfe63bb984a6869ed43157d24c02103e996d38e0d55e0d4b0df447f6e838a82bb7b725fc8 SHA512 b817ae0a0a77f13c6347ce50308b716ab30d7fc1e7920bf365ef34b332e07736bb4c08ec260195166b3cdc9cbafccabfd656afa7679f539a0a035d12ad519832
diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta12.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta12.ebuild
new file mode 100644
index 0000000000..19229ed2bf
--- /dev/null
+++ b/gui-apps/sfwbar/sfwbar-1.0_beta12.ebuild
@@ -0,0 +1,46 @@
+# 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 alsa"
+
+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] )
+ alsa? ( media-libs/alsa-lib )
+"
+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
+}
next reply other threads:[~2023-08-12 16:32 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-12 16:31 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-09 0:53 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/sfwbar/ David Roman
2024-06-25 9:52 David Roman
2024-06-25 9:52 David Roman
2024-05-02 15:42 David Roman
2023-10-03 9:34 David Roman
2023-10-03 9:34 David Roman
2023-05-12 10:07 Viorel Munteanu
2023-03-29 6:56 Florian Schmaus
2023-03-29 6:56 Florian Schmaus
2023-03-16 8:41 Florian Schmaus
2023-03-14 6:00 Viorel Munteanu
2022-08-07 9:13 Haelwenn Monnier
2022-02-07 20:35 Arthur Zamarin
2022-02-07 20:35 Arthur Zamarin
2022-01-23 8:17 Florian Schmaus
2022-01-23 8:17 Florian Schmaus
2021-09-20 9:17 Andrew Ammerlaan
2021-09-20 9:17 Andrew Ammerlaan
2021-08-24 19:24 Andrew Ammerlaan
2021-05-25 23:07 Haelwenn Monnier
2021-05-17 19:11 Andrew Ammerlaan
2021-03-25 14:08 Andrew Ammerlaan
2021-01-23 11:49 Michał Górny
2021-01-23 11:49 Michał Górny
2021-01-23 11:49 Michał Górny
2021-01-02 12:13 Andrew Ammerlaan
2021-01-02 12:13 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-01-02 12:13 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-01-01 13:14 Andrew Ammerlaan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1691779824.b778224efd80b033b6739cc6f33af72b8bc7ab64.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox