diff --git a/srcpkgs/lxqt-panel/patches/undef-explicit.patch b/srcpkgs/lxqt-panel/patches/undef-explicit.patch new file mode 100644 index 0000000000..ab8fe2121f --- /dev/null +++ b/srcpkgs/lxqt-panel/patches/undef-explicit.patch @@ -0,0 +1,12 @@ +--- plugin-kbindicator/src/x11/kbdlayout.cpp 2017-01-01 23:27:14.000000000 +0100 ++++ plugin-kbindicator/src/x11/kbdlayout.cpp 2017-02-28 16:18:56.359249129 +0100 +@@ -33,7 +33,8 @@ + + #include + #include +-#define explicit _explicit ++#define explicit c_explicit + #include ++#undef explicit + #include "../kbdinfo.h" + #include "../controls.h" diff --git a/srcpkgs/lxqt-panel/template b/srcpkgs/lxqt-panel/template index 178be43255..e2fe3623b5 100644 --- a/srcpkgs/lxqt-panel/template +++ b/srcpkgs/lxqt-panel/template @@ -1,7 +1,7 @@ # Template file for 'lxqt-panel' pkgname=lxqt-panel version=0.11.1 -revision=1 +revision=2 build_style=cmake configure_args="-DPULL_TRANSLATIONS=0" hostmakedepends="pkg-config qt5-host-tools liblxqt-devel"