mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
RetroShare: add resource file with icon
This commit is contained in:
41
net-p2p/retroshare/additional-files/retroshare.rdef
Normal file
41
net-p2p/retroshare/additional-files/retroshare.rdef
Normal file
@@ -0,0 +1,41 @@
|
||||
|
||||
resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY;
|
||||
|
||||
resource app_version {
|
||||
major = 0,
|
||||
middle = 6,
|
||||
minor = 0,
|
||||
|
||||
variety = B_APPV_FINAL,
|
||||
internal = 0,
|
||||
|
||||
short_info = "RetroShare",
|
||||
long_info = "A multi-platform open source application that offers secure chat and file sharing."
|
||||
};
|
||||
|
||||
resource app_signature "application/x-vnd.RetroShare";
|
||||
|
||||
resource vector_icon {
|
||||
$"6E6369660203182E39050002021CBFB61FC1DA20BB4520B4DAB920B728B554B4"
|
||||
$"F0B919B51DB90CB507B9122BB86FBA54BC0FB9B9B9C8BA97BD0ABA10BF00BA80"
|
||||
$"BE15BA10BF00BFE8C4D7BFE8C4D7BF0BC550BDE7C6DABE5BC605BDE7C6DAB80D"
|
||||
$"C102B80DC102B7D0C11FB751C147B792C136B5BDC1B31FBFF3B410C12EB31FC6"
|
||||
$"CDBF7ECC71B8A5CC51BED8CBE3BE27CA51BE60CB24BD8BC80BC12AC51ABEE5C5"
|
||||
$"B6C16BC508C1F0C4F8C1ACC4FEC1F0C4F8C413BCFBC413BCFBC4EABD80C6D2BD"
|
||||
$"B6C5DEBDBEC6D2BDB6C4ADC5B5C4ADC5B5C585C648C663C81DC61FC722C69BC8"
|
||||
$"EDC64DCA98C693C9CBCA1BC84BCC70BFB8CC6EC42BCC70BD92CADCB994CBE5BB"
|
||||
$"76CA8ABB2BC7C9BCDDC959BC72C60ABD54C32CBB29C432BCA6C32CBB29BB2FBD"
|
||||
$"4DBB2FBD4DBB37BC51BA71BA8FBAF235BA71BA8FC270B86BC270B86BC293B69D"
|
||||
$"C594B4A1C3D5B51AC5A9B49DC5D4B494C5BE24C3F5B38C021CBFB61FC1DA20BB"
|
||||
$"4520B4DAB920B728B554B4F0B919B51DB90CB507B9122BB86FBA54BC0FB9B9B9"
|
||||
$"C8BA97BD0ABA10BF00BA80BE15BA10BF00BFE8C4D7BFE8C4D7BF0BC550BDE7C6"
|
||||
$"DABE5BC605BDE7C6DAB80DC102B80DC102B7D0C11FB751C147B792C136B5BDC1"
|
||||
$"B31FBFF3B410C12EB31FC6CDBF7ECC71B8A5CC51BED8CBE3BE27CA51BE60CB24"
|
||||
$"BD8BC80BC12AC51ABEE5C5B6C16BC508C1F0C4F8C1ACC4FEC1F0C4F8C413BCFB"
|
||||
$"C413BCFBC4EABD80C6D2BDB6C5DEBDBEC6D2BDB6C4ADC5B5C4ADC5B5C585C648"
|
||||
$"C663C81DC61FC722C69BC8EDC64DCA98C693C9CBCA1BC84BCC70BFB8CC6EC42B"
|
||||
$"CC70BD92CADCB994CBE5BB76CA8ABB2BC7C9BCDDC959BC72C60ABD54C32CBB29"
|
||||
$"C432BCA6C32CBB29BB2FBD4DBB2FBD4DBB37BC51BA71BA8FBAF235BA71BA8FC2"
|
||||
$"70B86BC270B86BC293B69DC594B4A1C3D5B51AC5A9B49DC5D4B494C5BE24C3F5"
|
||||
$"B38C020A000100000A010101100117800004"
|
||||
};
|
||||
@@ -88,7 +88,7 @@ BUILD()
|
||||
make $jobArg
|
||||
popd
|
||||
|
||||
qmake CONFIG=release CONFIG+=NO_SQLCIPHER
|
||||
qmake CONFIG=release
|
||||
make $jobArgs
|
||||
}
|
||||
|
||||
@@ -100,7 +100,6 @@ INSTALL()
|
||||
# cp -r plugins/VOIP $appsDir/RetroShare/plugins
|
||||
strip -s $appsDir/RetroShare/RetroShare
|
||||
|
||||
# TODO: add resource file with icon
|
||||
# addResourcesToBinaries $portDir/additional-files/retroshare.rdef $appsDir/RetroShare/RetroShare
|
||||
addResourcesToBinaries $portDir/additional-files/retroshare.rdef $appsDir/RetroShare/RetroShare
|
||||
addAppDeskbarSymlink $appsDir/RetroShare/RetroShare
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user