[arch-commits] Commit in qt5-virtualkeyboard/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Dec 23 07:17:40 UTC 2016
Date: Friday, December 23, 2016 @ 07:17:39
Author: arojas
Revision: 284513
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
qt5-virtualkeyboard/repos/kde-unstable-i686/
qt5-virtualkeyboard/repos/kde-unstable-i686/PKGBUILD
(from rev 284511, qt5-virtualkeyboard/kde-unstable/PKGBUILD)
qt5-virtualkeyboard/repos/kde-unstable-x86_64/
qt5-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 284511, qt5-virtualkeyboard/kde-unstable/PKGBUILD)
------------------------------+
kde-unstable-i686/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
Copied: qt5-virtualkeyboard/repos/kde-unstable-i686/PKGBUILD (from rev 284511, qt5-virtualkeyboard/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-12-23 07:17:39 UTC (rev 284513)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=qt5-virtualkeyboard
+_qtver=5.8.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3')
+pkgdesc='Virtual keyboard framework'
+depends=('qt5-declarative' 'qt5-svg' 'hunspell')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('1c9035455f45e2d574c4642910a342ce')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+
+ qmake ../${_pkgfqn} CONFIG+="lang-all handwriting"
+ 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' {} \;
+}
Copied: qt5-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD (from rev 284511, qt5-virtualkeyboard/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-12-23 07:17:39 UTC (rev 284513)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=qt5-virtualkeyboard
+_qtver=5.8.0-rc
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://qt-project.org/'
+license=('GPL3')
+pkgdesc='Virtual keyboard framework'
+depends=('qt5-declarative' 'qt5-svg' 'hunspell')
+makedepends=()
+groups=('qt' 'qt5')
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
+md5sums=('1c9035455f45e2d574c4642910a342ce')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+
+ qmake ../${_pkgfqn} CONFIG+="lang-all handwriting"
+ 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