apply SRC_URI cleanup patch from Andrew Zabolotny
authorPhil Blundell <philb@gnu.org>
Wed, 24 Nov 2004 10:36:50 +0000 (10:36 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 24 Nov 2004 10:36:50 +0000 (10:36 +0000)
BKrev: 41a46442gQQyjH2tdMY3_XyigOZcNw

33 files changed:
gpe-aerial/gpe-aerial_0.2.11.oe
gpe-autostarter/gpe-autostarter_0.6.oe
gpe-package/gpe-package_0.0.10.oe
gpe-package/gpe-package_0.0.12.oe
gpe-package/gpe-package_0.0.9-1.oe
gpe-plucker/gpe-plucker_0.1.oe
gpe-question/gpe-question_0.03.oe
gpe-question/gpe-question_0.04.oe
gpe-session-scripts/gpe-session-scripts_0.61.oe
gpe-session-scripts/gpe-session-scripts_0.62.oe
gpe-soundbite/gpe-soundbite_1.0.5.oe
gpe-timesheet/gpe-timesheet_0.13.oe
gpe-timesheet/gpe-timesheet_0.14.oe
gpe-today/gpe-today_0.08.oe
gpe-todo/gpe-todo_0.46.oe
gpe-watch/gpe-watch_0.10.oe
libdisplaymigration/libdisplaymigration_0.28.oe
libdotdesktop/libdotdesktop_0.11.oe
libeventdb/libeventdb_0.15.oe
libgpepimc/libgpepimc_0.2.oe
libgpepimc/libgpepimc_0.3.oe
libgpevtype/libgpevtype_0.3.oe
libmimedir/libmimedir_0.0-20040307.oe
libschedule/libschedule_0.13.oe
libtododb/libtododb_0.07.oe
libtododb/libtododb_0.08.oe
libxsettings-client/libxsettings-client_0.12.oe
libxsettings/libxsettings_0.11.oe
nsqld/nsqld_0.5.3.oe
xtscal/xtscal_0.4.oe
xtscal/xtscal_0.5.1.oe
xtscal/xtscal_0.5.oe
xtscal/xtscal_0.6.3.oe

index ea25c10..a901e11 100644 (file)
@@ -6,5 +6,4 @@ SECTION = "gpe"
 PRIORITY = "optional"
 LICENSE = "GPL"
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/${PN}-${PV}.tar.gz \
-          file://fix_makefile.patch;patch=1"
+SRC_URI += "file://fix_makefile.patch;patch=1"
index aae9ec6..0b3edf9 100644 (file)
@@ -3,6 +3,4 @@ SECTION = "gpe"
 DEPENDS = "glib-2.0 dbus hotplug-dbus"
 RDEPENDS = "hotplug-dbus"
 
-SRC_URI = "ftp://gpe.handhelds.org/gpe/source/gpe-autostarter-${PV}.tar.gz"
-
 inherit gpe
index 86aedc6..612f4d9 100644 (file)
@@ -8,9 +8,8 @@ PRIORITY = "optional"
 #BROKEN = "1"
 PR = "r1"
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/${PN}-${PV}.tar.gz \
-           file://fix_makefile.patch;patch=1 \
-          file://fix_interface_c.patch;patch=1"
+SRC_URI += "file://fix_makefile.patch;patch=1 \
+           file://fix_interface_c.patch;patch=1"
 
 do_compile() {
         oe_runmake STAGING_INCDIR="${STAGING_INCDIR}"
index ef0d4d1..44fab5c 100644 (file)
@@ -9,7 +9,6 @@ RDEPENDS = "gpe-icons"
 SECTION = "gpe"
 PRIORITY = "optional"
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/${PN}-${PV}.tar.gz \
-          file://use-filesel.patch;patch=1"
+SRC_URI += "file://use-filesel.patch;patch=1"
 
 FILES_{PN} += "${datadir}"
index 01dbabc..a64734c 100644 (file)
@@ -6,9 +6,8 @@ RDEPENDS = "gpe-icons"
 SECTION = "gpe"
 PRIORITY = "optional"
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/${PN}-${PV}.tar.gz \
-           file://fix_makefiles.patch;patch=1 \
-          file://fix_interface_c.patch;patch=1"
+SRC_URI += "file://fix_makefiles.patch;patch=1 \
+           file://fix_interface_c.patch;patch=1"
 
 do_compile() {
        oe_runmake STAGING_INCDIR="${STAGING_INCDIR}"
index e69de29..80582cd 100644 (file)
@@ -0,0 +1,8 @@
+inherit gpe pkgconfig
+
+DESCRIPTION = "Plucker ebook reader"
+DEPENDS = "gtk+ libgpewidget"
+SECTION = "gpe"
+PRIORITY = "optional"
+
+SRC_URI += "file://fix_makefiles.patch;patch=1"
index e69de29..b1f9e4b 100644 (file)
@@ -0,0 +1,6 @@
+inherit gpe
+
+DEPENDS = "libgpewidget"
+RDEPENDS = "gpe-icons"
+SECTION = "gpe"
+DESCRIPTION = "GPE interface for asking questions from shell scripts"
index e69de29..b1f9e4b 100644 (file)
@@ -0,0 +1,6 @@
+inherit gpe
+
+DEPENDS = "libgpewidget"
+RDEPENDS = "gpe-icons"
+SECTION = "gpe"
+DESCRIPTION = "GPE interface for asking questions from shell scripts"
index b03c631..fb7d05a 100644 (file)
@@ -11,8 +11,7 @@ RDEPENDS = "matchbox gpe-session-starter gpe-bluetooth xstroke xtscal gpe-questi
 # more rdepends: keylaunch ipaq-sleep apmd blueprobe
 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://change-default-applets.patch;patch=1"
+SRC_URI += "file://change-default-applets.patch;patch=1"
 
 do_install_append() {
        install -d ${D}/etc/gpe/xsettings-default.d
index e69de29..81bb954 100644 (file)
@@ -0,0 +1,24 @@
+LICENSE = "GPL"
+PR = "r0"
+
+inherit gpe
+
+DESCRIPTION = "GPE session startup scripts"
+SECTION = "gpe"
+PRIORITY = "optional"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+RDEPENDS = "matchbox gpe-session-starter gpe-bluetooth xstroke xtscal gpe-question gpe-clock matchbox-applet-inputmanager xrandr"
+# more rdepends: keylaunch ipaq-sleep apmd blueprobe
+DEPENDS = "matchbox-wm matchbox-panel gpe-bluetooth xstroke xtscal gpe-question matchbox-applet-inputmanager gpe-clock xrandr"
+
+SRC_URI += "file://zaurus.sh \
+       file://change-default-applets.patch;patch=1"
+
+do_install_append() {
+       install ${WORKDIR}/zaurus.sh ${D}/etc/X11/Xinit.d/11zaurus
+       install -d ${D}/etc/gpe/xsettings-default.d
+       if [ "${GPE_MACHINE_CLASS}" != "bigscreen" ]; then
+               echo "Gtk/ToolbarStyle:S:icons" > ${D}/etc/gpe/xsettings-default.d/toolbar
+       fi
+}
+
index e69de29..5d99303 100644 (file)
@@ -0,0 +1,7 @@
+inherit gpe pkgconfig
+
+DESCRIPTION = "GPE audio Recorder"
+DEPENDS = "gtk+ libgpewidget libglade libgsm gpe-soundserver"
+SECTION = "gpe"
+PRIORITY = "optional"
+LDFLAGS_append = "-Wl,--export-dynamic"
index 6218113..b97ed97 100644 (file)
@@ -4,5 +4,4 @@ inherit gpe
 DEPENDS = "libgpewidget glib-2.0 gtk+"
 SECTION = "gpe"
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-timesheet-${PV}.tar.gz \
-       file://gpe-timesheet-makefile.patch;patch=0"
+SRC_URI += "file://gpe-timesheet-makefile.patch;patch=0"
index e7b2560..b4f5807 100644 (file)
@@ -5,5 +5,3 @@ DESCRIPTION = "GPE time tracker"
 DEPENDS = "libgpewidget gtk+ sqlite"
 SECTION = "gpe"
 RDEPENDS = "gpe-icons"
-
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-timesheet-${PV}.tar.gz"
index 64fd709..492128a 100644 (file)
@@ -6,5 +6,4 @@ DEPENDS = "gtk+ libxrandr libxsettings libxsettings-client libgpewidget libdispl
 SECTION = "gpe"
 PRIORITY = "optional"
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-today-${PV}.tar.gz \
-       file://gpe-today_makefiles.patch;patch=1"
+SRC_URI += "file://gpe-today_makefiles.patch;patch=1"
index a5b78aa..04eed9a 100644 (file)
@@ -6,5 +6,3 @@ DEPENDS = "gtk+ libdisplaymigration libgpewidget libgpepimc libtododb"
 MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 SECTION = "gpe"
 PRIORITY = "optional"
-
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/gpe-todo-${PV}.tar.gz"
index e69de29..c412952 100644 (file)
@@ -0,0 +1,8 @@
+inherit gpe pkgconfig
+
+DESCRIPTION = "GPE analog clock-watch"
+DEPENDS = "gtk+ libgpewidget"
+SECTION = "gpe"
+PRIORITY = "optional"
+
+SRC_URI += "file://fix_makefile.patch;patch=1"
index 3080fef..7d85914 100644 (file)
@@ -7,8 +7,6 @@ PRIORITY = "optional"
 
 inherit pkgconfig gpe
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libdisplaymigration-${PV}.tar.gz"
-
 headers = "displaymigration.h auth.h crypt.h"
 
 do_stage () {
index 17444c8..463b143 100644 (file)
@@ -4,7 +4,7 @@ DEPENDS = "glib-2.0"
 
 inherit pkgconfig
 
-SRC_URI = "ftp://gpe.handhelds.org/gpe/source/libdotdesktop-${PV}.tar.gz \
+SRC_URI = "${GPE_MIRROR}/libdotdesktop-${PV}.tar.gz \
        file://make_build_var.patch;patch=1"
 
 headers = "dotdesktop.h"
index 33bec04..9d3dcbe 100644 (file)
@@ -7,8 +7,6 @@ DEPENDS = "libgpewidget libgpepimc sqlite"
 
 inherit pkgconfig gpe
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libeventdb-${PV}.tar.gz"
-
 headers = "event-db.h"
 
 do_stage () {
index b6da42e..c189aea 100644 (file)
@@ -7,8 +7,7 @@ DEPENDS = "libgpewidget libdisplaymigration gtk+ sqlite"
 
 inherit pkgconfig gpe
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libgpepimc-${PV}.tar.gz \
-       file://libgpepimc_pc.patch;patch=1"
+SRC_URI += "file://libgpepimc_pc.patch;patch=1"
 
 headers = "pim-categories.h pim-categories-ui.h"
 
index 0b9164f..3e178cc 100644 (file)
@@ -7,8 +7,6 @@ DEPENDS = "libgpewidget libdisplaymigration gtk+ sqlite"
 
 inherit pkgconfig gpe
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libgpepimc-${PV}.tar.gz"
-
 headers = "pim-categories.h pim-categories-ui.h"
 
 do_stage () {
index b232a5d..5af5870 100644 (file)
@@ -7,8 +7,6 @@ DEPENDS = "libmimedir"
 
 inherit pkgconfig gpe
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libgpevtype-${PV}.tar.gz"
-
 headers = "tag-db.h vcard.h vevent.h vtodo.h"
 
 do_stage () {
index 90386b5..98c410a 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "LGPL"
 DEPENDS = "intltool-native"
 PR = "r1"
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libmimedir-snapshot-20040307.tar.gz"
+SRC_URI = "${GPE_MIRROR}/libmimedir-snapshot-20040307.tar.gz"
 S = "${WORKDIR}/libmimedir"
 
 inherit autotools pkgconfig
index f756224..feba11c 100644 (file)
@@ -8,8 +8,6 @@ DEPENDS = "glib-2.0"
 
 inherit pkgconfig gpe
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libschedule-${PV}.tar.gz"
-
 headers = "schedule.h"
 
 do_stage () {
index ecfa13b..180481f 100644 (file)
@@ -7,8 +7,6 @@ DEPENDS = "libgpewidget libgpepimc sqlite"
 
 inherit pkgconfig gpe
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libtododb-${PV}.tar.gz"
-
 headers = "todo-db.h"
 
 do_stage () {
index ecfa13b..180481f 100644 (file)
@@ -7,8 +7,6 @@ DEPENDS = "libgpewidget libgpepimc sqlite"
 
 inherit pkgconfig gpe
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libtododb-${PV}.tar.gz"
-
 headers = "todo-db.h"
 
 do_stage () {
index 8e40c7a..51e1c21 100644 (file)
@@ -4,8 +4,7 @@ DEPENDS = "libgpewidget libxsettings x11"
 
 inherit pkgconfig gpe
 
-SRC_URI = "ftp://gpe.handhelds.org/gpe/source/libxsettings-client0-${PV}.tar.gz \
-       file://make_pkgconfig_x11.patch;patch=1"
+SRC_URI += "file://make_pkgconfig_x11.patch;patch=1"
 
 S = "${WORKDIR}/libxsettings-client0-0.12"
 
index 9b9d0b4..0f2fe54 100644 (file)
@@ -6,8 +6,6 @@ DEPENDS = "x11"
 
 inherit gpe
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libxsettings-${PV}.tar.gz"
-
 headers = "xsettings-common.h"
 
 do_stage () {
index e69de29..f438daf 100644 (file)
@@ -0,0 +1,16 @@
+DESCRIPTION = "Server process for syncing"
+SECTION = "gpe"
+PRIORITY = "optional"
+MAINTAINER = "Tim Teulings <tim@teulings.org>"
+LICENSE = "GPL"
+
+SRC_URI = "${GPE_MIRROR}/nsqld-${PV}.tar.gz"
+
+S = "${WORKDIR}/nsqld-${PV}"
+
+inherit autotools pkgconfig
+
+do_install () {
+        install -d ${D}/${bindir}
+        install -m 0755 ${WORKDIR}/nsqld-${PV}/nsqld ${D}${bindir}
+}
index f054887..310f525 100644 (file)
@@ -4,8 +4,6 @@ SECTION = "x11/base"
 
 DEPENDS = "x11 libxft libxrandr"
 
-
-
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2"
+SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2"
 
 inherit autotools
index 73c1a81..46eddc2 100644 (file)
@@ -6,7 +6,7 @@ DEPENDS = "x11 libxft libxrandr xcalibrate"
 
 PR = "r1"
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2 \
+SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2 \
           file://xtscal-poodle.patch;patch=1"
 
 inherit autotools
index 2e71aff..8b81194 100644 (file)
@@ -4,6 +4,6 @@ SECTION = "x11/base"
 
 DEPENDS = "x11 libxft libxrandr xcalibrate"
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2"
+SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2"
 
 inherit autotools
index 7176ea0..022833f 100644 (file)
@@ -6,6 +6,6 @@ DEPENDS = "x11 libxft libxrandr xcalibrate"
 
 PR = "r0"
 
-SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/xtscal-${PV}.tar.bz2"
+SRC_URI = "${GPE_MIRROR}/xtscal-${PV}.tar.bz2"
 
 inherit autotools