first commit
[scm/bb/meta-tizen.git] / recipes-tizen / evolution-data-server / evolution-data-server.inc
1 DESCRIPTION = "Evolution Data Server"
2 HOMEPAGE = "http://www.gnome.org"
3 SECTION = "Development/Libraries"
4 LICENSE = "LGPL-2.0+"
5
6 PROVIDES = ""
7
8 PACKAGES = ""
9 PACKAGES += "typelib-EBook"
10 PACKAGES += "evolution-data-server"
11 PACKAGES += "typelib-EDataServer"
12 PACKAGES += "libedata-cal"
13 PACKAGES += "libecal"
14 PACKAGES += "libcamel"
15 PACKAGES += "libedataserver"
16 PACKAGES += "evolution-data-server-locale"
17 PACKAGES += "libebook-contacts"
18 PACKAGES += "evolution-data-server-devel"
19 PACKAGES += "libebook"
20 PACKAGES += "libedata-book"
21 PACKAGES += "libebackend"
22 PACKAGES += "typelib-EBookContacts"
23
24 typelib-EBook_files = ""
25 typelib-EBook_files += "/usr/lib/girepository-1.0/EBook-1.2.typelib"
26
27 evolution-data-server_files = ""
28 evolution-data-server_files += "/usr/share/GConf/gsettings/evolution-data-server.convert"
29 evolution-data-server_files += "/usr/share/GConf/gsettings/libedataserver.convert"
30 evolution-data-server_files += "/usr/share/glib-2.0/schemas/org.gnome.Evolution.DefaultSources.gschema.xml"
31 evolution-data-server_files += "/usr/share/glib-2.0/schemas/org.gnome.evolution.eds-shell.gschema.xml"
32 evolution-data-server_files += "/usr/share/glib-2.0/schemas/org.gnome.evolution.shell.network-config.gschema.xml"
33 evolution-data-server_files += "/usr/share/glib-2.0/schemas/org.gnome.evolution-data-server.addressbook.gschema.xml"
34 evolution-data-server_files += "/usr/share/glib-2.0/schemas/org.gnome.evolution-data-server.calendar.gschema.xml"
35 evolution-data-server_files += "/usr/share/pixmaps/evolution-data-server/"
36 evolution-data-server_files += "/usr/share/dbus-1/services/org.gnome.evolution.dataserver.*.service"
37 evolution-data-server_files += "/usr/lib/evolution-data-server/"
38 evolution-data-server_files += "/usr/libexec/evolution-data-server/"
39
40 typelib-EDataServer_files = ""
41 typelib-EDataServer_files += "/usr/lib/girepository-1.0/EDataServer-1.2.typelib"
42
43 libedata-cal_files = ""
44 libedata-cal_files += "/usr/lib/libedata-cal-1.2.so.20*"
45
46 libecal_files = ""
47 libecal_files += "/usr/lib/libecal-1.2.so.15*"
48
49 libcamel_files = ""
50 libcamel_files += "/usr/lib/libcamel-1.2.so.43*"
51
52 libedataserver_files = ""
53 libedataserver_files += "/usr/lib/libedataserver-1.2.so.17*"
54
55 evolution-data-server-locale_files = ""
56
57 libebook-contacts_files = ""
58 libebook-contacts_files += "/usr/lib/libebook-contacts-1.2.so.0*"
59
60 evolution-data-server-devel_files = ""
61 evolution-data-server-devel_files += "/usr/include/evolution-data-server/"
62 evolution-data-server-devel_files += "/usr/lib/*.so"
63 evolution-data-server-devel_files += "/usr/lib/pkgconfig/*.pc"
64 evolution-data-server-devel_files += "/usr/share/gir-1.0/*.gir"
65 evolution-data-server-devel_files += "/usr/share/vala"
66 evolution-data-server-devel_files += "/usr/share/vala/vapi"
67 evolution-data-server-devel_files += "/usr/share/vala/vapi/*.deps"
68 evolution-data-server-devel_files += "/usr/share/vala/vapi/*.vapi"
69
70 libebook_files = ""
71 libebook_files += "/usr/lib/libebook-1.2.so.14*"
72
73 libedata-book_files = ""
74 libedata-book_files += "/usr/lib/libedata-book-1.2.so.17*"
75
76 libebackend_files = ""
77 libebackend_files += "/usr/lib/libebackend-1.2.so.6*"
78
79 typelib-EBookContacts_files = ""
80 typelib-EBookContacts_files += "/usr/lib/girepository-1.0/EBookContacts-1.2.typelib"
81
82 FILES_typelib-EBook = "${typelib-EBook_files}"
83 FILES_${PN} = "${evolution-data-server_files}"
84 FILES_typelib-EDataServer = "${typelib-EDataServer_files}"
85 FILES_libedata-cal = "${libedata-cal_files}"
86 FILES_libecal = "${libecal_files}"
87 FILES_libcamel = "${libcamel_files}"
88 FILES_libedataserver = "${libedataserver_files}"
89 FILES_${PN}-locale = "${evolution-data-server-locale_files}"
90 FILES_libebook-contacts = "${libebook-contacts_files}"
91 FILES_${PN}-devel = "${evolution-data-server-devel_files}"
92 FILES_libebook = "${libebook_files}"
93 FILES_libedata-book = "${libedata-book_files}"
94 FILES_libebackend = "${libebackend_files}"
95 FILES_typelib-EBookContacts = "${typelib-EBookContacts_files}"
96
97 PKG_typelib-EBook= "typelib-EBook"
98 PKG_evolution-data-server= "evolution-data-server"
99 PKG_typelib-EDataServer= "typelib-EDataServer"
100 PKG_libedata-cal= "libedata-cal"
101 PKG_libecal= "libecal"
102 PKG_libcamel= "libcamel"
103 PKG_libedataserver= "libedataserver"
104 PKG_evolution-data-server-locale= "evolution-data-server-locale"
105 PKG_libebook-contacts= "libebook-contacts"
106 PKG_evolution-data-server-devel= "evolution-data-server-devel"
107 PKG_libebook= "libebook"
108 PKG_libedata-book= "libedata-book"
109 PKG_libebackend= "libebackend"
110 PKG_typelib-EBookContacts= "typelib-EBookContacts"
111
112 SRC_URI = ""
113
114 inherit tizenBuildUtils
115
116 S = "${WORKDIR}/git"
117
118 require evolution-data-server-rdepends.inc
119 require evolution-data-server-depends.inc
120 require evolution-data-server-extraconf.inc