DEPENDS = "gtk+"
RDEPENDS = "gdk-pixbuf-loader-xpm"
SRC_URI="http://www.dillo.org/download/dillo-${PV}.tar.gz \
- file://gtk2.patch;patch=1 \
- file://fix_about_syntax.patch;patch=1 \
+ file://gtk2.patch;patch=1;pnum=1 \
+ file://fix_about_syntax.patch;patch=1;pnum=1 \
file://dillo.desktop \
file://dillo.png \
file://dillorc"
MAINTAINER = "Chris Lord <cwiiis@handhelds.org>"
PRIORITY = "optional"
+S = ${WORKDIR}/dillo-${PV}/
+
inherit autotools pkgconfig
do_install() {
+inherit gpe
+
+DESCRIPTION = "GPE panel clock"
+DEPENDS = "gtk+ libschedule libgpewidget gpe-announce atd"
+RDEPENDS = "gpe-announce atd"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+SECTION = "gpe"
+PRIORITY = "optional"
+PR = "r1"
+
+SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \
+ file://default-time-24hrs.patch;patch=1"
+inherit gpe
+
+DESCRIPTION = "GPE user login screen"
+SECTION = "gpe"
+PRIORITY = "optional"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd"
+RDEPENDS = "xkbd"
+RPROVIDES = "gpe-session-starter"
+PR = "r1"
+
+SRC_URI += "file://smaller-default-icon-size.patch;patch=1"
-PR = "r4"
+PR = "r5"
inherit gpe
DEPENDS = "matchbox-wm matchbox-panel gpe-bluetooth xstroke xtscal gpe-question matchbox-applet-inputmanager gpe-clock xrandr"
SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-session-scripts-${PV}.tar.gz \
- file://zaurus.sh"
+ file://zaurus.sh \
+ file://change-default-applets.patch;patch=1"
do_install_append() {
install ${WORKDIR}/zaurus.sh ${D}/etc/X11/Xinit.d/11zaurus
+DESCRIPTION = "Simple dockapps created with monolaunch and shell script"
+DEPENDS = "matchbox xmodmap"
+SRC_URI = "file://xrandr-panelapp.sh \
+ file://xrandr-panelapp.desktop \
+ file://xrandr.png"
+SECTION = "gpe"
+PRIORITY = "optional"
+
+do_install() {
+ install -d ${D}/${bindir}
+ install -d ${D}/${datadir}/applications
+ install -d ${D}/${datadir}/pixmaps
+ install -m 0755 ${WORKDIR}/xrandr-panelapp.sh ${D}/${bindir}/
+ install -m 0644 ${WORKDIR}/xrandr-panelapp.desktop ${D}/${datadir}/applications/
+ install -m 0644 ${WORKDIR}/xrandr.png ${D}/${datadir}/pixmaps/
+}
-PR = "r3"
+PR = "r4"
DESCRIPTION = "Matchbox panel"
LICENSE = "GPL"
DEPENDS = "libmatchbox x11 xext xpm apmd startup-notification virtual/kernel"
SRC_URI = "ftp://ftp.handhelds.org/matchbox/sources/matchbox-panel/0.8/matchbox-panel-${PV}.tar.bz2 \
file://automake-lossage.patch;patch=1 \
- file://more-automake-lossage.patch;patch=1"
+ file://more-automake-lossage.patch;patch=1 \
+ file://make-batteryapp-less-strict.patch;patch=1"
S = "${WORKDIR}/matchbox-panel-${PV}"
inherit autotools pkgconfig