diff options
Diffstat (limited to 'xfce-extra/xfce4-cpugraph-plugin')
3 files changed, 30 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-cpugraph-plugin/Manifest b/xfce-extra/xfce4-cpugraph-plugin/Manifest index dfd34121c938..9d7a6bf3a570 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/Manifest +++ b/xfce-extra/xfce4-cpugraph-plugin/Manifest @@ -1,3 +1,4 @@ +AUX xfce4-cpugraph-plugin-1.1.0-panel-4.15.patch 582 BLAKE2B fac452ea81882f1305e913bd25c48db3e8d01459ccb8b387ed395f4b48ffb83b7e9d5ae28a4a6d10056944d270571edf2228a81510f63134aeaae1c9f62729a5 SHA512 a856f816e04b2b7629f02f27f309ee40728a0f98702b95692e9c466d548f4536eb6b32590aacc29721987d3f96bc99a9a8ac209a63035aa02fe1c1b4cf038651 DIST xfce4-cpugraph-plugin-1.1.0.tar.bz2 391629 BLAKE2B e1a18df75461466abf908100e3ace73c46751d78527a9928a5712e3b3388cb0908b697055bd229f700f3e36e908cbc90f2732fc65568ebbe47d876aa376fd087 SHA512 c928baac776517da8929b8ce3842be7e02a2b3394b7cc848028d1720ca611e1aa4ef706bd00736fecfed0b3b2d0cce94c09b0f905a226db5e50c036dabb8df2a -EBUILD xfce4-cpugraph-plugin-1.1.0.ebuild 804 BLAKE2B 35509a4c86a14c4e9514d79acd4553fef1ebc313aa33c74e85cf677d7759d88798818500fd08185d39e7610f30103f0c43acb8b47c9c2dfb0bfb6c8f642e0d55 SHA512 497ceae5553f16567bbfc268fc58870955f0b6b0362c1f50fc0ac970ec570cea5d6d8212d17a98a1845d7516dfcb92ff03bff3eed8d4118df7daac8dabcb0e69 +EBUILD xfce4-cpugraph-plugin-1.1.0.ebuild 876 BLAKE2B 41f0719868c92273d56a9d3d14c410ea912bc4969689c870b92447c02e29b5090eb7eeb2d59874cafb77e9d26f885d94c200ce425269b6efffa479728ce85508 SHA512 97fcc5c20ac23fe9c7651d3ab08edccbed0b4a147cfb827c49951d5f2fcb86bc02d9b333144f076f99cfbcdedbad072037721804350a265ca885aa18ec64146d MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203 diff --git a/xfce-extra/xfce4-cpugraph-plugin/files/xfce4-cpugraph-plugin-1.1.0-panel-4.15.patch b/xfce-extra/xfce4-cpugraph-plugin/files/xfce4-cpugraph-plugin-1.1.0-panel-4.15.patch new file mode 100644 index 000000000000..dd12aa3331eb --- /dev/null +++ b/xfce-extra/xfce4-cpugraph-plugin/files/xfce4-cpugraph-plugin-1.1.0-panel-4.15.patch @@ -0,0 +1,25 @@ +From a9b0c62d34737cc6f5e0806c8f5305c137f9f155 Mon Sep 17 00:00:00 2001 +From: Andre Miranda <andreldm@xfce.org> +Date: Fri, 4 Oct 2019 00:41:13 -0300 +Subject: [PATCH] Allow compilation with panel 4.15 + +--- + panel-plugin/cpu.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/panel-plugin/cpu.h b/panel-plugin/cpu.h +index 71c90a2..f6d11ee 100644 +--- a/panel-plugin/cpu.h ++++ b/panel-plugin/cpu.h +@@ -28,7 +28,7 @@ + #include "config.h" + #endif + +-#include <libxfce4panel/xfce-panel-plugin.h> ++#include <libxfce4panel/libxfce4panel.h> + + #include "os.h" + +-- +GitLab + diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.1.0.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.1.0.ebuild index c63a69c5752e..b7377089eb16 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.1.0.ebuild +++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,6 +21,8 @@ DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig" +PATCHES=( "${FILESDIR}/xfce4-cpugraph-plugin-1.1.0-panel-4.15.patch" ) + src_install() { default find "${ED}" -name '*.la' -delete || die |