mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
QuickRes: add resource file with icon
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user