diff --git a/luna/qt5-qtsensors/0003-QtKeyExtensionGlobal-fix-export.patch b/luna/qt5-qtsensors/0003-QtKeyExtensionGlobal-fix-export.patch deleted file mode 100644 index ed88c17dc..000000000 --- a/luna/qt5-qtsensors/0003-QtKeyExtensionGlobal-fix-export.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/compositor/extensions/qwlqtkey_p.h b/src/compositor/extensions/qwlqtkey_p.h -index fae02b0..d965eac 100644 ---- a/src/compositor/extensions/qwlqtkey_p.h -+++ b/src/compositor/extensions/qwlqtkey_p.h -@@ -64,7 +64,7 @@ class QKeyEvent; - - namespace QtWayland { - --class QtKeyExtensionGlobal : public QWaylandCompositorExtensionTemplate, public QtWaylandServer::qt_key_extension -+class Q_WAYLAND_COMPOSITOR_EXPORT QtKeyExtensionGlobal : public QWaylandCompositorExtensionTemplate, public QtWaylandServer::qt_key_extension - { - Q_OBJECT - public: diff --git a/luna/qt5-qtsensors/APKBUILD b/luna/qt5-qtsensors/APKBUILD deleted file mode 100644 index f047469f5..000000000 --- a/luna/qt5-qtsensors/APKBUILD +++ /dev/null @@ -1,32 +0,0 @@ -pkgname=qt5-qtsensors -pkgver=5.9.3 -pkgrel=0 -arch="all" -url='http://qt-project.org/' -license="GPL3 LGPL3 FDL custom" -pkgdesc='Provides APIs for sensors' -depends="qt5-qtbase" -makedepends="qt5-qtbase-dev" -source="http://download.qt.io/official_releases/qt/${pkgver%.*}/${pkgver}/submodules/${pkgname/qt5-/}-opensource-src-$pkgver.tar.xz" -subpackages="$pkgname-dev $pkgname-doc" -builddir="$srcdir/${pkgname/qt5-/}-opensource-src-$pkgver" - -build() { - cd "$builddir" - qmake-qt5 - make -} - -package() { - cd "$builddir" - - make INSTALL_ROOT="$pkgdir" install - - # Drop QMAKE_PRL_BUILD_DIR because reference the build dir - find "$pkgdir/usr/lib" -type f -name '*.prl' \ - -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \; - - install -d "$pkgdir"/usr/share/licenses - ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname} -} -sha512sums="848184de2c914c0240f3ecffe96ab267fb24693d16a55c1c757d83af9f282bc6f6c5cd762cb42fc389bc02e301c21a6da7b178260f534db35f0abe277f638ea9 qtsensors-opensource-src-5.9.3.tar.xz"