From b7c16045e5280de52fa08c755a25cefa86448d8c Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sun, 15 Nov 2015 08:39:42 +0100 Subject: [PATCH] Small changes to QuickRes * fixed app sig, supported mime type, description, version * improved summary, description * chmod +x the binary --- .../quickres/additional-files/quickres.rdef | 12 ++++++------ haiku-apps/quickres/quickres-20011026.recipe | 15 ++++++++------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/haiku-apps/quickres/additional-files/quickres.rdef b/haiku-apps/quickres/additional-files/quickres.rdef index 91c1d134d..2a08e827e 100644 --- a/haiku-apps/quickres/additional-files/quickres.rdef +++ b/haiku-apps/quickres/additional-files/quickres.rdef @@ -2,21 +2,21 @@ resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY; resource app_version { - major = 5, + major = 0, middle = 0, - minor = 4, + minor = 1, variety = B_APPV_FINAL, internal = 0, - short_info = "R5.0.4", - long_info = "BeOS 5.0.4 ©1991-2000 Be Incorporated" + short_info = "Resource editor", + long_info = "A tool to inspect and edit resource files" }; -resource app_signature "application/x-vnd.vlc"; +resource app_signature "application/x-vnd.quickres"; resource file_types message { - "types" = "application/x-be-executabe", + "types" = "application/x-be-executable", "types" = "application/x-be-resource" }; diff --git a/haiku-apps/quickres/quickres-20011026.recipe b/haiku-apps/quickres/quickres-20011026.recipe index 4fcab64e0..0d6893435 100644 --- a/haiku-apps/quickres/quickres-20011026.recipe +++ b/haiku-apps/quickres/quickres-20011026.recipe @@ -1,4 +1,4 @@ -SUMMARY="Resource Editor Application" +SUMMARY="A tool to inspect and edit resource files" DESCRIPTION="QuickRes is an application for editing BeOS resource files. It \ allows direct editing of data in standard binary resources (BResources), \ attributes, and a new resource source file format. @@ -11,7 +11,8 @@ types, including BMessage. editors. * Add-on architecture for resource editors (a toolkit for implementing your \ own add-ons is included). -* Currently includes editors for: + +Currently includes editors for: * Raw data (hex editor) * Integers and floating point numbers. * BRect @@ -23,16 +24,15 @@ own add-ons is included). * Icons * Cursors" HOMEPAGE="http://www.angryredplanet.com/~hackbod/beos/quickres.html" -COPYRIGHT=" - 2000-2001, Dianne Hackborn - 1991-2000, Be Incorporated. - " +COPYRIGHT="2000-2001, Dianne Hackborn + 1991-2000, Be Incorporated." LICENSE="Be Sample Code License" -REVISION="1" +REVISION="2" SOURCE_URI="http://www.angryredplanet.com/~hackbod/beos/QuickRes-x86-20010126.zip" CHECKSUM_SHA256="2ac84b361dfd7260564624f79ce7c7c52b768b89a98eaade322ad4a3ade194a7" SOURCE_DIR="QuickRes" DISABLE_SOURCE_PACKAGE=yes + ARCHITECTURES="x86_gcc2" PROVIDES=" @@ -53,6 +53,7 @@ BUILD_PREREQUIRES=" INSTALL() { mkdir -p $appsDir/QuickRes + chmod +x QuickRes cp -r * $appsDir/QuickRes addResourcesToBinaries $portDir/additional-files/quickres.rdef \