From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/sfwbar/
Date: Tue, 14 Mar 2023 06:00:40 +0000 (UTC) [thread overview]
Message-ID: <1678732265.d12f5209aac6ecb9780b1a941daaabc5a436aea4.ceamac@gentoo> (raw)
commit: d12f5209aac6ecb9780b1a941daaabc5a436aea4
Author: Lev Babiev <harley <AT> hosers <DOT> org>
AuthorDate: Mon Mar 13 18:31:05 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Mar 13 18:31:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d12f5209
gui-apps/sfwbar: version bump, remove old
Signed-off-by: Lev Babiev <harley <AT> hosers.org>
gui-apps/sfwbar/Manifest | 3 +--
...r-1.0_beta6.ebuild => sfwbar-1.0_beta10.ebuild} | 20 +++++++++++++---
gui-apps/sfwbar/sfwbar-1.0_beta8.ebuild | 27 ----------------------
3 files changed, 18 insertions(+), 32 deletions(-)
diff --git a/gui-apps/sfwbar/Manifest b/gui-apps/sfwbar/Manifest
index fed9baaff..f9d38989c 100644
--- a/gui-apps/sfwbar/Manifest
+++ b/gui-apps/sfwbar/Manifest
@@ -1,3 +1,2 @@
-DIST sfwbar-1.0_beta6.tar.gz 256121 BLAKE2B b10352c54340c36b03befa4b4f97391d0d688388b626f534d590e71d903f8f80b7aa0b8dd6345b2e72c8a1cc017ff60fc8a312e6473398faa0eebc8788742626 SHA512 fedebc219284ef4cc1188fc6f7c0c11560541ab33d10c22da52213bbba2f3acf9c6d7305d8a08a283b42c7f1928e9bd7b24fba966606745b6d292f7202128324
-DIST sfwbar-1.0_beta8.tar.gz 273381 BLAKE2B a27b3342e9e5116f3f599ab48d99020c16f28f5253453f693ebecebf37b2bc59f6d2db839d3acd282af9f0294c4963ea903ba691079845ca3d3459b31b116e19 SHA512 fa7849bbcb706b5dca56ffd9c560ac93283b02ed0eea7ca8da5cfd217005f976597cd78e5929180abddb59c6bf9f8d76ca506bb8ccddef2e6e737a5760b2bbc0
+DIST sfwbar-1.0_beta10.tar.gz 328768 BLAKE2B 9e3530bdb51de0baa997429dcaa5799db34827ccd412872c8f145ba7aef8a02776146e4a28c251968c8d9643a563201c7aa1ab8fbbbafb290c677526c9dfa5ac SHA512 d3671564a228419bca9a8cfa94939efd4c4455b7b80e7e06de023fb694366a267b012ad8167719cf8863bb1841cfba50b269924c4b23b447089ca587616d613f
DIST sfwbar-1.0_beta9.tar.gz 290432 BLAKE2B 7d83ef6781b0d75c078cc12d9472bae094c428066a47aa000d9bc0ab9beee41f2ce9495a8eee3669e6fc59bf6f615d04b740bdf9548467c581e6fec13424226f SHA512 673c703de28ac3185e96f264a27c038204f9d6a7724a21f813d699f1bb6253da9ede379060d9a1d86217753584ddbcc51beb7401eacdb898862b1400863e2de3
diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta6.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild
similarity index 59%
rename from gui-apps/sfwbar/sfwbar-1.0_beta6.ebuild
rename to gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild
index 60d43643e..a36f0a9d7 100644
--- a/gui-apps/sfwbar/sfwbar-1.0_beta6.ebuild
+++ b/gui-apps/sfwbar/sfwbar-1.0_beta10.ebuild
@@ -1,27 +1,41 @@
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit meson
-DESCRIPTION="Sway Floating Window Bar"
+DESCRIPTION="S* 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=""
+IUSE="+mpd +pulse +net +xkb"
DEPEND="
+ mpd? ( media-libs/libmpdclient )
+ pulse? ( media-libs/libpulse )
+ xkb? ( x11-libs/libxkbcommon )
>=x11-libs/gtk+-3.22.0:3[introspection,wayland]
gui-libs/gtk-layer-shell
dev-libs/json-c
dev-util/wayland-scanner
+ virtual/freedesktop-icon-theme
>=dev-libs/wayland-protocols-1.17
"
RDEPEND="${DEPEND}"
BDEPEND="
virtual/pkgconfig
"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature mpd)
+ $(meson_feature pulse)
+ $(meson_feature net network)
+ )
+
+ meson_src_configure
+}
diff --git a/gui-apps/sfwbar/sfwbar-1.0_beta8.ebuild b/gui-apps/sfwbar/sfwbar-1.0_beta8.ebuild
deleted file mode 100644
index 60d43643e..000000000
--- a/gui-apps/sfwbar/sfwbar-1.0_beta8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-"
next reply other threads:[~2023-03-14 6:00 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-14 6:00 Viorel Munteanu [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-08-12 16:31 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
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=1678732265.d12f5209aac6ecb9780b1a941daaabc5a436aea4.ceamac@gentoo \
--to=ceamac@gentoo.org \
--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