diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-25 00:11:38 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-25 00:11:38 +0000 |
commit | 53f7b4d00cd0191f3adf1790100001517c274d84 (patch) | |
tree | 76c7ad2c8319ba7c3d0f74692137f530766481a6 | |
parent | b26bc7401d1dd01062b6022c51f4d16bf4e88ea3 (diff) |
patch gpe-conf up to latest CVS HEAD
BKrev: 41a5233aX025UH2SBl-9Mnl1zTuuJA
-rw-r--r-- | gpe-conf/gpe-conf-0.1.22/gpe-conf-0.1.22-20041124.patch | 0 | ||||
-rw-r--r-- | gpe-conf/gpe-conf_0.1.22.oe | 23 |
2 files changed, 23 insertions, 0 deletions
diff --git a/gpe-conf/gpe-conf-0.1.22/gpe-conf-0.1.22-20041124.patch b/gpe-conf/gpe-conf-0.1.22/gpe-conf-0.1.22-20041124.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gpe-conf/gpe-conf-0.1.22/gpe-conf-0.1.22-20041124.patch diff --git a/gpe-conf/gpe-conf_0.1.22.oe b/gpe-conf/gpe-conf_0.1.22.oe index e69de29bb2..c60ad00ba1 100644 --- a/gpe-conf/gpe-conf_0.1.22.oe +++ b/gpe-conf/gpe-conf_0.1.22.oe @@ -0,0 +1,23 @@ +PR = "r1" + +inherit gpe + +SRC_URI += "file://gpe-conf-0.1.22-20041124.patch;patch=1;pnum=0" + +DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs xst xset ipaq-sleep ntp gpe-login gpe-icons" +RDEPENDS_${PN} = "xst xset ipaq-sleep ntpdate gpe-login gpe-icons" +SECTION = "gpe" +PRIORITY = "optional" +FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/pixmaps \ + ${datadir}/applications ${datadir}/gpe/pixmaps \ + ${datadir}/gpe-conf" + +do_compile () { + oe_runmake PREFIX=${prefix} + oe_runmake all-desktop PREFIX=${prefix} +} + +do_install () { + oe_runmake PREFIX=${prefix} DESTDIR=${D} install-program +} + |