qt5integration: update to 0.3.1.

This commit is contained in:
John 2018-07-21 00:07:02 +02:00 committed by maxice8
parent 12d0ed9315
commit 6a7c443d66
2 changed files with 10 additions and 13 deletions

View File

@ -1,11 +0,0 @@
--- platformthemeplugin/main.cpp 2018-03-14 10:03:49.000000000 +0100
+++ - 2018-05-10 16:31:27.176858073 +0200
@@ -18,7 +18,7 @@
#include <qpa/qplatformthemeplugin.h>
#include "qdeepintheme.h"
-#include <qt5xdgiconloader/2.0.0/private/xdgiconloader/xdgiconloader_p.h>
+#include <qt5xdgiconloader/3.2.0/private/xdgiconloader/xdgiconloader_p.h>
QT_BEGIN_NAMESPACE

View File

@ -1,19 +1,27 @@
# Template file for 'qt5integration'
pkgname=qt5integration
version=0.3.0
version=0.3.1
revision=1
build_style=qmake
hostmakedepends="qt5-qmake pkg-config"
makedepends="libqtxdg-devel dtkwm-devel dtkwidget-devel mtdev-devel
qt5-svg-devel qt5-x11extras-devel qt5-multimedia-devel gtk+-devel"
depends="qt5dxcb-plugin qt5-styleplugins"
short_desc="Qt platform theme integration plugins for Deepin Desktop Environment"
maintainer="John <johnz@posteo.net>"
license="GPL-3.0-or-later"
homepage="https://github.com/linuxdeepin/qt5integration"
changelog="https://github.com/linuxdeepin/qt5integration/blob/${version}/CHANGELOG.md"
distfiles="https://github.com/linuxdeepin/qt5integration/archive/${version}.tar.gz"
checksum=abe242eb1315b0bcedd36aac14c888b17de564190e37032b51166fba9e6b71f8
checksum=8df4b3d0a6d77fa9fa26b7d3f4e8787c6ef4db493f654a6dde1f61cf0688dcd1
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel qt5-x11extras-devel"
pre_configure() {
_qtxdg_version=$(PKG_CONFIG_PATH=${XBPS_CROSS_BASE}/usr/lib/pkgconfig\
pkg-config --modversion Qt5XdgIconLoader)
echo $_qtxdg_version
sed -i -e "s%INCLUDEPATH +=.*%INCLUDEPATH += ${XBPS_CROSS_BASE}/usr/include/qt5xdgiconloader/${_qtxdg_version}%g"\
platformthemeplugin/qt5deepintheme-plugin.pro
}
fi