[arch-commits] Commit in qt5-quicktimeline (3 files)

Antonio Rojas arojas at archlinux.org
Mon Jun 8 09:17:07 UTC 2020


    Date: Monday, June 8, 2020 @ 09:17:07
  Author: arojas
Revision: 388492

archrelease: copy trunk to extra-x86_64

Added:
  qt5-quicktimeline/repos/
  qt5-quicktimeline/repos/extra-x86_64/
  qt5-quicktimeline/repos/extra-x86_64/PKGBUILD
    (from rev 388491, qt5-quicktimeline/trunk/PKGBUILD)

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

Copied: qt5-quicktimeline/repos/extra-x86_64/PKGBUILD (from rev 388491, qt5-quicktimeline/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD	                        (rev 0)
+++ repos/extra-x86_64/PKGBUILD	2020-06-08 09:17:07 UTC (rev 388492)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=qt5-quicktimeline
+_qtver=5.15.0
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('x86_64')
+url='https://www.qt.io'
+license=('GPL3' 'LGPL3' 'FDL' 'custom')
+pkgdesc='Qt module for keyframe-based timeline construction'
+depends=('qt5-declarative')
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
+source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+sha256sums=('16ffeb733ba15815121fca5705ed5220ce0a0eb2ec0431ad0d55da9426a03c00')
+
+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