mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
EiskaltDC++: fix build
This commit is contained in:
@@ -70,7 +70,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:cmake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:lrelease$secondaryArchSuffix
|
||||
cmd:lrelease$secondaryArchSuffix >= 5
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
@@ -96,6 +96,8 @@ INSTALL()
|
||||
cp -r data/emoticons $appsDir/Eiskaltdcpp
|
||||
cp -r data/sounds $appsDir/Eiskaltdcpp
|
||||
|
||||
rm -rf $appsDir/Eiskaltdcpp/gv.xpm
|
||||
|
||||
MAJOR="`echo "$portVersion" | cut -d. -f1`"
|
||||
MIDDLE="`echo "$portVersion" | cut -d. -f2`"
|
||||
# MINOR="`echo "$portVersion" | cut -d. -f3`"
|
||||
@@ -108,6 +110,5 @@ INSTALL()
|
||||
$portDir/additional-files/eiskaltdcpp.rdef.in > eiskaltdcpp.rdef
|
||||
|
||||
addResourcesToBinaries eiskaltdcpp.rdef $appsDir/Eiskaltdcpp/EiskaltDC++
|
||||
|
||||
addAppDeskbarSymlink $appsDir/Eiskaltdcpp/EiskaltDC++
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user