diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /gaim | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'gaim')
-rw-r--r-- | gaim/gaim_0.78.bb (renamed from gaim/gaim_1.0.3.oe) | 0 | ||||
-rw-r--r-- | gaim/gaim_0.78.oe | 15 | ||||
-rw-r--r-- | gaim/gaim_0.79.bb | 0 | ||||
-rw-r--r-- | gaim/gaim_0.79.oe | 15 | ||||
-rw-r--r-- | gaim/gaim_0.80.bb | 0 | ||||
-rw-r--r-- | gaim/gaim_0.80.oe | 35 | ||||
-rw-r--r-- | gaim/gaim_1.0.3.bb | 0 |
7 files changed, 0 insertions, 65 deletions
diff --git a/gaim/gaim_1.0.3.oe b/gaim/gaim_0.78.bb index e69de29bb2..e69de29bb2 100644 --- a/gaim/gaim_1.0.3.oe +++ b/gaim/gaim_0.78.bb diff --git a/gaim/gaim_0.78.oe b/gaim/gaim_0.78.oe deleted file mode 100644 index b933032e0f..0000000000 --- a/gaim/gaim_0.78.oe +++ /dev/null @@ -1,15 +0,0 @@ -SECTION = "x11/network" -DESCRIPTION = "multi-protocol instant messaging client" -MAINTAINER = "Phil Blundell <pb@handhelds.org>" -LICENSE = "GPL" - -DEPENDS = "gtk+" - -SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2" - -PREMIRRORS_prepend () { - ${SOURCEFORGE_MIRROR} http://unc.dl.sourceforge.net/sourceforge -} -EXTRA_OECONF = "--disable-audio --disable-perl --disable-tcl --disable-deprecated" - -inherit autotools gettext diff --git a/gaim/gaim_0.79.bb b/gaim/gaim_0.79.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gaim/gaim_0.79.bb diff --git a/gaim/gaim_0.79.oe b/gaim/gaim_0.79.oe deleted file mode 100644 index b933032e0f..0000000000 --- a/gaim/gaim_0.79.oe +++ /dev/null @@ -1,15 +0,0 @@ -SECTION = "x11/network" -DESCRIPTION = "multi-protocol instant messaging client" -MAINTAINER = "Phil Blundell <pb@handhelds.org>" -LICENSE = "GPL" - -DEPENDS = "gtk+" - -SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2" - -PREMIRRORS_prepend () { - ${SOURCEFORGE_MIRROR} http://unc.dl.sourceforge.net/sourceforge -} -EXTRA_OECONF = "--disable-audio --disable-perl --disable-tcl --disable-deprecated" - -inherit autotools gettext diff --git a/gaim/gaim_0.80.bb b/gaim/gaim_0.80.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gaim/gaim_0.80.bb diff --git a/gaim/gaim_0.80.oe b/gaim/gaim_0.80.oe deleted file mode 100644 index 243946ec16..0000000000 --- a/gaim/gaim_0.80.oe +++ /dev/null @@ -1,35 +0,0 @@ -SECTION = "x11/network" -DESCRIPTION = "multi-protocol instant messaging client" -MAINTAINER = "Phil Blundell <pb@handhelds.org>" -LICENSE = "GPL" -PR = "r1" - -DEPENDS = "gtk+" -RRECOMMENDS_${PN} = "gaim-protocol-irc gaim-protocol-jabber" - -SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2" - -PREMIRRORS_prepend () { - ${SOURCEFORGE_MIRROR} http://unc.dl.sourceforge.net/sourceforge -} -EXTRA_OECONF = "--disable-audio --disable-perl --disable-tcl --disable-deprecated" - -FILES_${PN} = "${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \ - ${sysconfdir} ${sharedstatedir} ${localstatedir} \ - /bin /sbin /lib/*.so* ${datadir}/${PN} ${libdir}/${PN}/*.so \ - ${datadir}/pixmaps ${datadir}/applications \ - ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ - ${libdir}/bonobo/servers" -FILES_${PN}-dev += "${libdir}/gaim/*.la" - -inherit autotools gettext - -python populate_packages_prepend () { - root = oe.data.expand('${libdir}/gaim', d) - - do_split_packages(d, root, '^lib(.*)\.so$', - output_pattern='gaim-protocol-%s', - description='GAIM protocol plugin for %s', - prepend=True, - aux_files_pattern=['${datadir}/pixmaps/gaim/status/default/%s.png', '${datadir}/pixmaps/gaim/smileys/default/%s_*']) -} diff --git a/gaim/gaim_1.0.3.bb b/gaim/gaim_1.0.3.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gaim/gaim_1.0.3.bb |