kde/itinerary: fix linting issues (!871)

This commit is contained in:
Bart Ribbers 2020-01-05 18:14:27 +01:00 committed by Daniele Debernardi
parent e0d48e44ee
commit eac532f2eb
No known key found for this signature in database
GPG key ID: 5782FCF5DAE9AF60

View file

@ -3,7 +3,7 @@
pkgname=itinerary pkgname=itinerary
pkgver=0_git20191214 pkgver=0_git20191214
_commit="63caaf2daae0a105982ee774de9a3797aae3ad33" _commit="63caaf2daae0a105982ee774de9a3797aae3ad33"
pkgrel=1 pkgrel=2
pkgdesc="Application to assist with usage of Travel Reservations" pkgdesc="Application to assist with usage of Travel Reservations"
url="https://github.com/KDE/itinerary" url="https://github.com/KDE/itinerary"
arch="all !armhf" arch="all !armhf"
@ -29,7 +29,7 @@ build() {
-DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \ -DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \ -DCMAKE_C_FLAGS="$CFLAGS" \
${CMAKE_CROSSOPTS} $CMAKE_CROSSOPTS
make make
} }