summaryrefslogtreecommitdiff
path: root/gaim
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-16 06:46:57 +0000
committerChris Larson <clarson@kergoth.com>2004-11-16 06:46:57 +0000
commit654abaacc8e90f051c9aff1851f8cdc92fd959b6 (patch)
treeca9cd607501caf80b5964f78caef764cc6c25172 /gaim
parent81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (diff)
Kill manual dependency on gettext-native in favor of inheriting the oeclass, in some packages.
BKrev: 4199a2611jNNB6rZRguDijjOn9uXgw
Diffstat (limited to 'gaim')
-rw-r--r--gaim/gaim_0.78.oe4
-rw-r--r--gaim/gaim_0.79.oe4
-rw-r--r--gaim/gaim_0.80.oe4
3 files changed, 6 insertions, 6 deletions
diff --git a/gaim/gaim_0.78.oe b/gaim/gaim_0.78.oe
index 7d4617030f..82a0a11e7a 100644
--- a/gaim/gaim_0.78.oe
+++ b/gaim/gaim_0.78.oe
@@ -2,11 +2,11 @@ SECTION = "x11/network"
DESCRIPTION = "multi-protocol instant messaging client"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ gettext-native"
+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
+inherit autotools gettext gettext
diff --git a/gaim/gaim_0.79.oe b/gaim/gaim_0.79.oe
index 7d4617030f..82a0a11e7a 100644
--- a/gaim/gaim_0.79.oe
+++ b/gaim/gaim_0.79.oe
@@ -2,11 +2,11 @@ SECTION = "x11/network"
DESCRIPTION = "multi-protocol instant messaging client"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-DEPENDS = "gtk+ gettext-native"
+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
+inherit autotools gettext gettext
diff --git a/gaim/gaim_0.80.oe b/gaim/gaim_0.80.oe
index 55647c6e79..10d74baca8 100644
--- a/gaim/gaim_0.80.oe
+++ b/gaim/gaim_0.80.oe
@@ -3,7 +3,7 @@ DESCRIPTION = "multi-protocol instant messaging client"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
PR = "r1"
-DEPENDS = "gtk+ gettext-native"
+DEPENDS = "gtk+"
RRECOMMENDS_${PN} = "gaim-protocol-irc gaim-protocol-jabber"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2"
@@ -19,7 +19,7 @@ FILES_${PN} = "${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \
${libdir}/bonobo/servers"
FILES_${PN}-dev += "${libdir}/gaim/*.la"
-inherit autotools
+inherit autotools gettext gettext
python populate_packages_prepend () {
root = oe.data.expand('${libdir}/gaim', d)