From 4622ed6c7670afdf24629f4de1057a784f617b96 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Thu, 26 Dec 2019 17:28:30 +0100 Subject: [PATCH] qxmledit: update to 0.9.14 --- srcpkgs/qxmledit/template | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/srcpkgs/qxmledit/template b/srcpkgs/qxmledit/template index 71605cf73d3..982cf219e02 100644 --- a/srcpkgs/qxmledit/template +++ b/srcpkgs/qxmledit/template @@ -1,6 +1,6 @@ # Template file for 'qxmledit' pkgname=qxmledit -version=0.9.13 +version=0.9.14 revision=1 build_style=qmake configure_args="QXMLEDIT_INST_DATA_DIR=/usr/share/qxmledit @@ -10,26 +10,19 @@ configure_args="QXMLEDIT_INST_DATA_DIR=/usr/share/qxmledit QXMLEDIT_INST_TRANSLATIONS_DIR=/usr/share/qxmledit/translations QXMLEDIT_INST_INCLUDE_DIR=/usr/include/qxmledit" makedepends="glu-devel qt5-devel qt5-declarative-devel qt5-scxml-devel - qt5-svg-devel qt5-xmlpatterns-devel" + qt5-script-devel qt5-svg-devel qt5-xmlpatterns-devel" short_desc="Simple XML Editor" maintainer="newbluemoon " license="LGPL-2.0-or-later, Zlib" homepage="https://qxmledit.org/" distfiles="https://github.com/lbellonda/qxmledit/archive/${version}.tar.gz" -checksum=4448bde2a7acc2fb1e8754f27b4e73d923bd47c5231b174e957f01feb1947b2b +checksum=6b9836e99720fc5df74aadfc65a8b977594cc9f672b31fa2fdefa1c741d4a01e if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-devel qt5-declarative-devel qt5-scxml-devel - qt5-svg-devel qt5-xmlpatterns-devel" + qt5-script-devel qt5-svg-devel qt5-xmlpatterns-devel" fi -post_patch() { - vsed -e '/Werror/d' -i src/QXmlEdit.pro \ - -i src/QXmlEditWidget.pro \ - -i test/test.pro -i singleapp/app.pro \ - -i src/sessions/QXmlEditSessions.pro -} - post_install() { vlicense external/qwtplot3d/license.txt vmkdir usr/share/appdata