deepin-editor: update to 1.2.3

This commit is contained in:
John 2018-10-11 09:33:07 +02:00 committed by maxice8
parent 1356d8230a
commit 716157f69a

View file

@ -1,10 +1,10 @@
# Template file for 'deepin-editor'
pkgname=deepin-editor
version=0.5
version=1.2.3
revision=1
build_style=qmake
hostmakedepends="qt5-qmake pkg-config"
makedepends="dtkwidget-devel dtkwm-devel libxcb-devel kcodecs-devel
build_style=cmake
hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
makedepends="dtkwidget-devel libxcb-devel kcodecs-devel
xcb-util-devel qt5-svg-devel qt5-x11extras-devel libXtst-devel
syntax-highlighting-devel polkit-qt5-devel"
depends="qt5integration"
@ -14,9 +14,5 @@ license="GPL-3.0-or-later"
homepage="https://github.com/linuxdeepin/deepin-editor"
changelog="https://github.com/linuxdeepin/deepin-editor/blob/${version}/CHANGELOG.md"
distfiles="https://github.com/linuxdeepin/deepin-editor/archive/${version}.tar.gz"
checksum=3fce0147abdeb04064bae484db54bd6db99a832368821d72b4f76c8db433ccf8
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-svg-devel qt5-x11extras-devel kcodecs-devel
syntax-highlighting-devel"
fi
checksum=40cf4f98da5f9ff0338d6de0ba949616d370c41c2e5c41c3840bad636b725655
CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/libdtk-2.0.6/DWidget -I${XBPS_CROSS_BASE}/usr/include/libdtk-2.0.6/DCore"