[arch-commits] Commit in qt5-datavis3d/repos (2 files)

Antonio Rojas arojas at archlinux.org
Fri Oct 5 14:10:19 UTC 2018


    Date: Friday, October 5, 2018 @ 14:10:18
  Author: arojas
Revision: 335816

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-datavis3d/repos/kde-unstable-x86_64/
  qt5-datavis3d/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 335815, qt5-datavis3d/kde-unstable/PKGBUILD)

----------+
 PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

Copied: qt5-datavis3d/repos/kde-unstable-x86_64/PKGBUILD (from rev 335815, qt5-datavis3d/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2018-10-05 14:10:18 UTC (rev 335816)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=qt5-datavis3d
+_qtver=5.12.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='http://qt-project.org/'
+license=('GPL3')
+pkgdesc='Qt Data Visualization module'
+depends=('qt5-base')
+makedepends=('qt5-declarative')
+optdepends=('qt5-declarative: QML bindings')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('d5975d78f86faf97b0f954b7496eb7e67a26ab01f62807bb58e6135dbacf4919')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  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' {} \;
+}



More information about the arch-commits mailing list