blob: 316a8d04b06a4df38c61d0862df134d57ca6caee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DESCRIPTION = "OpenMoko New Rotate is a screen rotation program"
HOMEPAGE = "http://code.google.com/p/omnewrotate/"
AUTHOR = "Rui Seabra"
LICENSE = "GPLv3"
SECTION = "console/network"
DEPENDS = "libframeworkd-glib xrandr"
SRCREV = "66"
PV = "0.5.8+svnr${SRCPV}"
PR = "r1"
SRC_URI = "svn://omnewrotate.googlecode.com/svn;module=trunk;proto=http \
file://xsession.script.patch"
S = "${WORKDIR}/trunk"
CONFFILES_${PN} = "${sysconfdir}/default/omnewrotate.conf"
inherit autotools
|