From 834b6db99f535b2136e85640c9fc7dc744a0303e Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Tue, 20 Oct 2015 18:22:57 +0300 Subject: [PATCH] QuickRes: add resource file with icon --- haiku-apps/quickres/quickres-20011026.recipe | 42 ++++++++++++-------- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/haiku-apps/quickres/quickres-20011026.recipe b/haiku-apps/quickres/quickres-20011026.recipe index 253c0d98e..4fcab64e0 100644 --- a/haiku-apps/quickres/quickres-20011026.recipe +++ b/haiku-apps/quickres/quickres-20011026.recipe @@ -3,24 +3,30 @@ 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. - * Save and load files in both binary (.rsrc) and source (.rdef) format. - * A new resource definition format that natively understands common Be data types, including BMessage. - * Edit both attributes and resources. - * In-place viewing and editing of resource data, as well as full-window editors. - * Add-on architecture for resource editors (a toolkit for implementing your own add-ons is included). - * Currently includes editors for: - * Raw data (hex editor) - * Integers and floating point numbers. - * BRect - * BPoint - * rgb_color - * Application flags - * Strings - * Bitmaps - * Icons - * Cursors" +* Save and load files in both binary (.rsrc) and source (.rdef) format. +* A new resource definition format that natively understands common Be data \ +types, including BMessage. +* Edit both attributes and resources. +* In-place viewing and editing of resource data, as well as full-window \ +editors. +* Add-on architecture for resource editors (a toolkit for implementing your \ +own add-ons is included). +* Currently includes editors for: +* Raw data (hex editor) +* Integers and floating point numbers. +* BRect +* BPoint +* rgb_color +* Application flags +* Strings +* Bitmaps +* Icons +* Cursors" HOMEPAGE="http://www.angryredplanet.com/~hackbod/beos/quickres.html" -COPYRIGHT="2000-2001, Dianne Hackborn" +COPYRIGHT=" + 2000-2001, Dianne Hackborn + 1991-2000, Be Incorporated. + " LICENSE="Be Sample Code License" REVISION="1" SOURCE_URI="http://www.angryredplanet.com/~hackbod/beos/QuickRes-x86-20010126.zip" @@ -49,5 +55,7 @@ INSTALL() mkdir -p $appsDir/QuickRes cp -r * $appsDir/QuickRes + addResourcesToBinaries $portDir/additional-files/quickres.rdef \ + $appsDir/QuickRes/QuickRes addAppDeskbarSymlink $appsDir/QuickRes/QuickRes }