[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-cpugraph-plugin/, xfce-extra/xfce4-cpugraph-plugin/files/

2023-12-26 Thread Michał Górny
commit: 327001994b8c59102c703841cb1d66a45c35bc75
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 26 17:19:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 26 17:19:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32700199

xfce-extra/xfce4-cpugraph-plugin: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-cpugraph-plugin/Manifest  |  1 -
 xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch | 16 ---
 .../xfce4-cpugraph-plugin-1.2.8.ebuild | 49 --
 3 files changed, 66 deletions(-)

diff --git a/xfce-extra/xfce4-cpugraph-plugin/Manifest 
b/xfce-extra/xfce4-cpugraph-plugin/Manifest
index 65f3863acc05..ac8c482831ac 100644
--- a/xfce-extra/xfce4-cpugraph-plugin/Manifest
+++ b/xfce-extra/xfce4-cpugraph-plugin/Manifest
@@ -1,2 +1 @@
 DIST xfce4-cpugraph-plugin-1.2.10.tar.bz2 440958 BLAKE2B 
a64ced65c93edf86329ab72fc538960ad529cc090c323eaff2d0eb1ce0edce56d7aff56d58e450666c04f975a61880cbcfc5cf627817f7aa2b835de02c6a2f46
 SHA512 
414c2a5da9576d2ed1f5478a07ff5c51c45eaa0a8432a31b6fb2408b81f5ab4485e3b10486af26cf33a18d23e2dc3afe21bf88630e4db91adcfa3e0f80468cf3
-DIST xfce4-cpugraph-plugin-1.2.8.tar.bz2 465181 BLAKE2B 
68e8ee6ee8e943480626716f493d70046b8eeafbc9597d233e887009111fa5e6401fa652b0830163d413bfa7f28d004a75985cc72601e2b8cac7048dfd773e8b
 SHA512 
f0f4201d0572997e8c610a25fcb957ebe4dd224204421aeba4e8ca54da71bdd97fa147dd7af7097b9e09ce6e1317836622a0bcbfec9589858010942993e27940

diff --git a/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch 
b/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch
deleted file mode 100644
index 7b5ef2791520..
--- a/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-
-Bug: https://bugs.gentoo.org/910712
-Bug: https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin/-/issues/37
-
-Signed-off-by: Holger Hoffstätte 
-
 a/xfce4++/util/gtk.cc~ 2023-07-22 22:44:01.0 +0200
-+++ b/xfce4++/util/gtk.cc  2023-07-23 10:01:32.508675676 +0200
-@@ -19,6 +19,7 @@
-  */
- 
- #include "gtk.h"
-+#include 
- 
- namespace xfce4 {
- 

diff --git 
a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.8.ebuild 
b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.8.ebuild
deleted file mode 100644
index 6e25df35d644..
--- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.8.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A system load plug-in for the Xfce panel"
-HOMEPAGE="
-   https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
-   https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin
-"
-SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
-
-LICENSE="BSD-2 GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
-
-DEPEND="
-   >=dev-libs/glib-2.50
-   >=x11-libs/gtk+-3.22:3
-   >=xfce-base/libxfce4ui-4.16.0:=
-   >=xfce-base/libxfce4util-4.17.2:=
-   >=xfce-base/xfce4-panel-4.16.0:=
-   >=xfce-base/xfconf-4.12.0:=
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}"/gcc13.patch )
-
-src_install() {
-   default
-   find "${ED}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-cpugraph-plugin/, xfce-extra/xfce4-cpugraph-plugin/files/

2023-07-24 Thread Michał Górny
commit: 5d4b482354e12221ed685a99f93c79b3de7735bf
Author: Holger Hoffstätte  applied-asynchrony  com>
AuthorDate: Mon Jul 24 14:21:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 18:41:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4b4823

xfce-extra/xfce4-cpugraph-plugin: add fix for gcc-13 (missing cstdint)

Closes: https://bugs.gentoo.org/910712
Signed-off-by: Holger Hoffstätte  applied-asynchrony.com>
Closes: https://github.com/gentoo/gentoo/pull/32022
Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch   | 16 
 .../xfce4-cpugraph-plugin-1.2.7.ebuild   |  2 ++
 .../xfce4-cpugraph-plugin-1.2.8.ebuild   |  2 ++
 3 files changed, 20 insertions(+)

diff --git a/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch 
b/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch
new file mode 100644
index ..7b5ef2791520
--- /dev/null
+++ b/xfce-extra/xfce4-cpugraph-plugin/files/gcc13.patch
@@ -0,0 +1,16 @@
+
+Bug: https://bugs.gentoo.org/910712
+Bug: https://gitlab.xfce.org/panel-plugins/xfce4-cpugraph-plugin/-/issues/37
+
+Signed-off-by: Holger Hoffstätte 
+
+--- a/xfce4++/util/gtk.cc~ 2023-07-22 22:44:01.0 +0200
 b/xfce4++/util/gtk.cc  2023-07-23 10:01:32.508675676 +0200
+@@ -19,6 +19,7 @@
+  */
+ 
+ #include "gtk.h"
++#include 
+ 
+ namespace xfce4 {
+ 

diff --git 
a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.7.ebuild 
b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.7.ebuild
index eb4cc5e6675f..68925fb6ac2e 100644
--- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.7.ebuild
+++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.7.ebuild
@@ -31,6 +31,8 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=( "${FILESDIR}"/gcc13.patch )
+
 src_install() {
default
find "${ED}" -name '*.la' -delete || die

diff --git 
a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.8.ebuild 
b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.8.ebuild
index 894630719613..952e3decb840 100644
--- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.8.ebuild
+++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.8.ebuild
@@ -33,6 +33,8 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=( "${FILESDIR}"/gcc13.patch )
+
 src_install() {
default
find "${ED}" -name '*.la' -delete || die