aboutsummaryrefslogtreecommitdiffstats
path: root/meta-application-manager/recipes-application-framework/ail/ail.inc
blob: c5b254d32dbdeef9ad572590a30629f8bc01135e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
DESCRIPTION = "Application Information Library"
HOMEPAGE = "http://nohomepage.org"
SECTION = "Application Framework/Libraries"
LICENSE = "Apache-2.0"
PV = "0.2.80"

SRC_URI = " \
	file://ail_journal_perm_check.patch \
	"

S = "${WORKDIR}/git"

inherit autotools-brokensep

BBCLASSEXTEND = ""
PROVIDES = ""

#PROVIDES by ail
# the PROVIDES rules is ignore "libail = 0.2.80-0"
PROVIDES += "libail"
RPROVIDES_ail += "libail"


#PROVIDES by ail-dev
PROVIDES += "ail-dev"


RDEPENDS = ""
#RDEPENDS of ail-dev (${PN}-dev)
RDEPENDS_${PN}-dev += "tizen-platform-config"
RDEPENDS_${PN}-dev += "libail"
RDEPENDS_${PN}-dev += "smack"


DEPENDS = ""
#DEPENDS of ail
inherit tizen_cmake
DEPENDS += "tizen-platform-config"
inherit pkgconfig
DEPENDS += "dlog"
DEPENDS += "smack"
DEPENDS += "sqlite3"
DEPENDS += "xdgmime"
DEPENDS += "vconf"
DEPENDS += "libslp-db-util"

do_prep() {
 cd ${S}
 chmod -Rf a+rX,u+w,g-w,o-w ${S}
 #setup -q
 cp ${S}/packaging/ail.manifest .
 
 
}
do_patch_append() {
    bb.build.exec_func('do_prep', d)
}

do_configure() {
}

do_compile() {
 cd ${S}
 LANG=C
 export LANG
 unset DISPLAY
 LD_AS_NEEDED=1; export LD_AS_NEEDED ;
 
 CFLAGS="$CFLAGS -fpic"
 
 
 
   cmake \
         -DCMAKE_VERBOSE_MAKEFILE=ON \
         -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
         -DCMAKE_INSTALL_LIBDIR:PATH=${prefix}/lib \
         -DINCLUDE_INSTALL_DIR:PATH=${prefix}/include \
         -DLIB_INSTALL_DIR:PATH=${prefix}/lib \
         -DSYSCONF_INSTALL_DIR:PATH=${sysconfdir} \
         -DSHARE_INSTALL_PREFIX:PATH=${prefix}/share \
         -DCMAKE_SKIP_RPATH:BOOL=ON \
         -DBUILD_SHARED_LIBS:BOOL=ON \
         -DCMAKE_TOOLCHAIN_FILE=${WORKDIR}/toolchain.cmake \
         ${EXTRA_OECMAKE} .  -DTZ_SYS_RW_DESKTOP_APP=${prefix}/share/applications \
           -DBUILD_PKGTYPE=rpm
 
 oe_runmake ${PARALLEL_MAKE}
 
 
 
}

do_install() {
 export RPM_BUILD_ROOT=${D}
 cd ${S}
 LANG=C
 export LANG
 unset DISPLAY
 rm -rf ${D}
 mkdir -p ${D}
 
 
   oe_runmake \
         DESTDIR=${D} \
         INSTALL_ROOT=${D} \
         BINDIR=${prefix}/bin \
   install  
   rm -f ${D}${infodir}/dir 
   find ${D} -regex ".*\.la$" | xargs rm -f -- 
   find ${D} -regex ".*\.a$" | xargs rm -f --
 
 
}

pkg_postinst_${PN}() {
    #!/bin/sh -e

    ldconfig
    # Create aglglobalapp user needed for global installation
    useradd -d $D${prefix}/apps -m aglglobalapp -r -c "system user for common applications" -g root
    #mkdir -p %TZ_SYS_RW_APP/.config/xwalk-service/applications
    #cd %TZ_SYS_RW_APP/
    #ln -s .config/xwalk-service/applications/
    vconftool set -t string db/ail/ail_info "0" -f -s system::vconf_inhouse
    vconftool set -t string db/menuscreen/desktop "0" -f -s system::vconf_inhouse
    vconftool set -t string db/menu_widget/language "en_US.utf8" -f -s system::vconf_inhouse
    chsmack -a User $D${prefix}/kdb/db/ail
    chsmack -a User $D${prefix}/kdb/db/ail/ail_info
    chsmack -a User $D${prefix}/kdb/db/menuscreen
    chsmack -a User $D${prefix}/kdb/db/menuscreen/desktop
    chsmack -a User $D${prefix}/kdb/db/menu_widget
    chsmack -a User $D${prefix}/kdb/db/menu_widget/language
    mkdir -p $D${prefix}/share/applications
    mkdir -p $D${prefix}/share/applications
    mkdir -p $D${prefix}/apps
    mkdir -p $D${prefix}/dbspace
    mkdir -p $D${prefix}/share/icons/default/small
    chsmack -a '*' $D${prefix}/dbspace
    chsmack -a '*' $D${prefix}/apps
    chsmack -a '*' $D${prefix}/share/applications
    chsmack -a '*' $D${prefix}/share/applications
    chsmack -a '*' $D${prefix}/share/icons
    chsmack -a '*' $D${prefix}/share/icons/default
    chsmack -a '*' $D${prefix}/share/icons/default/small/
    chmod g+w $D${prefix}/share/applications
    chmod g+w $D${prefix}/share/applications
    chown aglglobalapp:root $D${prefix}/share/applications
    chown aglglobalapp:root $D${prefix}/share/applications
    chown aglglobalapp:root $D${prefix}/apps
    chown aglglobalapp:root $D${prefix}/dbspace
    chown aglglobalapp:root $D${prefix}/dbspace
    chown aglglobalapp:root -R $D${prefix}/share/icons
    ail_createdb 2>/dev/null
    ail_syncdb 2>/dev/null
    chsmack -a '*' $D${prefix}/dbspace/.app_info.db*
     

}

pkg_postrm_${PN}() {
    #!/bin/sh -e

    [ "x$D" == "x" ] && ldconfig
    if [ $1 == 0 ]; then
        rm -f $D${prefix}/dbspace/.app_info.db*
    fi

}

PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale"
PACKAGES += " ail "
PACKAGES += " ail-dev "

ail_files = ""
ail_files += "${prefix}/bin/ail_createdb"
ail_files += "${prefix}/bin/ail_createdb_user"
ail_files += "${prefix}/bin/ail_syncdb"
ail_files += "${prefix}/bin/ail_syncdb_user"
ail_files += "${prefix}/bin/ail_initdb"
ail_files += "${prefix}/bin/ail_initdb_user"
ail_files += "${prefix}/bin/ail_fota"
ail_files += "${prefix}/bin/ail_desktop"
ail_files += "${prefix}/bin/ail_filter"
ail_files += "${prefix}/bin/ail_list"
ail_files += "${prefix}/bin/ail_package"
ail_files += "${prefix}/share/install-info/*"
ail_files += "${prefix}/lib/libail.so.0"
ail_files += "${prefix}/lib/libail.so.0.1.0"
MANIFESTFILES_${PN} = "ail.manifest"

ail-dev_files = ""
ail-dev_files += "${prefix}/include/ail.h"
ail-dev_files += "${prefix}/lib/libail.so"
ail-dev_files += "${prefix}/lib/pkgconfig/ail.pc"
MANIFESTFILES_${PN}-dev = "ail.manifest"

FILES_${PN} = "${ail_files}"
FILES_${PN}-dev = "${ail-dev_files}"

PKG_ail= "ail"
PKG_ail-dev= "ail-dev"

require ail-extraconf.inc