digiKam: initial recipe for version 5.9.0

This commit is contained in:
Sergei Reznikov
2018-03-27 16:44:33 +03:00
parent e97c58aee7
commit 88fd576d1c
3 changed files with 294 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
resource app_flags B_MULTIPLE_LAUNCH;
resource app_version {
major = @MAJOR@,
middle = @MIDDLE@,
minor = @MINOR@,
variety = B_APPV_FINAL,
internal = 0,
short_info = "digiKam",
long_info = "@LONG_INFO@"
};
resource app_signature "@APP_SIGNATURE@";
resource file_types message {
"types" = "image"
};