main/qt5-qtpim: fix linting issues (!872)
This commit is contained in:
parent
fb88f5e007
commit
8fea95d428
1 changed files with 4 additions and 7 deletions
|
@ -3,17 +3,16 @@
|
|||
pkgname=qt5-qtpim
|
||||
pkgver=0_git20190227
|
||||
_commit="0b4522ae19d560881fdf85e8762c0d7f28310d50"
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
arch="x86_64"
|
||||
url='http://qt-project.org/'
|
||||
license="LGPL-3.0"
|
||||
license="LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0"
|
||||
pkgdesc='Qt Personal Information Management'
|
||||
depends=""
|
||||
depends_dev="qt5-qtdeclarative-dev"
|
||||
makedepends="$depends_dev git"
|
||||
source="$pkgname-$_commit.tar.gz::https://github.com/qt/${pkgname/qt5-/}/archive/$_commit.tar.gz"
|
||||
source="$pkgname-$_commit.tar.gz::https://github.com/qt/qtpim/archive/$_commit.tar.gz"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
builddir="$srcdir/${pkgname/qt5-/}-$_commit"
|
||||
builddir="$srcdir/qtpim-$_commit"
|
||||
options="!check"
|
||||
|
||||
prepare() {
|
||||
|
@ -23,13 +22,11 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
qmake-qt5
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$builddir"
|
||||
make INSTALL_ROOT="$pkgdir" install
|
||||
|
||||
# Drop QMAKE_PRL_BUILD_DIR because reference the build dir
|
||||
|
|
Loading…
Add table
Reference in a new issue