diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-08 14:14:54 -0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-06-11 11:59:52 +0000 |
commit | a8955e5e2f1a79ec025389e7ffe2b478c3f76107 (patch) | |
tree | 4588098301b2e67fcbfe647f329e15f043de2d9a /community | |
parent | d7642db2c352b140209e82add2a3c381d7d3e2bc (diff) | |
download | aports-a8955e5e2f1a79ec025389e7ffe2b478c3f76107.tar.bz2 aports-a8955e5e2f1a79ec025389e7ffe2b478c3f76107.tar.xz |
community/qt5-qtvirtualkeyboard: rebuild for hunspell
Diffstat (limited to 'community')
-rw-r--r-- | community/qt5-qtvirtualkeyboard/APKBUILD | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/community/qt5-qtvirtualkeyboard/APKBUILD b/community/qt5-qtvirtualkeyboard/APKBUILD index d23265c1f8..542f6bf1d1 100644 --- a/community/qt5-qtvirtualkeyboard/APKBUILD +++ b/community/qt5-qtvirtualkeyboard/APKBUILD @@ -3,7 +3,7 @@ pkgname=qt5-qtvirtualkeyboard _pkgname="${pkgname/qt5-/}-everywhere-src" pkgver=5.12.3 -pkgrel=0 +pkgrel=1 arch="all" url="http://qt-project.org/" license="LGPL-2.0 with exceptions or GPL-3.0 with exceptions" @@ -26,12 +26,10 @@ build() { } check() { - cd "$builddir" make check } package() { - cd "$builddir" make INSTALL_ROOT="$pkgdir" install # Drop QMAKE_PRL_BUILD_DIR because reference the build dir |