diff options
author | Openmoko anonymizer key <devel@lists.openmoko.org> | 2007-09-12 18:46:51 +0000 |
---|---|---|
committer | Openmoko anonymizer key <devel@lists.openmoko.org> | 2007-09-12 18:46:51 +0000 |
commit | 6f8e9841a489cc7552d8d39fe0cd0627af8d6173 (patch) | |
tree | cce1368a85139b425de879bf40067c104cd8bab1 /packages | |
parent | d8fae0683298aa34cb0c6731787c28cece6f6db9 (diff) | |
parent | f0fbd66344227c7c8c5662c85683e731db73d392 (diff) |
merge of '07a74b59f4e9de4044085d427a87ec5200e7f713'
and 'e5a1ea396fb7692c86910e3aeda7e14613406301'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xchat/xchat_2.6.1.bb | 13 | ||||
-rw-r--r-- | packages/xchat/xchat_2.8.4.bb | 18 |
2 files changed, 18 insertions, 13 deletions
diff --git a/packages/xchat/xchat_2.6.1.bb b/packages/xchat/xchat_2.6.1.bb deleted file mode 100644 index fc362a9c41..0000000000 --- a/packages/xchat/xchat_2.6.1.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Full-featured IRC chat client with scripting support" -LICENSE = "GPL" -HOMEPAGE = "http://www.xchat.org" -SECTION = "x11/network" -DEPENDS = "libgcrypt zlib gtk+" -PR = "r3" - -SRC_URI = "http://www.xchat.org/files/source/2.6/xchat-${PV}.tar.bz2" - -inherit autotools -EXTRA_OECONF = " --disable-perl --disable-python " - -FILES_${PN}-dbg += " /usr/lib/xchat/plugins/.debug" diff --git a/packages/xchat/xchat_2.8.4.bb b/packages/xchat/xchat_2.8.4.bb new file mode 100644 index 0000000000..6626f67ed1 --- /dev/null +++ b/packages/xchat/xchat_2.8.4.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "Full-featured IRC chat client with scripting support" +LICENSE = "GPL" +HOMEPAGE = "http://www.xchat.org" +SECTION = "x11/network" +DEPENDS = "libgcrypt zlib gtk+" +DEPENDS += "gdk-pixbuf-csource-native" +PR = "r0" + +SRC_URI = "http://www.xchat.org/files/source/2.8/xchat-${PV}.tar.bz2" + +inherit autotools + +EXTRA_OECONF = "\ + --disable-perl \ + --disable-python \ +" + +FILES_${PN}-dbg += "${libdir}/xchat/plugins/.debug" |