blob: 9b008ac3f0b868de1de5abb398a94396cb1df435 (
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
|
DESCRIPTION = "GNOME utilities"
SECTION = "x11/gnome"
LICENSE = "GPL"
DEPENDS = "gnome-common glib-2.0 gtk+ gconf"
inherit gnome pkgconfig
SRC_URI += "file://no-try-run-strftime.diff"
EXTRA_OECONF = "--disable-scrollkeeper"
do_configure_append() {
for i in $(find ${S} -name "Makefile") ; do
sed -i -e s:-Werror::g $i
done
}
do_stage () {
autotools_stage_all
}
FILES_${PN} += "${datadir}/baobab \
${datadir}/gdict-1.0 \
${datadir}/gnome-dictionary \
${datadir}/gnome-screenshot \
"
SRC_URI[archive.md5sum] = "156e38fdf348bf2db4fcb7b84ddcc2aa"
SRC_URI[archive.sha256sum] = "40c99392e6c06ff31d735c41cf285f02b7b8c0419f1954c533b7da900e7b9752"
|