mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 14:38:51 +02:00
Trim extra newlines at end of file & trailing whitespace.
This commit is contained in:
@@ -35,7 +35,7 @@ BUILD_REQUIRES="
|
||||
devel:libqjson$secondaryArchSuffix
|
||||
devel:libdbus_1$secondaryArchSuffix
|
||||
"
|
||||
|
||||
|
||||
PROVIDES_devel="
|
||||
libdbusmenu_qt${secondaryArchSuffix}_devel = $portVersion
|
||||
devel:libdbusmenu_qt$secondaryArchSuffix = $portVersion
|
||||
@@ -46,7 +46,7 @@ REQUIRES_devel="
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
{
|
||||
cmake -DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_BUILD_TYPE=Release \
|
||||
-Wno-dev -DWITH_DOC=Off
|
||||
make $jobArgs
|
||||
@@ -55,20 +55,20 @@ BUILD()
|
||||
INSTALL()
|
||||
{
|
||||
make install
|
||||
|
||||
|
||||
# clean up after CMake
|
||||
mkdir -p $includeDir/dbusmenu-qt/
|
||||
rm -rf $prefix/include/dbusmenu-qt/CMakeFiles/
|
||||
mv $prefix/include/dbusmenu-qt/* $includeDir/dbusmenu-qt/
|
||||
rm -rf $prefix/include/
|
||||
|
||||
|
||||
mkdir -p $developLibDir/pkgconfig/
|
||||
mv $prefix/lib/pkgconfig/* $developLibDir/pkgconfig/
|
||||
rm -rf $prefix/lib/pkgconfig/
|
||||
|
||||
|
||||
mkdir -p $libDir
|
||||
mv $prefix/lib/*.so* $libDir
|
||||
|
||||
|
||||
prepareInstalledDevelLibs \
|
||||
libdbusmenu-qt
|
||||
packageEntries devel \
|
||||
|
||||
Reference in New Issue
Block a user