summaryrefslogtreecommitdiff
path: root/xfce-extra/xfce4-xkb-plugin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /xfce-extra/xfce4-xkb-plugin
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'xfce-extra/xfce4-xkb-plugin')
-rw-r--r--xfce-extra/xfce4-xkb-plugin/Manifest3
-rw-r--r--xfce-extra/xfce4-xkb-plugin/files/xfce4-xkb-plugin-0.8.1-panel-4.15.patch25
-rw-r--r--xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild6
3 files changed, 32 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-xkb-plugin/Manifest b/xfce-extra/xfce4-xkb-plugin/Manifest
index ddc746520bd0..0d78ce0e83cc 100644
--- a/xfce-extra/xfce4-xkb-plugin/Manifest
+++ b/xfce-extra/xfce4-xkb-plugin/Manifest
@@ -1,3 +1,4 @@
+AUX xfce4-xkb-plugin-0.8.1-panel-4.15.patch 633 BLAKE2B dac32f28a935af31aa7a90bc348a6a82dcaa437ae42156ef026a1e6a1a2a3e982efe56eeab1c128d1359f12ee1af18fe426b8f6af4e2800735ff2fcaa3ce39bd SHA512 cd0d6fe9d6353f26410d1e04f6e3e7e70071c7bb6025aeb4824c89911acb97dc78e8aecc018c88ad61eb5c7ffb5a4c3bb75e0f7b008b04877e8442af4756cd2f
DIST xfce4-xkb-plugin-0.8.1.tar.bz2 842814 BLAKE2B be6dfce8e605be346dcd0a5259da980ffd4f7160a808de288bcc7c970c47c678dc6dfde8615e21042142221c6ba66d328dd741f3ce70d988c94562ec061230f2 SHA512 4f0362f429489d111544126697880cdb0a768533803a104f73802fe2c5cfbef5efbf6edd658dbb0ef788ae2a3761f1877c191637a6a06d4a5159bc8f71ad524f
-EBUILD xfce4-xkb-plugin-0.8.1.ebuild 1091 BLAKE2B 8c05f10f37b301f3d021188acf562c0fbe57ac746d41c971fa3d85b26107c3d95793b09d7e6923c728cb47f5044fe3da029789bb76ab09982adefcd6d491e9e4 SHA512 7f1e23497311803d520e96f3f24bbacae94d90ce14da2ee0bfd3d0b03d9c54b9586e59c9c8e007f795551d29f2dfc1ffa47995650d063d0acfef8d97c1800a47
+EBUILD xfce4-xkb-plugin-0.8.1.ebuild 1141 BLAKE2B 1edb324b30ade473ac69a6b6f35e73312e3f1943baabdc3c4829395ab224cc25a2693bc06774db583e151c90160f3ec208b5ee4b8782d60caa8b2bc7f8c4af6a SHA512 b5ae5a3287a7569da7d74deab7f63d685140d03fa1adbcf885b6b92bb4e12ad35cf96e72877ad56830df6a58be875fd7f6d51969af5c9deb6bc5f043e8a7e8c1
MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203
diff --git a/xfce-extra/xfce4-xkb-plugin/files/xfce4-xkb-plugin-0.8.1-panel-4.15.patch b/xfce-extra/xfce4-xkb-plugin/files/xfce4-xkb-plugin-0.8.1-panel-4.15.patch
new file mode 100644
index 000000000000..aeb1b0a2be2d
--- /dev/null
+++ b/xfce-extra/xfce4-xkb-plugin/files/xfce4-xkb-plugin-0.8.1-panel-4.15.patch
@@ -0,0 +1,25 @@
+From 7ecfb91c6b68477262111125977a8229ff142058 Mon Sep 17 00:00:00 2001
+From: Andre Miranda <andreldm@xfce.org>
+Date: Sat, 19 Oct 2019 19:23:30 -0300
+Subject: [PATCH] Fix build with panel 4.15
+
+---
+ panel-plugin/xkb-plugin.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/panel-plugin/xkb-plugin.h b/panel-plugin/xkb-plugin.h
+index 3fe3ce5..eeb10e5 100644
+--- a/panel-plugin/xkb-plugin.h
++++ b/panel-plugin/xkb-plugin.h
+@@ -26,7 +26,7 @@
+ #ifndef _XFCE_XKB_H_
+ #define _XFCE_XKB_H_
+
+-#include <libxfce4panel/xfce-panel-plugin.h>
++#include <libxfce4panel/libxfce4panel.h>
+
+ #include "xkb-xfconf.h"
+
+--
+GitLab
+
diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
index 3b5cb074fe65..fe250799a9ff 100644
--- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.ebuild
+++ b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.8.1.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
@@ -30,6 +30,10 @@ DEPEND="${COMMON_DEPEND}
sys-devel/gettext
virtual/pkgconfig"
+PATCHES=(
+ "${FILESDIR}"/${P}-panel-4.15.patch
+)
+
src_configure() {
local myconf=(
--libexecdir="${EPREFIX}"/usr/$(get_libdir)