mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Small changes to QuickRes
* fixed app sig, supported mime type, description, version * improved summary, description * chmod +x the binary
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user