summaryrefslogtreecommitdiffstats
path: root/recipes/matchbox2/matchbox-desktop-2_svn.bb
blob: 0a50bacf2bb67ebcc53d7ba6a7b1dc4eeddb2ae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Matchbox Window Manager Desktop"
LICENSE = "GPL"
SECTION = "x11/panels"
DEPENDS = "gtk+ startup-notification"
RDEPENDS = "matchbox-common"
SRCREV = "2096"
PV = "2.0+svnr${SRCPV}"
PR = "r1"

inherit autotools_stage pkgconfig

SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
	   file://fallback-folder.patch;patch=1;pnum=0 \
"
S = "${WORKDIR}/${PN}"

EXTRA_OECONF = "--program-transform-name='s/$/-2/'"