summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/kf/kf_0.5.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/kf/kf_0.5.4.1.bb')
-rwxr-xr-xopenembedded/packages/kf/kf_0.5.4.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/openembedded/packages/kf/kf_0.5.4.1.bb b/openembedded/packages/kf/kf_0.5.4.1.bb
index 892b8ecbe6..b50a8c8411 100755
--- a/openembedded/packages/kf/kf_0.5.4.1.bb
+++ b/openembedded/packages/kf/kf_0.5.4.1.bb
@@ -2,9 +2,11 @@ LICENSE = "GPL"
2DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth" 2DEPENDS = "libxml2 glib-2.0 gtk+ loudmouth"
3MAINTAINER = "Chris Lord <chris@openedhand.com>" 3MAINTAINER = "Chris Lord <chris@openedhand.com>"
4DESCRIPTION = "Kf is a GTK+ instant messaging client." 4DESCRIPTION = "Kf is a GTK+ instant messaging client."
5PR = "r2"
5 6
6SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \ 7SRC_URI = "http://jabberstudio.2nw.net/${PN}/${PN}-${PV}.tar.gz \
7 file://fix-configure.patch;patch=1" 8 file://fix-configure.patch;patch=1 \
9 file://fix-desktop-file.patch=0"
8 10
9inherit autotools pkgconfig 11inherit autotools pkgconfig
10 12