diff --git a/generic/additional-files/projectx.rdef.in b/generic/additional-files/projectx.rdef.in index d8044441..c2ee6c52 100644 --- a/generic/additional-files/projectx.rdef.in +++ b/generic/additional-files/projectx.rdef.in @@ -9,7 +9,7 @@ resource app_version { variety = B_APPV_FINAL, internal = 0, - short_info = "Audacious", + short_info = "Project X", long_info = "@LONG_INFO@" }; diff --git a/generic/generic_cmd_secondary_arch-1.2.3.recipe b/generic/generic_cmd_secondary_arch-1.2.3.recipe index d2e417cf..190d3685 100644 --- a/generic/generic_cmd_secondary_arch-1.2.3.recipe +++ b/generic/generic_cmd_secondary_arch-1.2.3.recipe @@ -17,7 +17,7 @@ SOURCE_DIR="$portVersionedName" PATCHES="projectx-$portVersion.patchset" ADDITIONAL_FILES="projectx.rdef" -ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64" +ARCHITECTURES="?all ?x86_gcc2" SECONDARY_ARCHITECTURES="?x86" # On x86_gcc2 we don't want to install the commands in bin//, but in bin/. @@ -28,24 +28,24 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then commandBinDir=$prefix/bin fi +GLOBAL_WRITABLE_FILES=" + settings/projectx.conf keep-old + " + PROVIDES=" - projectx = $portVersion + projectx$secondaryArchSuffix = $portVersion cmd:projectx$commandSuffix = $portVersion " REQUIRES=" - haiku + haiku$secondaryArchSuffix " BUILD_REQUIRES=" - haiku_devel + haiku${secondaryArchSuffix}_devel " BUILD_PREREQUIRES=" cmd:make - cmd:gcc - " - -GLOBAL_WRITABLE_FILES=" - settings/projectx.conf keep-old + cmd:gcc$secondaryArchSuffix " defineDebugInfoPackage projectx \