haiku-*: code style.

This commit is contained in:
Jerome Duval
2018-08-03 15:14:17 +02:00
parent e92dc4b5db
commit 0f20e6a97c
7 changed files with 2 additions and 7 deletions

View File

@@ -65,4 +65,3 @@ INSTALL()
addAppDeskbarSymlink $appsDir/BePDF/BePDF
}

View File

@@ -70,4 +70,3 @@ INSTALL()
addAppDeskbarSymlink $appsDir/BePDF/BePDF
}

View File

@@ -18,7 +18,6 @@ PROVIDES="
snapshot = $portVersion
addon:snapshot = $portVersion
"
REQUIRES="
haiku
"
@@ -26,7 +25,6 @@ REQUIRES="
BUILD_REQUIRES="
haiku_devel
"
BUILD_PREREQUIRES="
makefile_engine
cmd:gcc

View File

@@ -11,6 +11,7 @@ REVISION="1"
SOURCE_URI="https://github.com/bbjimmy/Sort-Save/archive/1.1.tar.gz"
CHECKSUM_SHA256="cf86c6e650d6313d496a7dce49ebd99377d2b94d6835257881664a30a39ecac6"
SOURCE_DIR="Sort-Save-1.1"
ARCHITECTURES="x86_gcc2 x86 x86_64"
PROVIDES="

View File

@@ -24,7 +24,6 @@ BUILD_REQUIRES="
devel:libtesseract$secondaryArchSuffix
devel:liblept$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:make
cmd:gcc$secondaryArchSuffix

View File

@@ -40,4 +40,4 @@ INSTALL()
mkdir -p $appsDir
cp -a objects/Haiku2048 $appsDir/2048
addAppDeskbarSymlink $appsDir/2048
}
}

View File

@@ -38,4 +38,3 @@ INSTALL()
install -d "$addOnsDir/Screen Savers"
install -t "$addOnsDir/Screen Savers" "objects/Neon Lights"
}