[arch-commits] Commit in qt5-remoteobjects/repos/kde-unstable-x86_64 (2 files)
Antonio Rojas
arojas at archlinux.org
Mon Apr 9 10:30:15 UTC 2018
Date: Monday, April 9, 2018 @ 10:30:14
Author: arojas
Revision: 321369
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
qt5-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321368, qt5-remoteobjects/kde-unstable/PKGBUILD)
Deleted:
qt5-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-09 10:30:01 UTC (rev 321368)
+++ PKGBUILD 2018-04-09 10:30:14 UTC (rev 321369)
@@ -1,42 +0,0 @@
-# $Id: PKGBUILD 293803 2017-04-21 11:54:59Z arojas $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=qt5-remoteobjects
-_qtver=5.11.0-beta2
-pkgver=${_qtver/-/}
-pkgrel=1
-arch=(x86_64)
-url='http://qt-project.org/'
-license=(GPL3 LGPL3 FDL custom)
-pkgdesc='Inter-process communication (IPC) module developed for Qt'
-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=('246647ea826b9bab2c4199002d0c71488580421fd3af80c20e30c06e5dfe544a')
-
-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}
-}
Copied: qt5-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD (from rev 321368, qt5-remoteobjects/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-04-09 10:30:14 UTC (rev 321369)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 293803 2017-04-21 11:54:59Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=qt5-remoteobjects
+_qtver=5.11.0-beta3
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Inter-process communication (IPC) module developed for Qt'
+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=('16350982e825df2222f078ad22d642debf701d8c15cad659d54c9752777da038')
+
+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