poedit: update to 2.2.3.
This commit is contained in:
parent
6eda891150
commit
88602659cc
4 changed files with 24 additions and 13 deletions
21
srcpkgs/poedit/patches/LearnMoreLink.patch
Normal file
21
srcpkgs/poedit/patches/LearnMoreLink.patch
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
From 3d3d0091f0ab1433f272de9c1aa6b17b745cade7 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Thomas Klausner <tk@giga.or.at>
|
||||||
|
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"
|
|
@ -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 <unicode/unistr.h>
|
|
||||||
#include "str_helpers.h"
|
|
||||||
|
|
||||||
#include <unicode/ubidi.h>
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'poedit'
|
# Template file for 'poedit'
|
||||||
pkgname=poedit
|
pkgname=poedit
|
||||||
version=2.2.1
|
version=2.2.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-wx-config=wx-config-gtk3"
|
configure_args="--with-wx-config=wx-config-gtk3"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.poedit.net/"
|
homepage="https://www.poedit.net/"
|
||||||
distfiles="https://github.com/vslavik/poedit/releases/download/v${version}-oss/poedit-${version}.tar.gz"
|
distfiles="https://github.com/vslavik/poedit/releases/download/v${version}-oss/poedit-${version}.tar.gz"
|
||||||
checksum=e28267f3225cd69330b201d22dc2e1175e8fa2706ed52ce19ed68db136b3cbe5
|
checksum=47d52895b836a8505742a4f9bf94da5936b244877fac2ff9ab0bb94464548688
|
||||||
|
|
||||||
CPPFLAGS="-DUCHAR_TYPE=uint16_t"
|
CPPFLAGS="-DUCHAR_TYPE=uint16_t"
|
||||||
|
|
||||||
|
|
1
srcpkgs/poedit/update
Normal file
1
srcpkgs/poedit/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
pattern='/archive/(v?|\Q'"$pkgname"'\E-)?\K[\d\.]+(?=-oss\.tar\.gz")'
|
Loading…
Add table
Add a link
Reference in a new issue