mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Updated QuickRes
Modified rdef to be identical to the original QuickRes. Fixes issue #610.
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user