deepin-terminal: update to 3.0.4.
This commit is contained in:
parent
2b29694685
commit
4b945b586d
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'deepin-terminal'
|
# Template file for 'deepin-terminal'
|
||||||
pkgname=deepin-terminal
|
pkgname=deepin-terminal
|
||||||
version=3.0.3
|
version=3.0.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DTEST_BUILD=OFF"
|
configure_args="-DTEST_BUILD=OFF"
|
||||||
|
@ -15,5 +15,9 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/linuxdeepin/deepin-terminal"
|
homepage="https://github.com/linuxdeepin/deepin-terminal"
|
||||||
changelog="https://github.com/linuxdeepin/deepin-terminal/blob/master/CHANGELOG.md"
|
changelog="https://github.com/linuxdeepin/deepin-terminal/blob/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/linuxdeepin/deepin-terminal/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxdeepin/deepin-terminal/archive/${version}.tar.gz"
|
||||||
checksum=b23d1b04cc2953bc79ec866d2f213fd16a5c92e3db1b865f17d2044d49c7ccfb
|
checksum=3695a4c7285dfd03cfaac968e9eb68c23cd4d351b1a5bfcfcceba923e4f5b560
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
case $XBPS_TARGET_MACHINE in
|
||||||
|
*-musl) CFLAGS="-DREG_NOERROR=REG_OK"
|
||||||
|
esac
|
||||||
|
|
Loading…
Reference in New Issue