mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
* disabled for now as it doesn't list any partitions. * kpmcore package (sfdisk backend) should probably be patched to search for /dev/disk/* partitions on Haiku.
17 lines
289 B
Plaintext
17 lines
289 B
Plaintext
|
|
resource app_flags B_MULTIPLE_LAUNCH | B_ARGV_ONLY;
|
|
|
|
resource app_version {
|
|
major = @MAJOR@,
|
|
middle = @MIDDLE@,
|
|
minor = @MINOR@,
|
|
|
|
variety = B_APPV_FINAL,
|
|
internal = 0,
|
|
|
|
short_info = "KDE Partition Manager",
|
|
long_info = "@LONG_INFO@"
|
|
};
|
|
|
|
resource app_signature "@APP_SIGNATURE@";
|