dtkwidget: update to 2.0.16.2.
This commit is contained in:
parent
8a5fc5eab6
commit
68b4f8be77
1 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dtkwidget'
|
# Template file for 'dtkwidget'
|
||||||
pkgname=dtkwidget
|
pkgname=dtkwidget
|
||||||
version=2.0.16.1
|
version=2.0.16.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
configure_args="DBUS_VERSION_0_4_2=YES LIB_INSTALL_DIR=/usr/lib VERSION=${version}"
|
configure_args="DBUS_VERSION_0_4_2=YES LIB_INSTALL_DIR=/usr/lib VERSION=${version}"
|
||||||
|
@ -14,15 +14,13 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/linuxdeepin/dtkwidget"
|
homepage="https://github.com/linuxdeepin/dtkwidget"
|
||||||
changelog="https://github.com/linuxdeepin/dtkwidget/blob/${version}/CHANGELOG.md"
|
changelog="https://github.com/linuxdeepin/dtkwidget/blob/${version}/CHANGELOG.md"
|
||||||
distfiles="https://github.com/linuxdeepin/dtkwidget/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxdeepin/dtkwidget/archive/${version}.tar.gz"
|
||||||
checksum=d8b29e1a36fadb3563b904da37d034da3c6c63a7d232deaade3b9c6f6e6dc9f2
|
checksum=76fcb266d8fde80d27d359f449cf756105cc1aae1ce79407b80e39728d15aae5
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" dtkcore-devel qt5-multimedia-devel qt5-x11extras-devel
|
hostmakedepends+=" dtkcore-devel qt5-multimedia-devel qt5-x11extras-devel
|
||||||
qt5-svg-devel gsettings-qt-devel"
|
qt5-svg-devel gsettings-qt-devel"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
nocross=yes
|
|
||||||
|
|
||||||
dtkwidget-devel_package() {
|
dtkwidget-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} dtkcore-devel"
|
depends="${sourcepkg}>=${version}_${revision} dtkcore-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in a new issue