diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-02 21:32:50 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-02 21:32:50 +0000 |
commit | a33bce4e136edcfb8143ff467b484c3b16727ed9 (patch) | |
tree | 2c73956e9bca32d0dabb446e0edb4a6ba377058d /gpe-conf | |
parent | 19db883ac9a0a71bb3e875e6cc991baea3a15701 (diff) |
remove unwanted FILES
BKrev: 4187fd021CwAw7Pq1Yh6mJUumzwPcw
Diffstat (limited to 'gpe-conf')
-rw-r--r-- | gpe-conf/gpe-conf_0.1.21.oe | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/gpe-conf/gpe-conf_0.1.21.oe b/gpe-conf/gpe-conf_0.1.21.oe index e69de29bb2..62240efba9 100644 --- a/gpe-conf/gpe-conf_0.1.21.oe +++ b/gpe-conf/gpe-conf_0.1.21.oe @@ -0,0 +1,35 @@ +PR = "r1" + +inherit gpe pkgconfig + +DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs xst xset ipaq-sleep ntp gpe-login gpe-icons" +RDEPENDS = "xst xset ipaq-sleep ntpdate gpe-login gpe-icons" +SECTION = "gpe" +PRIORITY = "optional" +FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps ${datadir}/applications" +FILES_${PN} += " ${datadir}/gpe/pixmaps ${datadir}/gpe-conf" + +SRC_URI = "${GPE_MIRROR}/gpe-conf-${PV}.tar.gz \ + file://icons.patch;patch=1;pnum=0" + +# disable wifi support, enable limited capabilities appmgr interface +CPPFLAGS_append = " -D APPMGR_INTERFACE -DDISABLE_XRANDR -DIMG_HEIGHT=200 -DIMG_WIDTH=200" + +do_configure_prepend () { + install ${WORKDIR}/netbook.png ${S}/pixmaps/ +} + +do_compile () { + oe_runmake PREFIX=${prefix} + oe_runmake all-desktop PREFIX=${prefix} +} + +do_install () { + oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program +} + +do_install_append () { + rm ${D}/${datadir}/applications/gpe-conf-kbd.desktop + rm ${D}/${datadir}/applications/gpe-conf-keyctl.desktop + rm ${D}/${datadir}/applications/gpe-conf-admin.desktop +} |