textosaurus: update to 0.9.13.
This commit is contained in:
parent
dd90ff3148
commit
6bcd04cdcb
|
@ -0,0 +1,11 @@
|
|||
--- a/src/libtextosaurus/definitions/definitions.h
|
||||
+++ b/src/libtextosaurus/definitions/definitions.h
|
||||
@@ -5,6 +5,8 @@
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
+#include <limits>
|
||||
+
|
||||
#include "3rd-party/scintilla/include/Scintilla.h"
|
||||
|
||||
constexpr auto CRYPTO_RECOMMENDED_PASS_LENGTH = 8;
|
|
@ -1,22 +1,15 @@
|
|||
# Template file for 'textosaurus'
|
||||
pkgname=textosaurus
|
||||
version=0.9.11
|
||||
version=0.9.13
|
||||
revision=1
|
||||
_scommit=b6e583c42b596523aad85906152eb2bcf068f625
|
||||
build_style=qmake
|
||||
hostmakedepends="pkg-config qt5-tools qt5-qmake qt5-host-tools"
|
||||
makedepends="qt5-svg-devel"
|
||||
depends="qt5-svg"
|
||||
short_desc="Simple cross-platform text editor based on Qt and Scintilla"
|
||||
maintainer="Leandro Vital <leavitals@gmail.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/martinrotter/textosaurus"
|
||||
changelog="https://raw.githubusercontent.com/martinrotter/textosaurus/master/resources/text/CHANGELOG"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz
|
||||
https://github.com/martinrotter/scintilla/archive/${_scommit}.tar.gz"
|
||||
checksum="82093b6c8725d104498ce4a66e4cf5a3aa1f057b34600bd5d67413dce9bff2cf
|
||||
fad739e3493dea0f7435114ac936dc255d3b1471bd61c7e7349845ab626b95d9"
|
||||
|
||||
post_extract() {
|
||||
cp -Trp ${XBPS_BUILDDIR}/scintilla-${_scommit} ${wrksrc}/src/libtextosaurus/3rd-party/scintilla
|
||||
}
|
||||
distfiles="https://github.com/martinrotter/textosaurus/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=3258bd4712ae41b271aa479b4e1d052425af2d7d3e7c6df92d68c12f94aea1a4
|
||||
|
|
Loading…
Reference in New Issue