New package: qt5integration-0.3.0

This commit is contained in:
John 2018-05-10 16:48:10 +02:00 committed by maxice8
parent c3aebb60c9
commit 0061be4397
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- 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

@ -0,0 +1,19 @@
# Template file for 'qt5integration'
pkgname=qt5integration
version=0.3.0
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"
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
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-devel qt5-x11extras-devel"
fi