* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2021-07-27 3:50 Leonardo H. Neumann
0 siblings, 0 replies; 20+ messages in thread
From: Leonardo H. Neumann @ 2021-07-27 3:50 UTC (permalink / raw
To: gentoo-commits
commit: 5e71bab4ab8d4bbc68caef502829843baf97e0d0
Author: Leonardo H. Neumann <leonardohn <AT> null <DOT> net>
AuthorDate: Tue Jul 27 03:43:00 2021 +0000
Commit: Leonardo H. Neumann <leonardohn <AT> null <DOT> net>
CommitDate: Tue Jul 27 03:48:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e71bab4
gui-apps/yambar: new package (1.6.2)
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Leonardo H. Neumann <leonardohn <AT> null.net>
gui-apps/yambar/Manifest | 1 +
gui-apps/yambar/metadata.xml | 18 ++++++++++
gui-apps/yambar/yambar-1.6.2.ebuild | 65 +++++++++++++++++++++++++++++++++++++
gui-apps/yambar/yambar-9999.ebuild | 65 +++++++++++++++++++++++++++++++++++++
4 files changed, 149 insertions(+)
diff --git a/gui-apps/yambar/Manifest b/gui-apps/yambar/Manifest
new file mode 100644
index 000000000..ef709545a
--- /dev/null
+++ b/gui-apps/yambar/Manifest
@@ -0,0 +1 @@
+DIST yambar-1.6.2.tar.gz 135455 BLAKE2B 71d5b584bf04a7212ac84d8e0d8cb71c1abd7c7548c5ec998aff480d76afbd09825b059fe642edd4dd2537af6a5b811bd333a45bfa53f6a3a814a2be95eb58b4 SHA512 64a5e983be6dc99feb2f39d06fe265163c3b8f3f23f33a58c386891b63a9c915816cbde22d031473e700e839522c86c53b06f0cce1a57ebdab8ed6aeebe627e1
diff --git a/gui-apps/yambar/metadata.xml b/gui-apps/yambar/metadata.xml
new file mode 100644
index 000000000..f30b9742f
--- /dev/null
+++ b/gui-apps/yambar/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>leonardohn@null.net</email>
+ <name>Leonardo H. Neumann</name>
+ </maintainer>
+ <longdescription lang="en">
+ Simplistic and highly configurable status panel for X and Wayland
+ </longdescription>
+ <use>
+ <flag name="lto">Build with Link Time Optimization (LTO)</flag>
+ </use>
+ <upstream>
+ <bugs-to>https://codeberg.org/dnkl/yambar/issues</bugs-to>
+ <changelog>https://codeberg.org/dnkl/yambar/releases</changelog>
+ </upstream>
+</pkgmetadata>
diff --git a/gui-apps/yambar/yambar-1.6.2.ebuild b/gui-apps/yambar/yambar-1.6.2.ebuild
new file mode 100644
index 000000000..1f4199e17
--- /dev/null
+++ b/gui-apps/yambar/yambar-1.6.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}"
+else
+ inherit git-r3
+ EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
+fi
+
+DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
+HOMEPAGE="https://codeberg.org/dnkl/yambar"
+LICENSE="MIT"
+SLOT="0"
+IUSE="lto wayland X"
+REQUIRED_USE="|| ( wayland X )"
+
+RDEPEND="
+ >=media-libs/fcft-2.4.0
+ dev-libs/json-c
+ dev-libs/libyaml
+ media-libs/alsa-lib
+ media-libs/libmpdclient
+ virtual/libudev:=
+ x11-libs/pixman
+ wayland? ( dev-libs/wayland )
+ X? (
+ x11-libs/libxcb:0=[xkb]
+ x11-libs/xcb-util
+ x11-libs/xcb-util-cursor
+ x11-libs/xcb-util-wm
+ )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ app-text/scdoc
+ >=dev-libs/tllist-1.0.1
+ >=dev-util/meson-0.53.0
+ virtual/pkgconfig
+ wayland? (
+ dev-libs/wayland-protocols
+ dev-util/wayland-scanner
+ )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature wayland backend-wayland)
+ $(meson_feature X backend-x11)
+ $(meson_use lto b_lto)
+ -Dwerror=false
+ )
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+ rm -rf "${D}/usr/share/doc/${PN}"
+}
diff --git a/gui-apps/yambar/yambar-9999.ebuild b/gui-apps/yambar/yambar-9999.ebuild
new file mode 100644
index 000000000..1f4199e17
--- /dev/null
+++ b/gui-apps/yambar/yambar-9999.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}"
+else
+ inherit git-r3
+ EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
+fi
+
+DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
+HOMEPAGE="https://codeberg.org/dnkl/yambar"
+LICENSE="MIT"
+SLOT="0"
+IUSE="lto wayland X"
+REQUIRED_USE="|| ( wayland X )"
+
+RDEPEND="
+ >=media-libs/fcft-2.4.0
+ dev-libs/json-c
+ dev-libs/libyaml
+ media-libs/alsa-lib
+ media-libs/libmpdclient
+ virtual/libudev:=
+ x11-libs/pixman
+ wayland? ( dev-libs/wayland )
+ X? (
+ x11-libs/libxcb:0=[xkb]
+ x11-libs/xcb-util
+ x11-libs/xcb-util-cursor
+ x11-libs/xcb-util-wm
+ )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ app-text/scdoc
+ >=dev-libs/tllist-1.0.1
+ >=dev-util/meson-0.53.0
+ virtual/pkgconfig
+ wayland? (
+ dev-libs/wayland-protocols
+ dev-util/wayland-scanner
+ )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature wayland backend-wayland)
+ $(meson_feature X backend-x11)
+ $(meson_use lto b_lto)
+ -Dwerror=false
+ )
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+ rm -rf "${D}/usr/share/doc/${PN}"
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2021-07-30 8:52 Andrew Ammerlaan
2021-07-30 9:11 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
0 siblings, 1 reply; 20+ messages in thread
From: Andrew Ammerlaan @ 2021-07-30 8:52 UTC (permalink / raw
To: gentoo-commits
commit: 52a6c46daf301252486a46a5ff865266092c55b2
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 08:52:14 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 08:52:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52a6c46d
gui-apps/yambar: drop RedundantLongDescription
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
gui-apps/yambar/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gui-apps/yambar/metadata.xml b/gui-apps/yambar/metadata.xml
index f30b9742f..1ce6eb5e8 100644
--- a/gui-apps/yambar/metadata.xml
+++ b/gui-apps/yambar/metadata.xml
@@ -5,9 +5,6 @@
<email>leonardohn@null.net</email>
<name>Leonardo H. Neumann</name>
</maintainer>
- <longdescription lang="en">
- Simplistic and highly configurable status panel for X and Wayland
- </longdescription>
<use>
<flag name="lto">Build with Link Time Optimization (LTO)</flag>
</use>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: gui-apps/yambar/
2021-07-30 8:52 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/ Andrew Ammerlaan
@ 2021-07-30 9:11 ` Andrew Ammerlaan
0 siblings, 0 replies; 20+ messages in thread
From: Andrew Ammerlaan @ 2021-07-30 9:11 UTC (permalink / raw
To: gentoo-commits
commit: 52a6c46daf301252486a46a5ff865266092c55b2
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 08:52:14 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 08:52:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=52a6c46d
gui-apps/yambar: drop RedundantLongDescription
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
gui-apps/yambar/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gui-apps/yambar/metadata.xml b/gui-apps/yambar/metadata.xml
index f30b9742f..1ce6eb5e8 100644
--- a/gui-apps/yambar/metadata.xml
+++ b/gui-apps/yambar/metadata.xml
@@ -5,9 +5,6 @@
<email>leonardohn@null.net</email>
<name>Leonardo H. Neumann</name>
</maintainer>
- <longdescription lang="en">
- Simplistic and highly configurable status panel for X and Wayland
- </longdescription>
<use>
<flag name="lto">Build with Link Time Optimization (LTO)</flag>
</use>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2021-09-14 1:07 Leonardo H. Neumann
0 siblings, 0 replies; 20+ messages in thread
From: Leonardo H. Neumann @ 2021-09-14 1:07 UTC (permalink / raw
To: gentoo-commits
commit: c9b84dd2a611c0f21573633707fcea9c680bc41e
Author: Leonardo Neumann <leonardo <AT> neumann <DOT> dev <DOT> br>
AuthorDate: Tue Sep 14 01:04:05 2021 +0000
Commit: Leonardo H. Neumann <leonardohn <AT> null <DOT> net>
CommitDate: Tue Sep 14 01:04:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c9b84dd2
gui-apps/yambar: update maintainer info
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Leonardo Neumann <leonardo <AT> neumann.dev.br>
gui-apps/yambar/metadata.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-apps/yambar/metadata.xml b/gui-apps/yambar/metadata.xml
index ef06f3bcb..48e360af7 100644
--- a/gui-apps/yambar/metadata.xml
+++ b/gui-apps/yambar/metadata.xml
@@ -2,8 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
- <email>leonardohn@null.net</email>
- <name>Leonardo H. Neumann</name>
+ <email>leonardo@neumann.dev.br</email>
+ <name>Leonardo Neumann</name>
</maintainer>
<upstream>
<bugs-to>https://codeberg.org/dnkl/yambar/issues</bugs-to>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2021-09-14 1:07 Leonardo H. Neumann
0 siblings, 0 replies; 20+ messages in thread
From: Leonardo H. Neumann @ 2021-09-14 1:07 UTC (permalink / raw
To: gentoo-commits
commit: d8fae4681c595c1b15be06727c5a33eb2a565be9
Author: Leonardo Neumann <leonardo <AT> neumann <DOT> dev <DOT> br>
AuthorDate: Tue Sep 14 01:07:13 2021 +0000
Commit: Leonardo H. Neumann <leonardohn <AT> null <DOT> net>
CommitDate: Tue Sep 14 01:07:13 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8fae468
gui-apps/yambar: add 1.7.0
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Leonardo Neumann <leonardo <AT> neumann.dev.br>
gui-apps/yambar/Manifest | 1 +
gui-apps/yambar/yambar-1.7.0.ebuild | 64 +++++++++++++++++++++++++++++++++++++
2 files changed, 65 insertions(+)
diff --git a/gui-apps/yambar/Manifest b/gui-apps/yambar/Manifest
index ef709545a..96659f8ce 100644
--- a/gui-apps/yambar/Manifest
+++ b/gui-apps/yambar/Manifest
@@ -1 +1,2 @@
DIST yambar-1.6.2.tar.gz 135455 BLAKE2B 71d5b584bf04a7212ac84d8e0d8cb71c1abd7c7548c5ec998aff480d76afbd09825b059fe642edd4dd2537af6a5b811bd333a45bfa53f6a3a814a2be95eb58b4 SHA512 64a5e983be6dc99feb2f39d06fe265163c3b8f3f23f33a58c386891b63a9c915816cbde22d031473e700e839522c86c53b06f0cce1a57ebdab8ed6aeebe627e1
+DIST yambar-1.7.0.tar.gz 148762 BLAKE2B a394b588bb1a8c64e149f8f39d6a8056d139cb3518fc15c87db0da7ead9c96ce5d7b9d764a617c4626d9fa574edbda2c0e1e2b11b07741241188c5cd282d5643 SHA512 e34cc808533cf76ff0b95d18346b796b4758271b0a61151e80b33eaa0ce34c2d5a9f1c6671d28f377d1563a7979c5784782b9f2f87a3cb615efb129e89865ad3
diff --git a/gui-apps/yambar/yambar-1.7.0.ebuild b/gui-apps/yambar/yambar-1.7.0.ebuild
new file mode 100644
index 000000000..5b1dbd73e
--- /dev/null
+++ b/gui-apps/yambar/yambar-1.7.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}"
+else
+ inherit git-r3
+ EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
+fi
+
+DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
+HOMEPAGE="https://codeberg.org/dnkl/yambar"
+LICENSE="MIT"
+SLOT="0"
+IUSE="wayland X"
+REQUIRED_USE="|| ( wayland X )"
+
+RDEPEND="
+ >=media-libs/fcft-2.4.0
+ dev-libs/json-c
+ dev-libs/libyaml
+ media-libs/alsa-lib
+ media-libs/libmpdclient
+ virtual/libudev:=
+ x11-libs/pixman
+ wayland? ( dev-libs/wayland )
+ X? (
+ x11-libs/libxcb:0=[xkb]
+ x11-libs/xcb-util
+ x11-libs/xcb-util-cursor
+ x11-libs/xcb-util-wm
+ )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ app-text/scdoc
+ >=dev-libs/tllist-1.0.1
+ >=dev-util/meson-0.53.0
+ virtual/pkgconfig
+ wayland? (
+ dev-libs/wayland-protocols
+ dev-util/wayland-scanner
+ )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature wayland backend-wayland)
+ $(meson_feature X backend-x11)
+ -Dwerror=false
+ )
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+ rm -rf "${D}/usr/share/doc/${PN}"
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2021-09-14 1:07 Leonardo H. Neumann
0 siblings, 0 replies; 20+ messages in thread
From: Leonardo H. Neumann @ 2021-09-14 1:07 UTC (permalink / raw
To: gentoo-commits
commit: b9f9ea203f254f3653eb34f35ae5728aa8b0a5d6
Author: Leonardo Neumann <leonardo <AT> neumann <DOT> dev <DOT> br>
AuthorDate: Tue Sep 14 01:03:05 2021 +0000
Commit: Leonardo H. Neumann <leonardohn <AT> null <DOT> net>
CommitDate: Tue Sep 14 01:03:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b9f9ea20
gui-apps/yambar: remove lto useflag
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Leonardo Neumann <leonardo <AT> neumann.dev.br>
gui-apps/yambar/metadata.xml | 3 ---
gui-apps/yambar/yambar-1.6.2.ebuild | 3 +--
gui-apps/yambar/yambar-9999.ebuild | 3 +--
3 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/gui-apps/yambar/metadata.xml b/gui-apps/yambar/metadata.xml
index 1ce6eb5e8..ef06f3bcb 100644
--- a/gui-apps/yambar/metadata.xml
+++ b/gui-apps/yambar/metadata.xml
@@ -5,9 +5,6 @@
<email>leonardohn@null.net</email>
<name>Leonardo H. Neumann</name>
</maintainer>
- <use>
- <flag name="lto">Build with Link Time Optimization (LTO)</flag>
- </use>
<upstream>
<bugs-to>https://codeberg.org/dnkl/yambar/issues</bugs-to>
<changelog>https://codeberg.org/dnkl/yambar/releases</changelog>
diff --git a/gui-apps/yambar/yambar-1.6.2.ebuild b/gui-apps/yambar/yambar-1.6.2.ebuild
index 1f4199e17..5b1dbd73e 100644
--- a/gui-apps/yambar/yambar-1.6.2.ebuild
+++ b/gui-apps/yambar/yambar-1.6.2.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
HOMEPAGE="https://codeberg.org/dnkl/yambar"
LICENSE="MIT"
SLOT="0"
-IUSE="lto wayland X"
+IUSE="wayland X"
REQUIRED_USE="|| ( wayland X )"
RDEPEND="
@@ -53,7 +53,6 @@ src_configure() {
local emesonargs=(
$(meson_feature wayland backend-wayland)
$(meson_feature X backend-x11)
- $(meson_use lto b_lto)
-Dwerror=false
)
meson_src_configure
diff --git a/gui-apps/yambar/yambar-9999.ebuild b/gui-apps/yambar/yambar-9999.ebuild
index 1f4199e17..5b1dbd73e 100644
--- a/gui-apps/yambar/yambar-9999.ebuild
+++ b/gui-apps/yambar/yambar-9999.ebuild
@@ -18,7 +18,7 @@ DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
HOMEPAGE="https://codeberg.org/dnkl/yambar"
LICENSE="MIT"
SLOT="0"
-IUSE="lto wayland X"
+IUSE="wayland X"
REQUIRED_USE="|| ( wayland X )"
RDEPEND="
@@ -53,7 +53,6 @@ src_configure() {
local emesonargs=(
$(meson_feature wayland backend-wayland)
$(meson_feature X backend-x11)
- $(meson_use lto b_lto)
-Dwerror=false
)
meson_src_configure
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2022-02-05 22:31 Leonardo H. Neumann
0 siblings, 0 replies; 20+ messages in thread
From: Leonardo H. Neumann @ 2022-02-05 22:31 UTC (permalink / raw
To: gentoo-commits
commit: b180e00024bcc2a4852f9b5ca16d862b23cc3ebc
Author: Leonardo Neumann <leonardo <AT> neumann <DOT> dev <DOT> br>
AuthorDate: Sat Feb 5 22:31:24 2022 +0000
Commit: Leonardo H. Neumann <leonardohn <AT> null <DOT> net>
CommitDate: Sat Feb 5 22:31:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b180e000
gui-apps/yambar: add 1.8.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Leonardo Neumann <leonardo <AT> neumann.dev.br>
gui-apps/yambar/Manifest | 1 +
gui-apps/yambar/yambar-1.8.0.ebuild | 64 +++++++++++++++++++++++++++++++++++++
2 files changed, 65 insertions(+)
diff --git a/gui-apps/yambar/Manifest b/gui-apps/yambar/Manifest
index 96659f8ce..6b53d51c9 100644
--- a/gui-apps/yambar/Manifest
+++ b/gui-apps/yambar/Manifest
@@ -1,2 +1,3 @@
DIST yambar-1.6.2.tar.gz 135455 BLAKE2B 71d5b584bf04a7212ac84d8e0d8cb71c1abd7c7548c5ec998aff480d76afbd09825b059fe642edd4dd2537af6a5b811bd333a45bfa53f6a3a814a2be95eb58b4 SHA512 64a5e983be6dc99feb2f39d06fe265163c3b8f3f23f33a58c386891b63a9c915816cbde22d031473e700e839522c86c53b06f0cce1a57ebdab8ed6aeebe627e1
DIST yambar-1.7.0.tar.gz 148762 BLAKE2B a394b588bb1a8c64e149f8f39d6a8056d139cb3518fc15c87db0da7ead9c96ce5d7b9d764a617c4626d9fa574edbda2c0e1e2b11b07741241188c5cd282d5643 SHA512 e34cc808533cf76ff0b95d18346b796b4758271b0a61151e80b33eaa0ce34c2d5a9f1c6671d28f377d1563a7979c5784782b9f2f87a3cb615efb129e89865ad3
+DIST yambar-1.8.0.tar.gz 157936 BLAKE2B d9fc01d71c89550c59b470f9bd3de27e44cc5d64f2103f8803c9c2b25c51b5240f54c41041c126df2b606ae011d9fca974723cafb45670eae70ef20bb3f765b6 SHA512 db2c3669162923b4ca2b1f13f50d203de2a0eb6963e6d2bfe8b03e41c7cb4ad9acf6607eef08b6da837c901374c89affb915aa44f2bc2e0eb4694ad91ae66a67
diff --git a/gui-apps/yambar/yambar-1.8.0.ebuild b/gui-apps/yambar/yambar-1.8.0.ebuild
new file mode 100644
index 000000000..b624cdc48
--- /dev/null
+++ b/gui-apps/yambar/yambar-1.8.0.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64"
+ S="${WORKDIR}/${PN}"
+else
+ inherit git-r3
+ EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
+fi
+
+DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
+HOMEPAGE="https://codeberg.org/dnkl/yambar"
+LICENSE="MIT"
+SLOT="0"
+IUSE="wayland X"
+REQUIRED_USE="|| ( wayland X )"
+
+RDEPEND="
+ =media-libs/fcft-3.0*
+ dev-libs/json-c
+ dev-libs/libyaml
+ media-libs/alsa-lib
+ media-libs/libmpdclient
+ virtual/libudev:=
+ x11-libs/pixman
+ wayland? ( dev-libs/wayland )
+ X? (
+ x11-libs/libxcb:0=[xkb]
+ x11-libs/xcb-util
+ x11-libs/xcb-util-cursor
+ x11-libs/xcb-util-wm
+ )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ app-text/scdoc
+ >=dev-libs/tllist-1.0.1
+ >=dev-util/meson-0.53.0
+ virtual/pkgconfig
+ wayland? (
+ dev-libs/wayland-protocols
+ dev-util/wayland-scanner
+ )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature wayland backend-wayland)
+ $(meson_feature X backend-x11)
+ -Dwerror=false
+ )
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+ rm -rf "${D}/usr/share/doc/${PN}"
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2022-06-15 5:07 Leonardo H. Neumann
0 siblings, 0 replies; 20+ messages in thread
From: Leonardo H. Neumann @ 2022-06-15 5:07 UTC (permalink / raw
To: gentoo-commits
commit: ebc69fe647d480cfa6a7819a8326c44d7f1b1057
Author: Leonardo Neumann <leonardo <AT> neumann <DOT> dev <DOT> br>
AuthorDate: Wed Jun 15 05:07:18 2022 +0000
Commit: Leonardo H. Neumann <leonardohn <AT> null <DOT> net>
CommitDate: Wed Jun 15 05:07:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ebc69fe6
gui-apps/yambar: fix fcft dependency version
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Leonardo Neumann <leonardo <AT> neumann.dev.br>
gui-apps/yambar/yambar-1.8.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/yambar/yambar-1.8.0.ebuild b/gui-apps/yambar/yambar-1.8.0.ebuild
index b624cdc48..702e4068c 100644
--- a/gui-apps/yambar/yambar-1.8.0.ebuild
+++ b/gui-apps/yambar/yambar-1.8.0.ebuild
@@ -22,7 +22,7 @@ IUSE="wayland X"
REQUIRED_USE="|| ( wayland X )"
RDEPEND="
- =media-libs/fcft-3.0*
+ =media-libs/fcft-3*
dev-libs/json-c
dev-libs/libyaml
media-libs/alsa-lib
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2022-12-17 16:36 Julien Roy
0 siblings, 0 replies; 20+ messages in thread
From: Julien Roy @ 2022-12-17 16:36 UTC (permalink / raw
To: gentoo-commits
commit: accb19bd979280ad401abda9b736cfd407f9507e
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Dec 17 16:36:20 2022 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Dec 17 16:36:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=accb19bd
gui-apps/yambar: Add 1.9.0; update -9999
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-apps/yambar/Manifest | 1 +
gui-apps/yambar/metadata.xml | 28 ++++++++++
gui-apps/yambar/yambar-1.9.0.ebuild | 107 ++++++++++++++++++++++++++++++++++++
gui-apps/yambar/yambar-9999.ebuild | 57 +++++++++++++++----
4 files changed, 183 insertions(+), 10 deletions(-)
diff --git a/gui-apps/yambar/Manifest b/gui-apps/yambar/Manifest
index 6b53d51c9..3f49a14ed 100644
--- a/gui-apps/yambar/Manifest
+++ b/gui-apps/yambar/Manifest
@@ -1,3 +1,4 @@
DIST yambar-1.6.2.tar.gz 135455 BLAKE2B 71d5b584bf04a7212ac84d8e0d8cb71c1abd7c7548c5ec998aff480d76afbd09825b059fe642edd4dd2537af6a5b811bd333a45bfa53f6a3a814a2be95eb58b4 SHA512 64a5e983be6dc99feb2f39d06fe265163c3b8f3f23f33a58c386891b63a9c915816cbde22d031473e700e839522c86c53b06f0cce1a57ebdab8ed6aeebe627e1
DIST yambar-1.7.0.tar.gz 148762 BLAKE2B a394b588bb1a8c64e149f8f39d6a8056d139cb3518fc15c87db0da7ead9c96ce5d7b9d764a617c4626d9fa574edbda2c0e1e2b11b07741241188c5cd282d5643 SHA512 e34cc808533cf76ff0b95d18346b796b4758271b0a61151e80b33eaa0ce34c2d5a9f1c6671d28f377d1563a7979c5784782b9f2f87a3cb615efb129e89865ad3
DIST yambar-1.8.0.tar.gz 157936 BLAKE2B d9fc01d71c89550c59b470f9bd3de27e44cc5d64f2103f8803c9c2b25c51b5240f54c41041c126df2b606ae011d9fca974723cafb45670eae70ef20bb3f765b6 SHA512 db2c3669162923b4ca2b1f13f50d203de2a0eb6963e6d2bfe8b03e41c7cb4ad9acf6607eef08b6da837c901374c89affb915aa44f2bc2e0eb4694ad91ae66a67
+DIST yambar-1.9.0.tar.gz 186338 BLAKE2B 9fd043aab241c75e84bcdffcfed51bd24d3a687ff80f4b44517168fc46a33934467fd8bf7a315076e15fc74e157f3bccf703ae2fd32ed969082c383570b0f3bd SHA512 de1acf1e738b33e2e0ee1dba497b5b84137028551827c38eee67fdc5bfb688f2037a52ccac7f5fb56ffeed7382e4cd670fd0b564c7f532f21a85724640c8004b
diff --git a/gui-apps/yambar/metadata.xml b/gui-apps/yambar/metadata.xml
index 48e360af7..8a88bd9d2 100644
--- a/gui-apps/yambar/metadata.xml
+++ b/gui-apps/yambar/metadata.xml
@@ -5,8 +5,36 @@
<email>leonardo@neumann.dev.br</email>
<name>Leonardo Neumann</name>
</maintainer>
+ <maintainer type="person">
+ <email>julien@jroy.ca</email>
+ <name>Julien Roy</name>
+ </maintainer>
<upstream>
<bugs-to>https://codeberg.org/dnkl/yambar/issues</bugs-to>
<changelog>https://codeberg.org/dnkl/yambar/releases</changelog>
</upstream>
+ <use>
+ <flag name="core">Compiles modules, particles and decorations as shared libraries, which are loaded on-demand</flag>
+ <flag name="alsa">ALSA support</flag>
+ <flag name="backlight">Backlight support</flag>
+ <flag name="battery">Battery support</flag>
+ <flag name="clock">Clock support</flag>
+ <flag name="cpu">CPU monitoring support</flag>
+ <flag name="disk-io">Disk I/O support</flag>
+ <flag name="dwl">DWL (dwm for wayland) support</flag>
+ <flag name="foreign-toplevel">Foreign toplevel (window tracking for Wayland) support</flag>
+ <flag name="memory">Memory monitoring support</flag>
+ <flag name="mpd">Music Player Daemon (MPD) support</flag>
+ <flag name="i3">i3+Sway support</flag>
+ <flag name="label">Label support</flag>
+ <flag name="network">Network monitoring support</flag>
+ <flag name="pipewire">Pipewire support</flag>
+ <flag name="pulseaudio">PulseAudio support</flag>
+ <flag name="removables">Removables (USB sticks, CD-ROM etc) monitoring support</flag>
+ <flag name="river">River support</flag>
+ <flag name="script">Script support</flag>
+ <flag name="sway-xkb">keyboard support for Sway</flag>
+ <flag name="xkb">keyboard support for X11</flag>
+ <flag name="xwindow">XWindow (window tracking for X11) support</flag>
+ </use>
</pkgmetadata>
diff --git a/gui-apps/yambar/yambar-1.9.0.ebuild b/gui-apps/yambar/yambar-1.9.0.ebuild
new file mode 100644
index 000000000..9c6878e02
--- /dev/null
+++ b/gui-apps/yambar/yambar-1.9.0.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}"
+else
+ inherit git-r3
+ EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
+fi
+
+DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
+HOMEPAGE="https://codeberg.org/dnkl/yambar"
+LICENSE="MIT"
+SLOT="0"
+IUSE="core +alsa +backlight +battery +clock +cpu +disk-io +dwl +foreign-toplevel +memory +mpd +i3 +label +network +pipewire +pulseaudio +removables +river +script sway-xkb wayland X xkb xwindow"
+REQUIRED_USE="
+ || ( wayland X )
+ sway-xkb? ( wayland )
+ xkb? ( X )
+ xwindow? ( X )
+ || ( alsa backlight )
+"
+# For some reason, if building CPU, memory or pipewire modules
+# the build will fail if the alsa or backlight modules aren't present
+# See https://codeberg.org/dnkl/yambar/issues/239
+
+RDEPEND="
+ >=media-libs/fcft-2.4.0
+ dev-libs/libyaml
+ alsa? ( media-libs/alsa-lib )
+ backlight? ( virtual/libudev:= )
+ battery? ( virtual/libudev:= )
+ mpd? ( media-libs/libmpdclient )
+ pipewire? (
+ dev-libs/json-c
+ media-video/pipewire
+ )
+ pulseaudio? ( media-libs/libpulse )
+ removables? ( virtual/libudev:= )
+ sway-xkb? ( dev-libs/json-c )
+ x11-libs/pixman
+ X? (
+ x11-libs/libxcb:0=[xkb]
+ x11-libs/xcb-util
+ x11-libs/xcb-util-cursor
+ x11-libs/xcb-util-wm
+ )
+ wayland? ( dev-libs/wayland )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ app-text/scdoc
+ >=dev-libs/tllist-1.0.1
+ >=dev-util/meson-0.53.0
+ virtual/pkgconfig
+ wayland? (
+ dev-libs/wayland-protocols
+ dev-util/wayland-scanner
+ )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature wayland backend-wayland)
+ $(meson_feature X backend-x11)
+ $(meson_use core core-plugins-as-shared-libraries)
+ $(meson_feature alsa plugin-alsa)
+ $(meson_feature backlight plugin-backlight)
+ $(meson_feature battery plugin-battery)
+ $(meson_feature clock plugin-clock)
+ $(meson_feature cpu plugin-cpu)
+ $(meson_feature disk-io plugin-disk-io)
+ $(meson_feature dwl plugin-dwl)
+ $(meson_feature foreign-toplevel plugin-foreign-toplevel)
+ $(meson_feature memory plugin-mem)
+ $(meson_feature mpd plugin-mpd)
+ $(meson_feature i3 plugin-i3)
+ $(meson_feature label plugin-label)
+ $(meson_feature network plugin-network)
+ $(meson_feature pipewire plugin-pipewire)
+ $(meson_feature pulseaudio plugin-pulse)
+ $(meson_feature removables plugin-removables)
+ $(meson_feature river plugin-river)
+ $(meson_feature script plugin-script)
+ $(meson_feature sway-xkb plugin-sway-xkb)
+ $(meson_feature xkb plugin-xkb)
+ $(meson_feature xwindow plugin-xwindow)
+ -Dwerror=false
+ )
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+ rm -rf "${D}/usr/share/doc/${PN}"
+}
+
+pkg_postinst() {
+ ewarn "Warning: if you are upgrading from 1.8.0, please note that there are breaking changes that might affect your config.yml file."
+ ewarn "See the changelog for more information"
+ ewarn "https://codeberg.org/dnkl/yambar/releases/tag/1.9.0"
+}
diff --git a/gui-apps/yambar/yambar-9999.ebuild b/gui-apps/yambar/yambar-9999.ebuild
index 5b1dbd73e..6e1db2c60 100644
--- a/gui-apps/yambar/yambar-9999.ebuild
+++ b/gui-apps/yambar/yambar-9999.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit meson
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
S="${WORKDIR}/${PN}"
else
inherit git-r3
@@ -18,24 +17,40 @@ DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
HOMEPAGE="https://codeberg.org/dnkl/yambar"
LICENSE="MIT"
SLOT="0"
-IUSE="wayland X"
-REQUIRED_USE="|| ( wayland X )"
+IUSE="core +alsa +backlight +battery +clock +cpu +disk-io +dwl +foreign-toplevel +memory +mpd +i3 +label +network +pipewire +pulseaudio +removables +river +script sway-xkb wayland X xkb xwindow"
+REQUIRED_USE="
+ || ( wayland X )
+ sway-xkb? ( wayland )
+ xkb? ( X )
+ xwindow? ( X )
+ || ( alsa backlight )
+"
+# For some reason, if building CPU, memory or pipewire modules
+# the build will fail if the alsa or backlight modules aren't present
+# See https://codeberg.org/dnkl/yambar/issues/239
RDEPEND="
>=media-libs/fcft-2.4.0
- dev-libs/json-c
dev-libs/libyaml
- media-libs/alsa-lib
- media-libs/libmpdclient
- virtual/libudev:=
+ alsa? ( media-libs/alsa-lib )
+ backlight? ( virtual/libudev:= )
+ battery? ( virtual/libudev:= )
+ mpd? ( media-libs/libmpdclient )
+ pipewire? (
+ dev-libs/json-c
+ media-video/pipewire
+ )
+ pulseaudio? ( media-libs/libpulse )
+ removables? ( virtual/libudev:= )
+ sway-xkb? ( dev-libs/json-c )
x11-libs/pixman
- wayland? ( dev-libs/wayland )
X? (
x11-libs/libxcb:0=[xkb]
x11-libs/xcb-util
x11-libs/xcb-util-cursor
x11-libs/xcb-util-wm
)
+ wayland? ( dev-libs/wayland )
"
DEPEND="${RDEPEND}"
BDEPEND="
@@ -53,6 +68,28 @@ src_configure() {
local emesonargs=(
$(meson_feature wayland backend-wayland)
$(meson_feature X backend-x11)
+ $(meson_use core core-plugins-as-shared-libraries)
+ $(meson_feature alsa plugin-alsa)
+ $(meson_feature backlight plugin-backlight)
+ $(meson_feature battery plugin-battery)
+ $(meson_feature clock plugin-clock)
+ $(meson_feature cpu plugin-cpu)
+ $(meson_feature disk-io plugin-disk-io)
+ $(meson_feature dwl plugin-dwl)
+ $(meson_feature foreign-toplevel plugin-foreign-toplevel)
+ $(meson_feature memory plugin-mem)
+ $(meson_feature mpd plugin-mpd)
+ $(meson_feature i3 plugin-i3)
+ $(meson_feature label plugin-label)
+ $(meson_feature network plugin-network)
+ $(meson_feature pipewire plugin-pipewire)
+ $(meson_feature pulseaudio plugin-pulse)
+ $(meson_feature removables plugin-removables)
+ $(meson_feature river plugin-river)
+ $(meson_feature script plugin-script)
+ $(meson_feature sway-xkb plugin-sway-xkb)
+ $(meson_feature xkb plugin-xkb)
+ $(meson_feature xwindow plugin-xwindow)
-Dwerror=false
)
meson_src_configure
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2022-12-19 18:35 Julien Roy
0 siblings, 0 replies; 20+ messages in thread
From: Julien Roy @ 2022-12-19 18:35 UTC (permalink / raw
To: gentoo-commits
commit: 4eff3e317c455374373cbad00c20c28b78bd6bb4
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Mon Dec 19 18:33:25 2022 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Mon Dec 19 18:33:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4eff3e31
gui-apps/yambar: add keyword for 1.9.0
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-apps/yambar/yambar-1.9.0.ebuild | 9 +++++----
gui-apps/yambar/yambar-9999.ebuild | 9 +++++----
2 files changed, 10 insertions(+), 8 deletions(-)
diff --git a/gui-apps/yambar/yambar-1.9.0.ebuild b/gui-apps/yambar/yambar-1.9.0.ebuild
index 1c24b420d..d1ef8f4ae 100644
--- a/gui-apps/yambar/yambar-1.9.0.ebuild
+++ b/gui-apps/yambar/yambar-1.9.0.ebuild
@@ -5,12 +5,13 @@ EAPI=8
inherit meson
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}"
-else
+if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
+else
+ SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}"
+ KEYWORDS="~amd64"
fi
DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
diff --git a/gui-apps/yambar/yambar-9999.ebuild b/gui-apps/yambar/yambar-9999.ebuild
index 94cf9bebb..a269aa2d4 100644
--- a/gui-apps/yambar/yambar-9999.ebuild
+++ b/gui-apps/yambar/yambar-9999.ebuild
@@ -5,12 +5,13 @@ EAPI=8
inherit meson
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/${PN}"
-else
+if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
+else
+ SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}"
+ KEYWORDS="~amd64"
fi
DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2023-08-30 23:39 Julien Roy
0 siblings, 0 replies; 20+ messages in thread
From: Julien Roy @ 2023-08-30 23:39 UTC (permalink / raw
To: gentoo-commits
commit: 77e606ac53d98c13db2ddb0123567f797028800d
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Wed Aug 30 23:30:45 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Aug 30 23:35:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77e606ac
gui-apps/yambar: drop 1.6.2, 1.7.0, 1.8.0
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-apps/yambar/Manifest | 3 --
gui-apps/yambar/yambar-1.6.2.ebuild | 64 -------------------------------------
gui-apps/yambar/yambar-1.7.0.ebuild | 64 -------------------------------------
gui-apps/yambar/yambar-1.8.0.ebuild | 64 -------------------------------------
4 files changed, 195 deletions(-)
diff --git a/gui-apps/yambar/Manifest b/gui-apps/yambar/Manifest
index 897f55b44e..d69999591d 100644
--- a/gui-apps/yambar/Manifest
+++ b/gui-apps/yambar/Manifest
@@ -1,5 +1,2 @@
DIST yambar-1.10.0.tar.gz 190288 BLAKE2B 35bfd50b27241724fa29f0ea6b1031dad793d1ff2c8342f5ed40bdc1fb390a32813d17b6c3063184109769a54fb5c5bce876a83974cdbb17679fd80a88d9d797 SHA512 c8d1e807017f62886cba65dab9933913f473eeeae8cbf8d44ddd4953754a55c81def9a02506b28a7ea7264325748db0a0ca4cdff39ba74a06f531e6e55878b35
-DIST yambar-1.6.2.tar.gz 135455 BLAKE2B 71d5b584bf04a7212ac84d8e0d8cb71c1abd7c7548c5ec998aff480d76afbd09825b059fe642edd4dd2537af6a5b811bd333a45bfa53f6a3a814a2be95eb58b4 SHA512 64a5e983be6dc99feb2f39d06fe265163c3b8f3f23f33a58c386891b63a9c915816cbde22d031473e700e839522c86c53b06f0cce1a57ebdab8ed6aeebe627e1
-DIST yambar-1.7.0.tar.gz 148762 BLAKE2B a394b588bb1a8c64e149f8f39d6a8056d139cb3518fc15c87db0da7ead9c96ce5d7b9d764a617c4626d9fa574edbda2c0e1e2b11b07741241188c5cd282d5643 SHA512 e34cc808533cf76ff0b95d18346b796b4758271b0a61151e80b33eaa0ce34c2d5a9f1c6671d28f377d1563a7979c5784782b9f2f87a3cb615efb129e89865ad3
-DIST yambar-1.8.0.tar.gz 157936 BLAKE2B d9fc01d71c89550c59b470f9bd3de27e44cc5d64f2103f8803c9c2b25c51b5240f54c41041c126df2b606ae011d9fca974723cafb45670eae70ef20bb3f765b6 SHA512 db2c3669162923b4ca2b1f13f50d203de2a0eb6963e6d2bfe8b03e41c7cb4ad9acf6607eef08b6da837c901374c89affb915aa44f2bc2e0eb4694ad91ae66a67
DIST yambar-1.9.0.tar.gz 186338 BLAKE2B 9fd043aab241c75e84bcdffcfed51bd24d3a687ff80f4b44517168fc46a33934467fd8bf7a315076e15fc74e157f3bccf703ae2fd32ed969082c383570b0f3bd SHA512 de1acf1e738b33e2e0ee1dba497b5b84137028551827c38eee67fdc5bfb688f2037a52ccac7f5fb56ffeed7382e4cd670fd0b564c7f532f21a85724640c8004b
diff --git a/gui-apps/yambar/yambar-1.6.2.ebuild b/gui-apps/yambar/yambar-1.6.2.ebuild
deleted file mode 100644
index 5b1dbd73e6..0000000000
--- a/gui-apps/yambar/yambar-1.6.2.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}"
-else
- inherit git-r3
- EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
-fi
-
-DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
-HOMEPAGE="https://codeberg.org/dnkl/yambar"
-LICENSE="MIT"
-SLOT="0"
-IUSE="wayland X"
-REQUIRED_USE="|| ( wayland X )"
-
-RDEPEND="
- >=media-libs/fcft-2.4.0
- dev-libs/json-c
- dev-libs/libyaml
- media-libs/alsa-lib
- media-libs/libmpdclient
- virtual/libudev:=
- x11-libs/pixman
- wayland? ( dev-libs/wayland )
- X? (
- x11-libs/libxcb:0=[xkb]
- x11-libs/xcb-util
- x11-libs/xcb-util-cursor
- x11-libs/xcb-util-wm
- )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-text/scdoc
- >=dev-libs/tllist-1.0.1
- >=dev-util/meson-0.53.0
- virtual/pkgconfig
- wayland? (
- dev-libs/wayland-protocols
- dev-util/wayland-scanner
- )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_feature wayland backend-wayland)
- $(meson_feature X backend-x11)
- -Dwerror=false
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- rm -rf "${D}/usr/share/doc/${PN}"
-}
diff --git a/gui-apps/yambar/yambar-1.7.0.ebuild b/gui-apps/yambar/yambar-1.7.0.ebuild
deleted file mode 100644
index 5b1dbd73e6..0000000000
--- a/gui-apps/yambar/yambar-1.7.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}"
-else
- inherit git-r3
- EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
-fi
-
-DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
-HOMEPAGE="https://codeberg.org/dnkl/yambar"
-LICENSE="MIT"
-SLOT="0"
-IUSE="wayland X"
-REQUIRED_USE="|| ( wayland X )"
-
-RDEPEND="
- >=media-libs/fcft-2.4.0
- dev-libs/json-c
- dev-libs/libyaml
- media-libs/alsa-lib
- media-libs/libmpdclient
- virtual/libudev:=
- x11-libs/pixman
- wayland? ( dev-libs/wayland )
- X? (
- x11-libs/libxcb:0=[xkb]
- x11-libs/xcb-util
- x11-libs/xcb-util-cursor
- x11-libs/xcb-util-wm
- )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-text/scdoc
- >=dev-libs/tllist-1.0.1
- >=dev-util/meson-0.53.0
- virtual/pkgconfig
- wayland? (
- dev-libs/wayland-protocols
- dev-util/wayland-scanner
- )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_feature wayland backend-wayland)
- $(meson_feature X backend-x11)
- -Dwerror=false
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- rm -rf "${D}/usr/share/doc/${PN}"
-}
diff --git a/gui-apps/yambar/yambar-1.8.0.ebuild b/gui-apps/yambar/yambar-1.8.0.ebuild
deleted file mode 100644
index 702e4068c1..0000000000
--- a/gui-apps/yambar/yambar-1.8.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- S="${WORKDIR}/${PN}"
-else
- inherit git-r3
- EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
-fi
-
-DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
-HOMEPAGE="https://codeberg.org/dnkl/yambar"
-LICENSE="MIT"
-SLOT="0"
-IUSE="wayland X"
-REQUIRED_USE="|| ( wayland X )"
-
-RDEPEND="
- =media-libs/fcft-3*
- dev-libs/json-c
- dev-libs/libyaml
- media-libs/alsa-lib
- media-libs/libmpdclient
- virtual/libudev:=
- x11-libs/pixman
- wayland? ( dev-libs/wayland )
- X? (
- x11-libs/libxcb:0=[xkb]
- x11-libs/xcb-util
- x11-libs/xcb-util-cursor
- x11-libs/xcb-util-wm
- )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- app-text/scdoc
- >=dev-libs/tllist-1.0.1
- >=dev-util/meson-0.53.0
- virtual/pkgconfig
- wayland? (
- dev-libs/wayland-protocols
- dev-util/wayland-scanner
- )
-"
-
-src_configure() {
- local emesonargs=(
- $(meson_feature wayland backend-wayland)
- $(meson_feature X backend-x11)
- -Dwerror=false
- )
- meson_src_configure
-}
-
-src_install() {
- meson_src_install
- rm -rf "${D}/usr/share/doc/${PN}"
-}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2023-08-30 23:39 Julien Roy
0 siblings, 0 replies; 20+ messages in thread
From: Julien Roy @ 2023-08-30 23:39 UTC (permalink / raw
To: gentoo-commits
commit: b6e24cf4511d6324c072f880c0d910392db19d51
Author: CaptainBlood <luc_pierard_de_maujouy <AT> yahoo <DOT> fr>
AuthorDate: Wed Aug 30 23:29:53 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Aug 30 23:35:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b6e24cf4
gui-apps/yambar: update -9999
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-apps/yambar/yambar-9999.ebuild | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/gui-apps/yambar/yambar-9999.ebuild b/gui-apps/yambar/yambar-9999.ebuild
index a269aa2d42..80a0d0a88e 100644
--- a/gui-apps/yambar/yambar-9999.ebuild
+++ b/gui-apps/yambar/yambar-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit meson
-if [[ ${PV} == 9999 ]]; then
+if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
else
@@ -94,5 +94,14 @@ src_configure() {
src_install() {
meson_src_install
- rm -rf "${D}/usr/share/doc/${PN}"
+ if use core; then
+ mv "${D}"/usr/lib64/yambar/libdynlist.so "${D}"/usr/lib64/libdynlist.so || die
+ fi
+ rm -rf "${D}/usr/share/doc/${PN}" || die
+}
+
+pkg_postinst() {
+ ewarn "Warning: if you are upgrading from 1.8.0, please note that there are breaking changes that might affect your config.yml file."
+ ewarn "See the changelog for more information"
+ ewarn "https://codeberg.org/dnkl/yambar/releases/tag/1.9.0"
}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2023-08-30 23:39 Julien Roy
0 siblings, 0 replies; 20+ messages in thread
From: Julien Roy @ 2023-08-30 23:39 UTC (permalink / raw
To: gentoo-commits
commit: 6028a3279a2d2ae4c1beed8842a6be266746407b
Author: CaptainBlood <luc_pierard_de_maujouy <AT> yahoo <DOT> fr>
AuthorDate: Wed Aug 30 23:29:18 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Aug 30 23:35:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6028a327
gui-apps/yambar: add 1.10.0
Closes: https://bugs.gentoo.org/910408
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-apps/yambar/Manifest | 1 +
gui-apps/yambar/yambar-1.10.0.ebuild | 107 +++++++++++++++++++++++++++++++++++
2 files changed, 108 insertions(+)
diff --git a/gui-apps/yambar/Manifest b/gui-apps/yambar/Manifest
index 3f49a14ed7..897f55b44e 100644
--- a/gui-apps/yambar/Manifest
+++ b/gui-apps/yambar/Manifest
@@ -1,3 +1,4 @@
+DIST yambar-1.10.0.tar.gz 190288 BLAKE2B 35bfd50b27241724fa29f0ea6b1031dad793d1ff2c8342f5ed40bdc1fb390a32813d17b6c3063184109769a54fb5c5bce876a83974cdbb17679fd80a88d9d797 SHA512 c8d1e807017f62886cba65dab9933913f473eeeae8cbf8d44ddd4953754a55c81def9a02506b28a7ea7264325748db0a0ca4cdff39ba74a06f531e6e55878b35
DIST yambar-1.6.2.tar.gz 135455 BLAKE2B 71d5b584bf04a7212ac84d8e0d8cb71c1abd7c7548c5ec998aff480d76afbd09825b059fe642edd4dd2537af6a5b811bd333a45bfa53f6a3a814a2be95eb58b4 SHA512 64a5e983be6dc99feb2f39d06fe265163c3b8f3f23f33a58c386891b63a9c915816cbde22d031473e700e839522c86c53b06f0cce1a57ebdab8ed6aeebe627e1
DIST yambar-1.7.0.tar.gz 148762 BLAKE2B a394b588bb1a8c64e149f8f39d6a8056d139cb3518fc15c87db0da7ead9c96ce5d7b9d764a617c4626d9fa574edbda2c0e1e2b11b07741241188c5cd282d5643 SHA512 e34cc808533cf76ff0b95d18346b796b4758271b0a61151e80b33eaa0ce34c2d5a9f1c6671d28f377d1563a7979c5784782b9f2f87a3cb615efb129e89865ad3
DIST yambar-1.8.0.tar.gz 157936 BLAKE2B d9fc01d71c89550c59b470f9bd3de27e44cc5d64f2103f8803c9c2b25c51b5240f54c41041c126df2b606ae011d9fca974723cafb45670eae70ef20bb3f765b6 SHA512 db2c3669162923b4ca2b1f13f50d203de2a0eb6963e6d2bfe8b03e41c7cb4ad9acf6607eef08b6da837c901374c89affb915aa44f2bc2e0eb4694ad91ae66a67
diff --git a/gui-apps/yambar/yambar-1.10.0.ebuild b/gui-apps/yambar/yambar-1.10.0.ebuild
new file mode 100644
index 0000000000..80a0d0a88e
--- /dev/null
+++ b/gui-apps/yambar/yambar-1.10.0.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+if [[ ${PV} == *9999* ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://codeberg.org/dnkl/${PN}.git"
+else
+ SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/${PN}"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
+HOMEPAGE="https://codeberg.org/dnkl/yambar"
+LICENSE="MIT"
+SLOT="0"
+IUSE="core +alsa +backlight +battery +clock +cpu +disk-io +dwl +foreign-toplevel +memory +mpd +i3 +label +network +pipewire +pulseaudio +removables +river +script sway-xkb wayland X xkb xwindow"
+REQUIRED_USE="
+ || ( wayland X )
+ sway-xkb? ( wayland )
+ xkb? ( X )
+ xwindow? ( X )
+"
+
+RDEPEND="
+ >=media-libs/fcft-2.4.0
+ dev-libs/libyaml
+ alsa? ( media-libs/alsa-lib )
+ backlight? ( virtual/libudev:= )
+ battery? ( virtual/libudev:= )
+ mpd? ( media-libs/libmpdclient )
+ pipewire? (
+ dev-libs/json-c
+ media-video/pipewire
+ )
+ pulseaudio? ( media-libs/libpulse )
+ removables? ( virtual/libudev:= )
+ sway-xkb? ( dev-libs/json-c )
+ x11-libs/pixman
+ X? (
+ x11-libs/libxcb:0=[xkb]
+ x11-libs/xcb-util
+ x11-libs/xcb-util-cursor
+ x11-libs/xcb-util-wm
+ )
+ wayland? ( dev-libs/wayland )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ app-text/scdoc
+ >=dev-libs/tllist-1.0.1
+ >=dev-util/meson-0.53.0
+ virtual/pkgconfig
+ wayland? (
+ dev-libs/wayland-protocols
+ dev-util/wayland-scanner
+ )
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature wayland backend-wayland)
+ $(meson_feature X backend-x11)
+ $(meson_use core core-plugins-as-shared-libraries)
+ $(meson_feature alsa plugin-alsa)
+ $(meson_feature backlight plugin-backlight)
+ $(meson_feature battery plugin-battery)
+ $(meson_feature clock plugin-clock)
+ $(meson_feature cpu plugin-cpu)
+ $(meson_feature disk-io plugin-disk-io)
+ $(meson_feature dwl plugin-dwl)
+ $(meson_feature foreign-toplevel plugin-foreign-toplevel)
+ $(meson_feature memory plugin-mem)
+ $(meson_feature mpd plugin-mpd)
+ $(meson_feature i3 plugin-i3)
+ $(meson_feature label plugin-label)
+ $(meson_feature network plugin-network)
+ $(meson_feature pipewire plugin-pipewire)
+ $(meson_feature pulseaudio plugin-pulse)
+ $(meson_feature removables plugin-removables)
+ $(meson_feature river plugin-river)
+ $(meson_feature script plugin-script)
+ $(meson_feature sway-xkb plugin-sway-xkb)
+ $(meson_feature xkb plugin-xkb)
+ $(meson_feature xwindow plugin-xwindow)
+ -Dwerror=false
+ )
+ meson_src_configure
+}
+
+src_install() {
+ meson_src_install
+ if use core; then
+ mv "${D}"/usr/lib64/yambar/libdynlist.so "${D}"/usr/lib64/libdynlist.so || die
+ fi
+ rm -rf "${D}/usr/share/doc/${PN}" || die
+}
+
+pkg_postinst() {
+ ewarn "Warning: if you are upgrading from 1.8.0, please note that there are breaking changes that might affect your config.yml file."
+ ewarn "See the changelog for more information"
+ ewarn "https://codeberg.org/dnkl/yambar/releases/tag/1.9.0"
+}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2023-12-31 17:54 Julien Roy
0 siblings, 0 replies; 20+ messages in thread
From: Julien Roy @ 2023-12-31 17:54 UTC (permalink / raw
To: gentoo-commits
commit: 12dc435ad740e4ab79d77bd2393bf6b5c574e4bd
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Dec 31 17:51:04 2023 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Dec 31 17:51:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12dc435a
gui-apps/yambar: update Manifest
Closes: https://bugs.gentoo.org/919263
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-apps/yambar/Manifest | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-apps/yambar/Manifest b/gui-apps/yambar/Manifest
index d69999591d..bd3bfa86de 100644
--- a/gui-apps/yambar/Manifest
+++ b/gui-apps/yambar/Manifest
@@ -1,2 +1,2 @@
-DIST yambar-1.10.0.tar.gz 190288 BLAKE2B 35bfd50b27241724fa29f0ea6b1031dad793d1ff2c8342f5ed40bdc1fb390a32813d17b6c3063184109769a54fb5c5bce876a83974cdbb17679fd80a88d9d797 SHA512 c8d1e807017f62886cba65dab9933913f473eeeae8cbf8d44ddd4953754a55c81def9a02506b28a7ea7264325748db0a0ca4cdff39ba74a06f531e6e55878b35
-DIST yambar-1.9.0.tar.gz 186338 BLAKE2B 9fd043aab241c75e84bcdffcfed51bd24d3a687ff80f4b44517168fc46a33934467fd8bf7a315076e15fc74e157f3bccf703ae2fd32ed969082c383570b0f3bd SHA512 de1acf1e738b33e2e0ee1dba497b5b84137028551827c38eee67fdc5bfb688f2037a52ccac7f5fb56ffeed7382e4cd670fd0b564c7f532f21a85724640c8004b
+DIST yambar-1.10.0.tar.gz 190013 BLAKE2B 430912e3b52efda50e1b0792336e1b89ce02421153245b4d390fb60d6a0856c66ed34c53b1ac0a4d14092219e30dd4477d1d5a59f19b4d8eff6d5febef344a79 SHA512 f7f6392a855bba2b940e050dbf4030652c883e003c1bd185bfad8ffd01d6d968e7cc25baf749efd0cc64e72713565c1c60ade1d161ac2d1177efb4ec201c1db0
+DIST yambar-1.9.0.tar.gz 186025 BLAKE2B 346e452c0822966b5e65a892ce7ab1e2e7f59da20b4267285896675352815a22c4cafffed53e157dfb4dbbf1a72f466018dcbd5ca81f08abd513f7ae8bb955a0 SHA512 d19cebb89b47652af8670c575338ed290a001b554b506ee527a609b6a6b22e8679df91237e6f42f28382b85297294bec6ee381cce17122878c26967323038653
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2024-01-28 22:50 David Roman
0 siblings, 0 replies; 20+ messages in thread
From: David Roman @ 2024-01-28 22:50 UTC (permalink / raw
To: gentoo-commits
commit: 9f189e1890854e5af019070d63032ae8f589d845
Author: David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 28 22:49:36 2024 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Jan 28 22:49:39 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9f189e18
gui-apps/yambar: keyword 1.10.0 for ~arm64
Closes: https://github.com/gentoo/guru/pull/131
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>
gui-apps/yambar/yambar-1.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/yambar/yambar-1.10.0.ebuild b/gui-apps/yambar/yambar-1.10.0.ebuild
index 76a11c9fb8..8faf041d0e 100644
--- a/gui-apps/yambar/yambar-1.10.0.ebuild
+++ b/gui-apps/yambar/yambar-1.10.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
else
SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64"
fi
DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2024-03-09 16:45 Kayla Thompson
0 siblings, 0 replies; 20+ messages in thread
From: Kayla Thompson @ 2024-03-09 16:45 UTC (permalink / raw
To: gentoo-commits
commit: 3de883516ad86d405a3286904c5f3c5fe7ece936
Author: Kayla Thompson <nop <AT> unearthly <DOT> dev>
AuthorDate: Sat Mar 9 16:44:58 2024 +0000
Commit: Kayla Thompson <nop <AT> unearthly <DOT> dev>
CommitDate: Sat Mar 9 16:44:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3de88351
gui-apps/yambar: update Manifest
Signed-off-by: Kayla Thompson <nop <AT> unearthly.dev>
gui-apps/yambar/Manifest | 2 --
1 file changed, 2 deletions(-)
diff --git a/gui-apps/yambar/Manifest b/gui-apps/yambar/Manifest
deleted file mode 100644
index bd3bfa86de..0000000000
--- a/gui-apps/yambar/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST yambar-1.10.0.tar.gz 190013 BLAKE2B 430912e3b52efda50e1b0792336e1b89ce02421153245b4d390fb60d6a0856c66ed34c53b1ac0a4d14092219e30dd4477d1d5a59f19b4d8eff6d5febef344a79 SHA512 f7f6392a855bba2b940e050dbf4030652c883e003c1bd185bfad8ffd01d6d968e7cc25baf749efd0cc64e72713565c1c60ade1d161ac2d1177efb4ec201c1db0
-DIST yambar-1.9.0.tar.gz 186025 BLAKE2B 346e452c0822966b5e65a892ce7ab1e2e7f59da20b4267285896675352815a22c4cafffed53e157dfb4dbbf1a72f466018dcbd5ca81f08abd513f7ae8bb955a0 SHA512 d19cebb89b47652af8670c575338ed290a001b554b506ee527a609b6a6b22e8679df91237e6f42f28382b85297294bec6ee381cce17122878c26967323038653
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2024-03-09 16:48 Kayla Thompson
0 siblings, 0 replies; 20+ messages in thread
From: Kayla Thompson @ 2024-03-09 16:48 UTC (permalink / raw
To: gentoo-commits
commit: 3e79b5dcafae80b5b9d11954c7cb209ae312db53
Author: Kayla Thompson <nop <AT> unearthly <DOT> dev>
AuthorDate: Sat Mar 9 16:48:31 2024 +0000
Commit: Kayla Thompson <nop <AT> unearthly <DOT> dev>
CommitDate: Sat Mar 9 16:48:31 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e79b5dc
gui-apps/yambar: update Manifest
Signed-off-by: Kayla Thompson <nop <AT> unearthly.dev>
gui-apps/yambar/Manifest | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gui-apps/yambar/Manifest b/gui-apps/yambar/Manifest
new file mode 100644
index 0000000000..d69999591d
--- /dev/null
+++ b/gui-apps/yambar/Manifest
@@ -0,0 +1,2 @@
+DIST yambar-1.10.0.tar.gz 190288 BLAKE2B 35bfd50b27241724fa29f0ea6b1031dad793d1ff2c8342f5ed40bdc1fb390a32813d17b6c3063184109769a54fb5c5bce876a83974cdbb17679fd80a88d9d797 SHA512 c8d1e807017f62886cba65dab9933913f473eeeae8cbf8d44ddd4953754a55c81def9a02506b28a7ea7264325748db0a0ca4cdff39ba74a06f531e6e55878b35
+DIST yambar-1.9.0.tar.gz 186338 BLAKE2B 9fd043aab241c75e84bcdffcfed51bd24d3a687ff80f4b44517168fc46a33934467fd8bf7a315076e15fc74e157f3bccf703ae2fd32ed969082c383570b0f3bd SHA512 de1acf1e738b33e2e0ee1dba497b5b84137028551827c38eee67fdc5bfb688f2037a52ccac7f5fb56ffeed7382e4cd670fd0b564c7f532f21a85724640c8004b
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
2024-05-14 19:12 [gentoo-commits] repo/proj/guru:master " Julien Roy
@ 2024-05-14 19:07 ` Julien Roy
0 siblings, 0 replies; 20+ messages in thread
From: Julien Roy @ 2024-05-14 19:07 UTC (permalink / raw
To: gentoo-commits
commit: d8d007f2a51b4e76cf1739c5012d3cbccbc0233a
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 17:19:27 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 17:21:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8d007f2
gui-apps/yambar: drop myself as a maintainer
and fix some pkgcheck notices
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
gui-apps/yambar/metadata.xml | 5 +----
gui-apps/yambar/yambar-1.10.0.ebuild | 4 ++--
gui-apps/yambar/yambar-1.9.0.ebuild | 4 ++--
3 files changed, 5 insertions(+), 8 deletions(-)
diff --git a/gui-apps/yambar/metadata.xml b/gui-apps/yambar/metadata.xml
index ee61b7d339..8ab6a025c2 100644
--- a/gui-apps/yambar/metadata.xml
+++ b/gui-apps/yambar/metadata.xml
@@ -5,13 +5,10 @@
<email>leonardo@neumann.dev.br</email>
<name>Leonardo Neumann</name>
</maintainer>
- <maintainer type="person">
- <email>julien@jroy.ca</email>
- <name>Julien Roy</name>
- </maintainer>
<upstream>
<bugs-to>https://codeberg.org/dnkl/yambar/issues</bugs-to>
<changelog>https://codeberg.org/dnkl/yambar/releases</changelog>
+ <remote-id type="codeberg">dnkl/yambar</remote-id>
</upstream>
<use>
<flag name="core">Compiles modules, particles and decorations as shared libraries, which are loaded on-demand</flag>
diff --git a/gui-apps/yambar/yambar-1.10.0.ebuild b/gui-apps/yambar/yambar-1.10.0.ebuild
index 8faf041d0e..13784e42c9 100644
--- a/gui-apps/yambar/yambar-1.10.0.ebuild
+++ b/gui-apps/yambar/yambar-1.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,7 +18,7 @@ DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
HOMEPAGE="https://codeberg.org/dnkl/yambar"
LICENSE="MIT"
SLOT="0"
-IUSE="core +alsa +backlight +battery +clock +cpu +disk-io +dwl +foreign-toplevel +memory +mpd +i3 +label +network +pipewire +pulseaudio +removables +river +script sway-xkb wayland X xkb xwindow"
+IUSE="core +alsa +backlight +battery +clock +cpu +disk-io +dwl +foreign-toplevel +memory +mpd +i3 +label +network +pipewire +pulseaudio +removables +river +script sway-xkb wayland +X xkb xwindow"
REQUIRED_USE="
|| ( wayland X )
sway-xkb? ( wayland )
diff --git a/gui-apps/yambar/yambar-1.9.0.ebuild b/gui-apps/yambar/yambar-1.9.0.ebuild
index c1f9a1ff4f..904fe490fc 100644
--- a/gui-apps/yambar/yambar-1.9.0.ebuild
+++ b/gui-apps/yambar/yambar-1.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -18,7 +18,7 @@ DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
HOMEPAGE="https://codeberg.org/dnkl/yambar"
LICENSE="MIT"
SLOT="0"
-IUSE="core +alsa +backlight +battery +clock +cpu +disk-io +dwl +foreign-toplevel +memory +mpd +i3 +label +network +pipewire +pulseaudio +removables +river +script sway-xkb wayland X xkb xwindow"
+IUSE="core +alsa +backlight +battery +clock +cpu +disk-io +dwl +foreign-toplevel +memory +mpd +i3 +label +network +pipewire +pulseaudio +removables +river +script sway-xkb wayland +X xkb xwindow"
REQUIRED_USE="
|| ( wayland X )
sway-xkb? ( wayland )
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2024-06-06 13:41 Piotr Kubaj
0 siblings, 0 replies; 20+ messages in thread
From: Piotr Kubaj @ 2024-06-06 13:41 UTC (permalink / raw
To: gentoo-commits
commit: 33b594c71b21334abdec325005cfdae0f3038455
Author: Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
AuthorDate: Thu Jun 6 13:39:07 2024 +0000
Commit: Piotr Kubaj <pkubaj <AT> anongoth <DOT> pl>
CommitDate: Thu Jun 6 13:39:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33b594c7
gui-apps/yambar: keyword 1.10.0 for ~ppc64
Signed-off-by: Piotr Kubaj <pkubaj <AT> anongoth.pl>
gui-apps/yambar/yambar-1.10.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gui-apps/yambar/yambar-1.10.0.ebuild b/gui-apps/yambar/yambar-1.10.0.ebuild
index 13784e42c..32e6c7a2e 100644
--- a/gui-apps/yambar/yambar-1.10.0.ebuild
+++ b/gui-apps/yambar/yambar-1.10.0.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
else
SRC_URI="https://codeberg.org/dnkl/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}"
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="~amd64 ~arm64 ~ppc64"
fi
DESCRIPTION="Simplistic and highly configurable status panel for X and Wayland"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/
@ 2024-08-04 9:16 Daichi Yamamoto
0 siblings, 0 replies; 20+ messages in thread
From: Daichi Yamamoto @ 2024-08-04 9:16 UTC (permalink / raw
To: gentoo-commits
commit: 6d7024051be49ef279d7987f3e36fcbd3495bd1e
Author: Daichi Yamamoto <dev <AT> dyama <DOT> net>
AuthorDate: Sun Aug 4 09:10:48 2024 +0000
Commit: Daichi Yamamoto <dev <AT> dyama <DOT> net>
CommitDate: Sun Aug 4 09:10:48 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d702405
gui-apps/yambar: add myself as a maintainer
Signed-off-by: Daichi Yamamoto <dev <AT> dyama.net>
gui-apps/yambar/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gui-apps/yambar/metadata.xml b/gui-apps/yambar/metadata.xml
index 8ab6a025c..bab4e8830 100644
--- a/gui-apps/yambar/metadata.xml
+++ b/gui-apps/yambar/metadata.xml
@@ -5,6 +5,10 @@
<email>leonardo@neumann.dev.br</email>
<name>Leonardo Neumann</name>
</maintainer>
+ <maintainer type="person">
+ <email>dev@dyama.net</email>
+ <name>Daichi Yamamoto</name>
+ </maintainer>
<upstream>
<bugs-to>https://codeberg.org/dnkl/yambar/issues</bugs-to>
<changelog>https://codeberg.org/dnkl/yambar/releases</changelog>
^ permalink raw reply related [flat|nested] 20+ messages in thread
end of thread, other threads:[~2024-08-04 9:16 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-30 8:52 [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/yambar/ Andrew Ammerlaan
2021-07-30 9:11 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2024-08-04 9:16 [gentoo-commits] repo/proj/guru:dev " Daichi Yamamoto
2024-06-06 13:41 Piotr Kubaj
2024-05-14 19:12 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-05-14 19:07 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-03-09 16:48 Kayla Thompson
2024-03-09 16:45 Kayla Thompson
2024-01-28 22:50 David Roman
2023-12-31 17:54 Julien Roy
2023-08-30 23:39 Julien Roy
2023-08-30 23:39 Julien Roy
2023-08-30 23:39 Julien Roy
2022-12-19 18:35 Julien Roy
2022-12-17 16:36 Julien Roy
2022-06-15 5:07 Leonardo H. Neumann
2022-02-05 22:31 Leonardo H. Neumann
2021-09-14 1:07 Leonardo H. Neumann
2021-09-14 1:07 Leonardo H. Neumann
2021-09-14 1:07 Leonardo H. Neumann
2021-07-27 3:50 Leonardo H. Neumann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox