mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 15:08:57 +02:00
Yes, the website is now "xpdfreader", but the Linux packages are still called "xpdf", and as you can see it provides all the same commands (and then some) that the xpdf package does.
34 lines
1000 B
Plaintext
34 lines
1000 B
Plaintext
|
|
resource app_flags B_SINGLE_LAUNCH | B_ARGV_ONLY;
|
|
|
|
resource app_version {
|
|
major = @MAJOR@,
|
|
middle = @MIDDLE@,
|
|
minor = @MINOR@,
|
|
|
|
variety = B_APPV_FINAL,
|
|
internal = 0,
|
|
|
|
short_info = "XpdfReader",
|
|
long_info = "@LONG_INFO@"
|
|
};
|
|
|
|
resource app_signature "@APP_SIGNATURE@";
|
|
|
|
resource file_types message {
|
|
"types" = "application/pdf"
|
|
};
|
|
|
|
resource vector_icon {
|
|
$"6E636966030300446605FF0300AA00050410FEF4D33F282434243424BD9B2440"
|
|
$"3040B6BC40B6BC4C24C1E4244C24585C4C5C4C5CC1E45C405040C8C340C8C334"
|
|
$"5CBD9B5C345C284C2C4C2C4CB8A94C304830C3D130483038303830BBAE2C34B8"
|
|
$"A9342C34280409FEFF002C2C302C302CBB222C383438B93538343838383838BE"
|
|
$"524040BDFD40BDFD40384838C12D3848384C384C38C64A3054BB225430542C02"
|
|
$"044E29C3FD29C6AA29542F54B7A354BA504E35C6AA35C3FD35482F48BA5048B7"
|
|
$"A302044E3AC3FD3AC6AA3A544054BE6954C1164E46C6AA46C3FD46484048C116"
|
|
$"48BE6902044E4BC3FD4BC6AA4B545154C52F54C7DC4E57C6AA57C3FD57485148"
|
|
$"C7DC48C52F050A000100000A0101011001178500040A010102000A020103000A"
|
|
$"01010400"
|
|
};
|