With these changes the add-ons now sport a MIME type, which has been missing before and was complained about by the LocaleKit in the syslog before. It still won't find the catalog, however... See ticket #5594.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40585 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
450a2dc7e4
commit
922f48327f
@ -2,4 +2,14 @@
|
||||
* BFSAddOn.rdef
|
||||
*/
|
||||
|
||||
resource app_signature "application/x-vnd.Haiku-BFSAddOn";
|
||||
resource app_signature "application/x-vnd.Haiku-BFSAddOn";
|
||||
|
||||
resource app_version {
|
||||
major = 1,
|
||||
middle = 0,
|
||||
minor = 0,
|
||||
variety = 0,
|
||||
internal = 0,
|
||||
short_info = "1.0.0",
|
||||
long_info = "Haiku BFS disk add-on."
|
||||
};
|
||||
|
@ -5,6 +5,8 @@ UsePrivateHeaders shared storage ;
|
||||
|
||||
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src add-ons kernel file_systems bfs ] ;
|
||||
|
||||
AddResources <disk_system>bfs : BFSAddOn.rdef ;
|
||||
|
||||
Addon <disk_system>bfs :
|
||||
BFSAddOn.cpp
|
||||
InitializeParameterEditor.cpp
|
||||
@ -12,7 +14,6 @@ Addon <disk_system>bfs :
|
||||
bfs_disk_system.cpp
|
||||
|
||||
: be $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
|
||||
: BFSAddOn.rdef
|
||||
;
|
||||
|
||||
DoCatalogs <disk_system>bfs :
|
||||
|
@ -2,4 +2,14 @@
|
||||
* IntelDiskAddOn.rdef
|
||||
*/
|
||||
|
||||
resource app_signature "application/x-vnd.Haiku-IntelDiskAddOn";
|
||||
resource app_signature "application/x-vnd.Haiku-IntelDiskAddOn";
|
||||
|
||||
resource app_version {
|
||||
major = 1,
|
||||
middle = 0,
|
||||
minor = 0,
|
||||
variety = 0,
|
||||
internal = 0,
|
||||
short_info = "1.0.0",
|
||||
long_info = "Haiku Intel disk add-on."
|
||||
};
|
||||
|
@ -12,6 +12,8 @@ SEARCH_SOURCE
|
||||
SubDirC++Flags $(defines) ;
|
||||
}
|
||||
|
||||
AddResources <disk_system>intel : IntelDiskAddOn.rdef ;
|
||||
|
||||
Addon <disk_system>intel :
|
||||
IntelDiskSystem.cpp
|
||||
ExtendedPartitionAddOn.cpp
|
||||
@ -22,7 +24,6 @@ Addon <disk_system>intel :
|
||||
PartitionMap.cpp
|
||||
|
||||
: be $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
|
||||
: IntelDiskAddOn.rdef
|
||||
;
|
||||
|
||||
DoCatalogs <disk_system>intel :
|
||||
|
Loading…
Reference in New Issue
Block a user