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

Antonio Rojas arojas at archlinux.org
Thu Feb 27 22:48:13 UTC 2020


    Date: Thursday, February 27, 2020 @ 22:48:12
  Author: arojas
Revision: 376341

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

Added:
  qt5-serialport/repos/kde-unstable-x86_64/
  qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 376340, qt5-serialport/kde-unstable/PKGBUILD)

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

Copied: qt5-serialport/repos/kde-unstable-x86_64/PKGBUILD (from rev 376340, qt5-serialport/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2020-02-27 22:48:12 UTC (rev 376341)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=qt5-serialport
+_qtver=5.15.0-beta1
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Provides access to hardware and virtual serial ports'
+depends=('qt5-base')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('cbf64c8c4f92679caf0534aadd1557619e605d6ebde5a727567fe7178b4ef978')
+
+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' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}



More information about the arch-commits mailing list