summaryrefslogtreecommitdiff
path: root/x11-plugins/wmweather+
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /x11-plugins/wmweather+
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'x11-plugins/wmweather+')
-rw-r--r--x11-plugins/wmweather+/Manifest3
-rw-r--r--x11-plugins/wmweather+/files/wmweather+-2.17-gcc-10.patch23
-rw-r--r--x11-plugins/wmweather+/wmweather+-2.17.ebuild4
3 files changed, 28 insertions, 2 deletions
diff --git a/x11-plugins/wmweather+/Manifest b/x11-plugins/wmweather+/Manifest
index d1c89b23b39d..51763025c8d7 100644
--- a/x11-plugins/wmweather+/Manifest
+++ b/x11-plugins/wmweather+/Manifest
@@ -1,3 +1,4 @@
+AUX wmweather+-2.17-gcc-10.patch 874 BLAKE2B 070270a2e87ca42b217f031bb77aa471299bd3471299b2552e3c5c6356b0ae44781e1a0a9c4369d59f17868c8b57c048a246ffbbf65d0d355fe8ef127e4218cc SHA512 710a5aeb79e76ea2fc332cdde31f7d30902d5e0fe396bc09e75543c9e02f058a8e5a4dbb37418b2c72e5a5408512fb7215d2e2d005443b8841b37f3ab5e5efac
DIST wmweather+-2.17.tar.gz 212763 BLAKE2B e810ecaf6858bba0cb3bdb32517f5c1cbaa552ed071b1ce6dfca33b41ad75c5272616c9be78930f47ee3980d2ab8c51a29caaec627c5e608e9c2790d940cfe65 SHA512 45622513792698f1adf4a686506913146e2a24c9ff39fda1129132aae864528184aa122b525e00b079f416fd131c1369ff95e430c4c63877bdc166c982f841eb
-EBUILD wmweather+-2.17.ebuild 549 BLAKE2B 2e30b43bdcc79ef3519d0f97368adbe731d0bd31519a6c827d96b4686fda9ecf500b86757d26e7b598525c63d93b41bb37e194acee708ed7b6e434a740c2385e SHA512 209a9ed57f9ab3c5f3461aae23a6c5f5e2da6d44acc87a71382b2ff2fc7307e97be7522074b6a4cb198154ec7c56e7a187db374b8ff9b16b11cc1286431e1f70
+EBUILD wmweather+-2.17.ebuild 594 BLAKE2B adc6678320670251f26b21eaf41d839c17269b9ddfa9b35880271050e7bd189dbe6c83ff2331f157b299a30fdee3a29c29ef1e8fa49c0ac591a94998e40b5f65 SHA512 7df87bd3899d7c56be8aa22817f373ba75a26d5971a4ae8e1d30e8cc435a24f1bc775ebb59190ced380154b17936b0503d834fb2231322767077f6faff27c63a
MISC metadata.xml 335 BLAKE2B 76f6e54fde3b2c75610062a4ed18b7953a1a8c0ddeac50e9f58a3276927e929087cf2559ad4ed55814831d9014502bcee83a5bacc781d2e0fbdf5a98dffbd8d9 SHA512 8cddf721129500148c51b172e42ee2f56a7ae234a15c7567bd37f738ca776110b88c690ae802e3192a4451be48c9ced9af73a111eec20f788f62ee4464505209
diff --git a/x11-plugins/wmweather+/files/wmweather+-2.17-gcc-10.patch b/x11-plugins/wmweather+/files/wmweather+-2.17-gcc-10.patch
new file mode 100644
index 000000000000..1b26aa3936e5
--- /dev/null
+++ b/x11-plugins/wmweather+/files/wmweather+-2.17-gcc-10.patch
@@ -0,0 +1,23 @@
+diff -Naur wmweather+-2.17.orig/wmgeneral/wmgeneral-x11.c wmweather+-2.17/wmgeneral/wmgeneral-x11.c
+--- wmweather+-2.17.orig/wmgeneral/wmgeneral-x11.c 2014-02-07 20:17:44.000000000 +0100
++++ wmweather+-2.17/wmgeneral/wmgeneral-x11.c 2020-02-24 22:11:47.226905019 +0100
+@@ -94,6 +94,7 @@
+ GC NormalGC;
+ GC RedrawGC;
+ XpmIcon wmgen;
++Display *display;
+
+ /***********************/
+ /* Function Prototypes */
+diff -Naur wmweather+-2.17.orig/wmgeneral/wmgeneral-x11.h wmweather+-2.17/wmgeneral/wmgeneral-x11.h
+--- wmweather+-2.17.orig/wmgeneral/wmgeneral-x11.h 2014-02-07 20:17:44.000000000 +0100
++++ wmweather+-2.17/wmgeneral/wmgeneral-x11.h 2020-02-24 22:10:45.233884234 +0100
+@@ -17,7 +17,7 @@
+ /* Global variable */
+ /*******************/
+
+-Display *display;
++extern Display *display;
+
+ /***********************/
+ /* Function Prototypes */
diff --git a/x11-plugins/wmweather+/wmweather+-2.17.ebuild b/x11-plugins/wmweather+/wmweather+-2.17.ebuild
index 49e62aa1ecf9..94bc2487217f 100644
--- a/x11-plugins/wmweather+/wmweather+-2.17.ebuild
+++ b/x11-plugins/wmweather+/wmweather+-2.17.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=6
@@ -19,3 +19,5 @@ DEPEND="dev-libs/libpcre
x11-libs/libX11
x11-wm/windowmaker"
RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/${P}-gcc-10.patch )