KTorrent: add recipe for version 5.1.0

This commit is contained in:
Sergei Reznikov
2017-11-18 15:16:24 +03:00
parent 0cb019ad9f
commit 3a75a9377a
2 changed files with 190 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
resource app_flags B_MULTIPLE_LAUNCH;
resource app_version {
major = @MAJOR@,
middle = @MIDDLE@,
minor = @MINOR@,
variety = B_APPV_FINAL,
internal = 0,
short_info = "Ktorrent",
long_info = "@LONG_INFO@"
};
resource app_signature "@APP_SIGNATURE@";
resource file_types message {
"types" = "application/x-bittorrent"
};