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:
@@ -3,3 +3,13 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
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 ] ;
|
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src add-ons kernel file_systems bfs ] ;
|
||||||
|
|
||||||
|
AddResources <disk_system>bfs : BFSAddOn.rdef ;
|
||||||
|
|
||||||
Addon <disk_system>bfs :
|
Addon <disk_system>bfs :
|
||||||
BFSAddOn.cpp
|
BFSAddOn.cpp
|
||||||
InitializeParameterEditor.cpp
|
InitializeParameterEditor.cpp
|
||||||
@@ -12,7 +14,6 @@ Addon <disk_system>bfs :
|
|||||||
bfs_disk_system.cpp
|
bfs_disk_system.cpp
|
||||||
|
|
||||||
: be $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
|
: be $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
|
||||||
: BFSAddOn.rdef
|
|
||||||
;
|
;
|
||||||
|
|
||||||
DoCatalogs <disk_system>bfs :
|
DoCatalogs <disk_system>bfs :
|
||||||
|
|||||||
@@ -3,3 +3,13 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
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) ;
|
SubDirC++Flags $(defines) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
AddResources <disk_system>intel : IntelDiskAddOn.rdef ;
|
||||||
|
|
||||||
Addon <disk_system>intel :
|
Addon <disk_system>intel :
|
||||||
IntelDiskSystem.cpp
|
IntelDiskSystem.cpp
|
||||||
ExtendedPartitionAddOn.cpp
|
ExtendedPartitionAddOn.cpp
|
||||||
@@ -22,7 +24,6 @@ Addon <disk_system>intel :
|
|||||||
PartitionMap.cpp
|
PartitionMap.cpp
|
||||||
|
|
||||||
: be $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
|
: be $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++)
|
||||||
: IntelDiskAddOn.rdef
|
|
||||||
;
|
;
|
||||||
|
|
||||||
DoCatalogs <disk_system>intel :
|
DoCatalogs <disk_system>intel :
|
||||||
|
|||||||
Reference in New Issue
Block a user