PCManFM: add recipe for version 0.13.0

* to start: eval 'dbus-launch —auto-syntax' ; /system/apps/PCManFM
* crashes on exit
* TODO: add icon for PCManFM
This commit is contained in:
Sergei Reznikov
2018-05-23 16:12:30 +03:00
parent f505d7933b
commit 0d9611ffc3
3 changed files with 280 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
resource app_flags B_MULTIPLE_LAUNCH;
resource app_version {
major = @MAJOR@,
middle = @MIDDLE@,
minor = @MINOR@,
variety = B_APPV_FINAL,
internal = 0,
short_info = "PCManFM",
long_info = "@LONG_INFO@"
};
resource app_signature "@APP_SIGNATURE@";