summaryrefslogtreecommitdiff
path: root/x11-plugins/wmping
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-05 18:44:56 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-05 18:44:56 +0000
commit29aabba0ea759c6a2864ff5631735b67ee38e5e0 (patch)
treeab466b4dfa7abecb401b2f8039d08af4689306bb /x11-plugins/wmping
parentd42200bec37eef2a7478d88988ff00addd0a9202 (diff)
gentoo resync : 05.02.2020
Diffstat (limited to 'x11-plugins/wmping')
-rw-r--r--x11-plugins/wmping/Manifest3
-rw-r--r--x11-plugins/wmping/files/wmping-0.2.1-gcc-10.patch21
-rw-r--r--x11-plugins/wmping/wmping-0.2.1-r1.ebuild7
3 files changed, 28 insertions, 3 deletions
diff --git a/x11-plugins/wmping/Manifest b/x11-plugins/wmping/Manifest
index 74d7aec5b824..dcdce6248340 100644
--- a/x11-plugins/wmping/Manifest
+++ b/x11-plugins/wmping/Manifest
@@ -1,4 +1,5 @@
AUX wmping-0.2.1-format-security.patch 1194 BLAKE2B 53f19f36a08197a4723e338178c4b700f60bad9927614c828d620b8adc26b5cf0a9fb6feb88ecaddab8ba572cab3887d9278dd37d489bd49860d3ba8e3dada51 SHA512 e02c1ccb590cf202bcb6c802792e96040273ffb9d130221224dc7a7e3bca0d374e4ba3dc3c61f7bf1e634a10d5cda6d380b10e6713619f08272d0d6a1fc53abf
+AUX wmping-0.2.1-gcc-10.patch 420 BLAKE2B 197a21429e5290913608146c9915ce014dd5ad8629ae57cfe2b59c4d93bf5120138ac0b3782ab0775a9b55aefc9ff5e8e48970462ea176b776ec87787f6c4b46 SHA512 fa0bdbfbe6c0c6b91046dd8c01d34c0579ca0c27c6bfaa9c6e534b64ff74589fe39859368b34b8e4cdbd29a4b53cf57e6b72e2e2772fdfb02765001cce7edf7b
DIST wmping-0.2.1.tar.gz 100059 BLAKE2B ce6ec83cb93b2c7ee7412eb7c30388fe0d5adc4bb4021e1632e889886034336209cc3ffc2dd36a02a7bc73326e097272675bb48b255be7373aab3c4dedb44c13 SHA512 c13a4906810d7513fe3e1e88a77846a5b0a299180f858f755a2fe602eaab802e77062d29e767e4d5c28e45bc6ce1431418cc71ee26c3c8fc5521280999bb9351
-EBUILD wmping-0.2.1-r1.ebuild 744 BLAKE2B 4f069dc977fc361a7856c54075a3c9f1538b22f61ddec91cf40fdfcf3fc8f01f3c6ba9619fdb88604609ea4e0dc681a3c6761ee118de94611d19ef539ad96e19 SHA512 6f43921954b2d1717224a8b7e8ad02e3d682710ecbbddb1f7c68f280829b850fc6ae3569f3e07cb91216be5d8b0c6526151b2a4b24f019744575c30b5a5f5c99
+EBUILD wmping-0.2.1-r1.ebuild 776 BLAKE2B b405404acb679f017ace0d2b71a13d5966a11813846678ba5c869db764b6d16b10d4d67ce83715d021466ca65d37548e6156a62d6a8520d4c6be3dbb57017117 SHA512 c28e1c4c32c59df9ed127e06e3903f07f836a04038dc59ff3ba1a455b510922e9681181234c58538770cab7757c9b66b8b918faeb221cace24e9b23a364b21e6
MISC metadata.xml 328 BLAKE2B 95705f767c81c46a91331188dc71b26053dc6d5609d09ccbb66ed9ad323745058205019f187363ac944999d8ed0c0269044bc42d619934d58f23d262f6f85be1 SHA512 72ccd52965da37da3846f3fb915addf58cebb1066f1a08c38e6b96ea734aa01502a153b716ab731d0d1f7df73a5d230f4674d96c8b1e464180a097a42bbd7b5b
diff --git a/x11-plugins/wmping/files/wmping-0.2.1-gcc-10.patch b/x11-plugins/wmping/files/wmping-0.2.1-gcc-10.patch
new file mode 100644
index 000000000000..3ed8b82f29e8
--- /dev/null
+++ b/x11-plugins/wmping/files/wmping-0.2.1-gcc-10.patch
@@ -0,0 +1,21 @@
+--- a/wmgeneral.c
++++ b/wmgeneral.c
+@@ -45,6 +45,7 @@ Window iconwin, win;
+ GC NormalGC;
+ XpmIcon wmgen;
+ Pixmap pixmask;
++Display *display;
+
+ /*****************/
+ /* Mouse Regions */
+--- a/wmgeneral.h
++++ b/wmgeneral.h
+@@ -21,7 +21,7 @@ typedef struct {
+ /* Global variable */
+ /*******************/
+
+-Display *display;
++extern Display *display;
+
+ /***********************/
+ /* Function Prototypes */
diff --git a/x11-plugins/wmping/wmping-0.2.1-r1.ebuild b/x11-plugins/wmping/wmping-0.2.1-r1.ebuild
index ab211f81e7b3..489881f2407c 100644
--- a/x11-plugins/wmping/wmping-0.2.1-r1.ebuild
+++ b/x11-plugins/wmping/wmping-0.2.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,10 @@ DEPEND="${RDEPEND}
x11-libs/libICE
x11-libs/libXt"
-PATCHES=( "${FILESDIR}"/${P}-format-security.patch )
+PATCHES=(
+ "${FILESDIR}"/${P}-format-security.patch
+ "${FILESDIR}"/${P}-gcc-10.patch
+ )
DOCS=( AUTHORS CHANGES README )