aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-conf/gpe-conf_0.2.1.bb
blob: 8b1ad889773fa10259836bea4f6eed51c1d0542b (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
LICENSE  = "GPL"
SECTION  = "gpe"
PRIORITY = "optional"

DEPENDS = "gtk+ esound-gpe audiofile libgpewidget libxsettings libxsettings-client xset ipaq-sleep ntpdate timezones"
RDEPENDS_${PN} = "xst xset ipaq-sleep ntpdate gpe-login gpe-icons timezones"
RDEPENDS_gpe-conf-panel = "gpe-conf"

MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
PR="r2"

SRC_URI += " file://timezone-fault.patch;patch=1;pnum=0"

GPE_TARBALL_SUFFIX = "bz2"

inherit gpe autotools pkgconfig

PACKAGES += "gpe-conf-panel"

FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps \
                ${datadir}/applications/gpe-conf-* ${datadir}/gpe/pixmaps \
                ${datadir}/gpe-conf"

FILES_gpe-conf-panel = "${datadir}/applications/gpe-conf.desktop"