Date: Thursday, March 15, 2018 @ 19:15:22 Author: arojas Revision: 319365
archrelease: copy kde-unstable to kde-unstable-x86_64 Added: qt5-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD (from rev 319364, qt5-virtualkeyboard/kde-unstable/PKGBUILD) Deleted: qt5-virtualkeyboard/repos/kde-unstable-x86_64/PKGBUILD ----------+ PKGBUILD | 76 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-03-15 19:15:09 UTC (rev 319364) +++ PKGBUILD 2018-03-15 19:15:22 UTC (rev 319365) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> - -pkgname=qt5-virtualkeyboard -_qtver=5.11.0-beta1 -pkgver=${_qtver/-/} -pkgrel=1 -arch=('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-/}-everywhere-src-${_qtver}" -source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -sha256sums=('cd359aa0823ae3b8d57ffc9db939ed3c16ac5223938b0791ecd9b62e7f694afb') - -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 319364, qt5-virtualkeyboard/kde-unstable/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-03-15 19:15:22 UTC (rev 319365) @@ -0,0 +1,38 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> + +pkgname=qt5-virtualkeyboard +_qtver=5.11.0-beta2 +pkgver=${_qtver/-/} +pkgrel=1 +arch=('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-/}-everywhere-src-${_qtver}" +source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") +sha256sums=('ceb6728145c1cd9a768caf85bc9d1ecbddf9675b8d5dd222b1871a6ea39b0416') + +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' {} \; +}