diff --git a/srcpkgs/poedit/patches/LearnMoreLink.patch b/srcpkgs/poedit/patches/LearnMoreLink.patch new file mode 100644 index 00000000000..e558c78ec6e --- /dev/null +++ b/srcpkgs/poedit/patches/LearnMoreLink.patch @@ -0,0 +1,21 @@ +From 3d3d0091f0ab1433f272de9c1aa6b17b745cade7 Mon Sep 17 00:00:00 2001 +From: Thomas Klausner +Date: Tue, 21 May 2019 19:37:43 +0200 +Subject: [PATCH] Add header for LearnMoreLink. + +--- + src/welcomescreen.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/welcomescreen.cpp b/src/welcomescreen.cpp +index 65eb7d0d92..a24b4d7d23 100644 +--- src/welcomescreen.cpp ++++ b/src/welcomescreen.cpp +@@ -26,6 +26,7 @@ + #include "welcomescreen.h" + + #include "colorscheme.h" ++#include "customcontrols.h" + #include "crowdin_gui.h" + #include "edapp.h" + #include "edframe.h" diff --git a/srcpkgs/poedit/patches/icu59.patch b/srcpkgs/poedit/patches/icu59.patch deleted file mode 100644 index 4a3e9313beb..00000000000 --- a/srcpkgs/poedit/patches/icu59.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -upr poedit-2.0.1.orig/src/unicode_helpers.cpp poedit-2.0.1/src/unicode_helpers.cpp ---- src/unicode_helpers.cpp 2017-04-26 10:55:31.807183266 +0300 -+++ src/unicode_helpers.cpp 2017-04-26 11:02:47.373899526 +0300 -@@ -25,6 +25,7 @@ - - #include "unicode_helpers.h" - -+#include - #include "str_helpers.h" - - #include diff --git a/srcpkgs/poedit/template b/srcpkgs/poedit/template index b09f350adf0..11c90b7480e 100644 --- a/srcpkgs/poedit/template +++ b/srcpkgs/poedit/template @@ -1,6 +1,6 @@ # Template file for 'poedit' pkgname=poedit -version=2.2.1 +version=2.2.3 revision=1 build_style=gnu-configure configure_args="--with-wx-config=wx-config-gtk3" @@ -13,7 +13,7 @@ maintainer="Juan RP " license="MIT" homepage="https://www.poedit.net/" distfiles="https://github.com/vslavik/poedit/releases/download/v${version}-oss/poedit-${version}.tar.gz" -checksum=e28267f3225cd69330b201d22dc2e1175e8fa2706ed52ce19ed68db136b3cbe5 +checksum=47d52895b836a8505742a4f9bf94da5936b244877fac2ff9ab0bb94464548688 CPPFLAGS="-DUCHAR_TYPE=uint16_t" diff --git a/srcpkgs/poedit/update b/srcpkgs/poedit/update new file mode 100644 index 00000000000..02aa4fcb6e4 --- /dev/null +++ b/srcpkgs/poedit/update @@ -0,0 +1 @@ +pattern='/archive/(v?|\Q'"$pkgname"'\E-)?\K[\d\.]+(?=-oss\.tar\.gz")'