Permalink
Newer
100755
40 lines (28 sloc)
555 Bytes
5
SRCURL[0]="https://download.gnome.org/sources/gnome-session/${PKGVERSION[2
6
]}/gnome-session-${PKGVERSION}.tar.xz"
7
8
# PATCHURL+=()
9
10
# build_in_sourcedir
11
12
# sourcesubdir_append src
13
14
#mee_extract() {
15
# bee_extract "${@}"
16
#}
17
18
#mee_patch() {
19
# bee_patch "${@}"
20
#}
21
22
#mee_configure() {
23
# bee_configure
24
#}
25
26
#mee_build() {
27
# bee_build
28
#}
29
30
#mee_install() {
31
# bee_install
32
#}
33
34
mee_install_post() {
35
start_cmd mv ${D}${DATADIR}/xsessions{,.available}
36
}