summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/alsa/alsa-lib_1.0.11.bb5
-rw-r--r--packages/esound/esound-gpe_20020817.bb4
-rw-r--r--packages/gpe-edit/gpe-edit_0.32.bb7
-rw-r--r--packages/mozilla/firefox.inc13
-rw-r--r--packages/mozilla/firefox_1.5.0.6.bb2
-rw-r--r--packages/mozilla/thunderbird_1.0.7.bb5
-rw-r--r--packages/tin/files/.mtn2git_empty (renamed from packages/tin/tin-1.7.3/.mtn2git_empty)0
-rw-r--r--packages/tin/files/configure.patch (renamed from packages/tin/tin-1.7.3/configure.patch)0
-rw-r--r--packages/tin/files/m4.patch (renamed from packages/tin/tin-1.7.3/m4.patch)0
-rw-r--r--packages/tin/files/makecfg-buildcc.patch (renamed from packages/tin/tin-1.7.3/makecfg-buildcc.patch)0
-rw-r--r--packages/tin/tin_1.7.3.bb6
-rw-r--r--packages/tin/tin_1.9.1.bb23
12 files changed, 54 insertions, 11 deletions
diff --git a/packages/alsa/alsa-lib_1.0.11.bb b/packages/alsa/alsa-lib_1.0.11.bb
index fbf1442771..ebfd793f9b 100644
--- a/packages/alsa/alsa-lib_1.0.11.bb
+++ b/packages/alsa/alsa-lib_1.0.11.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Alsa sound library"
HOMEPAGE = "http://www.alsa-project.org"
SECTION = "libs/multimedia"
LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
# configure.in sets -D__arm__ on the command line for any arm system
# (not just those with the ARM instruction set), this should be removed,
@@ -25,8 +25,9 @@ do_stage() {
install -m 0644 utils/alsa.m4 ${STAGING_DATADIR}/aclocal/
}
-PACKAGES += "libasound alsa-server alsa-conf alsa-doc alsa-dev"
+PACKAGES =+ "alsa-server libasound alsa-conf alsa-doc alsa-dev"
PACKAGES_DYNAMIC = "libasound*"
+FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*"
FILES_libasound = "${libdir}/libasound.so*"
FILES_alsa-server = "${bindir}"
FILES_alsa-conf = "${datadir}"
diff --git a/packages/esound/esound-gpe_20020817.bb b/packages/esound/esound-gpe_20020817.bb
index 1b98a1291e..d980ea35ca 100644
--- a/packages/esound/esound-gpe_20020817.bb
+++ b/packages/esound/esound-gpe_20020817.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Enlightened Sound Daemon - GPE version"
SECTION = "gpe/base"
LICENSE = "GPL"
DEPENDS = "audiofile"
-PR = "r4"
+PR = "r5"
PROVIDES += "esound"
RPROVIDES += "esound"
@@ -30,4 +30,4 @@ PACKAGES =+ "esddsp esd esd-utils"
FILES_esddsp = "${bindir}/esddsp ${libdir}/libesddsp.so.*"
FILES_esd = "${bindir}/esd"
-FILES_esd-utils = "${bindir}"
+FILES_esd-utils = "${bindir}/*"
diff --git a/packages/gpe-edit/gpe-edit_0.32.bb b/packages/gpe-edit/gpe-edit_0.32.bb
new file mode 100644
index 0000000000..af59b81e43
--- /dev/null
+++ b/packages/gpe-edit/gpe-edit_0.32.bb
@@ -0,0 +1,7 @@
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+SECTION = "gpe"DESCRIPTION = "Editor for the GPE Palmtop Environment"
+LICENSE = "GPL"
+
+DEPENDS = "gtk+ libgpewidget"
+
+inherit gpe
diff --git a/packages/mozilla/firefox.inc b/packages/mozilla/firefox.inc
index f182086352..bd0322334d 100644
--- a/packages/mozilla/firefox.inc
+++ b/packages/mozilla/firefox.inc
@@ -1,9 +1,18 @@
SRC_URI += "file://mozilla-firefox.png file://mozilla-firefox.desktop"
PACKAGES =+ "firefox-inspector"
-FILES_firefox-inspector = "${libdir}/firefox-${PV}/chrome/inspector"
-FILES_${PN} = "${bindir}/firefox ${datadir}/applications ${datadir}/pixmaps ${libdir}/firefox-${PV} ${bindir}/defaults"
+FILES_firefox-inspector = " ${libdir}/firefox-${PV}/chrome/inspector* \
+ ${libdir}/firefox-${PV}/components/*nspector* \
+ ${libdir}/firefox-${PV}/extensions/inspector* \
+ ${libdir}/firefox-${PV}/defaults/preferences/inspector* \
+ "
+FILES_${PN} = "${bindir}/firefox ${datadir}/applications/ ${datadir}/pixmaps/ ${libdir}/firefox-${PV}/* ${bindir}/defaults"
FILES_${PN}-dev += "${datadir}/idl ${bindir}/firefox-config"
+FILES_${PN}-dbg += " ${libdir}/firefox-${PV}/.debug \
+ ${libdir}/firefox-${PV}/*/.debug \
+ ${libdir}/firefox-${PV}/*/*/*/.debug \
+ ${bindir}/.debug \
+ "
do_install() {
oe_runmake DESTDIR="${D}" destdir="${D}" install
diff --git a/packages/mozilla/firefox_1.5.0.6.bb b/packages/mozilla/firefox_1.5.0.6.bb
index 8f888db5ca..5f21212bd5 100644
--- a/packages/mozilla/firefox_1.5.0.6.bb
+++ b/packages/mozilla/firefox_1.5.0.6.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/source/firefox-${PV}-source.tar.bz2 \
file://xptcstubs.patch;patch=1 \
file://no-xmb.patch;patch=1 \
diff --git a/packages/mozilla/thunderbird_1.0.7.bb b/packages/mozilla/thunderbird_1.0.7.bb
index c3370c6f28..3527ebe93b 100644
--- a/packages/mozilla/thunderbird_1.0.7.bb
+++ b/packages/mozilla/thunderbird_1.0.7.bb
@@ -1,7 +1,7 @@
SECTION = "x11/utils"
DEPENDS += "gnupg"
RRECOMMENDS += "gnupg"
-PR = "r0"
+PR = "r1"
EMVER="0.92.0"
IPCVER="1.1.3"
@@ -15,7 +15,8 @@ http://downloads.mozdev.org/enigmail/src/ipc-${IPCVER}.tar.gz \
file://mozilla-thunderbird.png file://mozilla-thunderbird.desktop"
S = "${WORKDIR}/mozilla"
-FILES_${PN} += "${libdir}/thunderbird-${PV} ${datadir}/idl"
+FILES_${PN} += "${libdir}/thunderbird-${PV}/* ${datadir}/idl"
+FILES_${PN}-dbg += "${libdir}/thunderbird-${PV}/.debug*"
inherit mozilla
diff --git a/packages/tin/tin-1.7.3/.mtn2git_empty b/packages/tin/files/.mtn2git_empty
index e69de29bb2..e69de29bb2 100644
--- a/packages/tin/tin-1.7.3/.mtn2git_empty
+++ b/packages/tin/files/.mtn2git_empty
diff --git a/packages/tin/tin-1.7.3/configure.patch b/packages/tin/files/configure.patch
index 4059fe086f..4059fe086f 100644
--- a/packages/tin/tin-1.7.3/configure.patch
+++ b/packages/tin/files/configure.patch
diff --git a/packages/tin/tin-1.7.3/m4.patch b/packages/tin/files/m4.patch
index 9277f6c1b3..9277f6c1b3 100644
--- a/packages/tin/tin-1.7.3/m4.patch
+++ b/packages/tin/files/m4.patch
diff --git a/packages/tin/tin-1.7.3/makecfg-buildcc.patch b/packages/tin/files/makecfg-buildcc.patch
index 2b3dba44f9..2b3dba44f9 100644
--- a/packages/tin/tin-1.7.3/makecfg-buildcc.patch
+++ b/packages/tin/files/makecfg-buildcc.patch
diff --git a/packages/tin/tin_1.7.3.bb b/packages/tin/tin_1.7.3.bb
index aff987a555..3383f74757 100644
--- a/packages/tin/tin_1.7.3.bb
+++ b/packages/tin/tin_1.7.3.bb
@@ -1,8 +1,9 @@
DESCRIPTION = "Tin is a powerful text mode news reader."
SECTION = "console/network"
DEPENDS = "ncurses"
-PR = "r1"
LICENSE = "GPL"
+PR = "r3"
+
SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \
file://makecfg-buildcc.patch;patch=1 \
file://m4.patch;patch=1 \
@@ -11,8 +12,9 @@ SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \
inherit autotools
EXTRA_OECONF = "--with-screen=ncurses"
+CFLAGS += "-DM_UNIX"
-do_compile () {
+do_compile() {
${BUILD_CC} -DLINK_SIZE=2 -I${S}/include -c pcre/dftables.c
${BUILD_CC} dftables.o -o pcre/dftables
oe_runmake build
diff --git a/packages/tin/tin_1.9.1.bb b/packages/tin/tin_1.9.1.bb
new file mode 100644
index 0000000000..560184f413
--- /dev/null
+++ b/packages/tin/tin_1.9.1.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "Tin is a powerful text mode news reader."
+SECTION = "console/network"
+DEPENDS = "ncurses pcre"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/unstable/tin-${PV}.tar.gz \
+ file://m4.patch;patch=1"
+
+inherit autotools
+
+PARALLEL_MAKE = ""
+EXTRA_OECONF = "--with-screen=ncurses --with-pcre=${STAGING_LIBDIR}/.."
+
+export BUILD_CFLAGS += "-I${S}/include -DHAVE_CONFIG_H"
+
+do_configure() {
+ oe_runconf
+}
+
+do_compile() {
+ cd src && oe_runmake
+}