mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
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'
|
# Template file for 'dtkwidget'
|
||||||
pkgname=dtkwidget
|
pkgname=dtkwidget
|
||||||
version=2.0.14
|
version=2.0.16.1
|
||||||
revision=2
|
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}"
|
||||||
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
|
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
|
||||||
|
@ -14,7 +14,7 @@ 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=bc514724011f36f89c38f6381c16171f6cf3347a11aca09d8c4f0c027ddc8c1d
|
checksum=d8b29e1a36fadb3563b904da37d034da3c6c63a7d232deaade3b9c6f6e6dc9f2
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue