From 7be07469b031cd3a755240dee2ec37835f01c8a0 Mon Sep 17 00:00:00 2001 From: Humdinger Date: Fri, 27 May 2016 18:49:40 +0200 Subject: [PATCH] Updated QuickRes Modified rdef to be identical to the original QuickRes. Fixes issue #610. --- .../quickres/additional-files/quickres.rdef | 24 ++++++++++--------- haiku-apps/quickres/quickres-20011026.recipe | 9 +++++-- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/haiku-apps/quickres/additional-files/quickres.rdef b/haiku-apps/quickres/additional-files/quickres.rdef index 2a08e827e..f7f7550b1 100644 --- a/haiku-apps/quickres/additional-files/quickres.rdef +++ b/haiku-apps/quickres/additional-files/quickres.rdef @@ -1,23 +1,26 @@ -resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY; +resource app_flags B_SINGLE_LAUNCH; resource app_version { - major = 0, - middle = 0, - minor = 1, + major = 0, + middle = 0, + minor = 1, - variety = B_APPV_FINAL, - internal = 0, + variety = B_APPV_FINAL, + internal = 0, - short_info = "Resource editor", - long_info = "A tool to inspect and edit resource files" + short_info = "Resource editor", + long_info = "A tool to inspect and edit resource files" }; resource app_signature "application/x-vnd.quickres"; resource file_types message { - "types" = "application/x-be-executable", - "types" = "application/x-be-resource" + "types" = "application/x-be-executable", + "types" = "application/x-vnd.be-elfexecutable", + "types" = "application/x-be-resource", + "types" = "application/octet-stream", + "types" = "text/x-vnd.be.resourcedef" }; resource vector_icon { @@ -52,4 +55,3 @@ resource vector_icon { $"178400040A020101000A030102000A040103000A060106000A00010410011784" $"00040A050104000A0001071001178400040A070108000A09010A000A08010900" }; - diff --git a/haiku-apps/quickres/quickres-20011026.recipe b/haiku-apps/quickres/quickres-20011026.recipe index 522f0df89..81bc8ef64 100644 --- a/haiku-apps/quickres/quickres-20011026.recipe +++ b/haiku-apps/quickres/quickres-20011026.recipe @@ -14,7 +14,7 @@ own add-ons is included). Currently includes editors for: * Raw data (hex editor) -* Integers and floating point numbers. +* Integers and floating point numbers * BRect * BPoint * rgb_color @@ -27,7 +27,7 @@ HOMEPAGE="http://www.angryredplanet.com/~hackbod/beos/quickres.html" COPYRIGHT="2000-2001, Dianne Hackborn 1991-2000, Be Incorporated." LICENSE="Be Sample Code License" -REVISION="2" +REVISION="3" SOURCE_URI="http://www.angryredplanet.com/~hackbod/beos/QuickRes-x86-20010126.zip" CHECKSUM_SHA256="2ac84b361dfd7260564624f79ce7c7c52b768b89a98eaade322ad4a3ade194a7" SOURCE_DIR="QuickRes" @@ -51,6 +51,11 @@ BUILD_PREREQUIRES=" cmd:unzip " +BUILD() +{ + true +} + INSTALL() { mkdir -p $appsDir/QuickRes