liteide: update to 35.4.
This commit is contained in:
parent
3241c6ee23
commit
cc97dab1c4
2 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'liteide'
|
||||
pkgname=liteide
|
||||
version=35.3
|
||||
version=35.4
|
||||
revision=1
|
||||
wrksrc="liteide-x${version}"
|
||||
build_wrksrc=liteidex
|
||||
|
@ -13,9 +13,12 @@ maintainer="Rasmus Thomsen <Rasmus.thomsen@protonmail.com>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="http://liteide.org/"
|
||||
distfiles="https://github.com/visualfc/liteide/archive/x${version}.tar.gz"
|
||||
checksum=b48604ecc9c0e1a654043b9c18e4ff0cd0015a35f1846d585f5119d23fba724b
|
||||
nocross="Includes host's headers, not target's headers"
|
||||
checksum=0233eed76228cad3e6d2c937a5c8da2daabe564ef87f7e94f8fec92a673640d2
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" qt5-host-tools"
|
||||
CXXFLAGS+=" -I${XBPS_CROSS_BASE}/usr/include/qt5"
|
||||
for i in ${XBPS_CROSS_BASE}/usr/include/qt5/*; do
|
||||
CXXFLAGS+=" -I$i"
|
||||
done
|
||||
fi
|
||||
|
|
1
srcpkgs/liteide/update
Normal file
1
srcpkgs/liteide/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern='/archive/(x|v?|\Q'"$pkgname"'\E-)?\K[\d\.]+(?=\.tar\.gz")'
|
Loading…
Reference in a new issue