dtkwidget: update to 2.0.16.1.
This commit is contained in:
parent
a9b9529662
commit
340e1f9afd
2 changed files with 3 additions and 42 deletions
|
@ -1,39 +0,0 @@
|
|||
diff --git a/src/widgets/daboutdialog.cpp b/src/widgets/daboutdialog.cpp
|
||||
index 5c6ba91..a33fd94 100644
|
||||
--- src/widgets/daboutdialog.cpp
|
||||
+++ src/widgets/daboutdialog.cpp
|
||||
@@ -575,6 +575,6 @@ void DAboutDialog::showEvent(QShowEvent *event)
|
||||
}
|
||||
}
|
||||
|
||||
-#include "moc_daboutdialog.cpp"
|
||||
-
|
||||
DWIDGET_END_NAMESPACE
|
||||
+
|
||||
+#include "moc_daboutdialog.cpp"
|
||||
diff --git a/src/widgets/dipv4lineedit.cpp b/src/widgets/dipv4lineedit.cpp
|
||||
index 4efe6e4..1cc68b4 100644
|
||||
--- src/widgets/dipv4lineedit.cpp
|
||||
+++ src/widgets/dipv4lineedit.cpp
|
||||
@@ -530,6 +530,6 @@ bool DIpv4LineEdit::eventFilter(QObject *obj, QEvent *e)
|
||||
return DLineEdit::eventFilter(obj, e);
|
||||
}
|
||||
|
||||
-#include "moc_dipv4lineedit.cpp"
|
||||
-
|
||||
DWIDGET_END_NAMESPACE
|
||||
+
|
||||
+#include "moc_dipv4lineedit.cpp"
|
||||
diff --git a/src/widgets/dlistview.cpp b/src/widgets/dlistview.cpp
|
||||
index 0dcc244..523ebd5 100644
|
||||
--- src/widgets/dlistview.cpp
|
||||
+++ src/widgets/dlistview.cpp
|
||||
@@ -709,6 +709,6 @@ bool DListView::edit(const QModelIndex &index, QAbstractItemView::EditTrigger tr
|
||||
return tmp;
|
||||
}
|
||||
|
||||
-#include "moc_dlistview.cpp"
|
||||
-
|
||||
DWIDGET_END_NAMESPACE
|
||||
+
|
||||
+#include "moc_dlistview.cpp"
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dtkwidget'
|
||||
pkgname=dtkwidget
|
||||
version=2.0.14
|
||||
revision=2
|
||||
version=2.0.16.1
|
||||
revision=1
|
||||
build_style=qmake
|
||||
configure_args="DBUS_VERSION_0_4_2=YES LIB_INSTALL_DIR=/usr/lib VERSION=${version}"
|
||||
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
|
||||
|
@ -14,7 +14,7 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://github.com/linuxdeepin/dtkwidget"
|
||||
changelog="https://github.com/linuxdeepin/dtkwidget/blob/${version}/CHANGELOG.md"
|
||||
distfiles="https://github.com/linuxdeepin/dtkwidget/archive/${version}.tar.gz"
|
||||
checksum=bc514724011f36f89c38f6381c16171f6cf3347a11aca09d8c4f0c027ddc8c1d
|
||||
checksum=d8b29e1a36fadb3563b904da37d034da3c6c63a7d232deaade3b9c6f6e6dc9f2
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" dtkcore-devel qt5-multimedia-devel qt5-x11extras-devel
|
||||
|
|
Loading…
Reference in a new issue