blob: 9651ff391670ded08f37e760841662ce1300cef6 (
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
|
DESCRIPTION = "GTK theme engine Sapwood"
LICENSE = "LGPL"
DEPENDS = "gtk+"
PV = "2.43+svn${SRCDATE}"
SRC_URI = "svn://stage.maemo.org/svn/maemo/projects/haf/trunk/;module=sapwood;proto=https \
file://sockets.patch;patch=1 \
"
S = "${WORKDIR}/${PN}"
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-abstract-sockets=no"
do_install_append () {
install -d ${D}${sysconfdir}/osso-af-init
install -m755 ${S}/debian/sapwood-server.sh ${D}${sysconfdir}/osso-af-init/sapwood-server.sh
}
FILES_${PN} += "${libdir}/gtk-2.0/2.10.0/engines/"
|