summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/kf/ChangeLog10
-rw-r--r--net-im/kf/Manifest5
-rw-r--r--net-im/kf/files/digest-kf-0.1.4.11
-rw-r--r--net-im/kf/files/kf-0.1.4.1-gtkspell-2.0.4-compatibility.diff46
-rw-r--r--net-im/kf/kf-0.1.4.1.ebuild32
-rw-r--r--net-im/kf/metadata.xml3
6 files changed, 95 insertions, 2 deletions
diff --git a/net-im/kf/ChangeLog b/net-im/kf/ChangeLog
index 4bed87acda61..b9c7774fb70e 100644
--- a/net-im/kf/ChangeLog
+++ b/net-im/kf/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-im/kf
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/kf/ChangeLog,v 1.4 2004/04/30 20:41:35 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/kf/ChangeLog,v 1.5 2004/06/12 21:44:01 lucass Exp $
+
+*kf-0.1.4.1 (12 Jun 2004)
+
+ 12 Jun 2004; Lukasz Strzygowski <lucass@gentoo.org>; kf-0.1.4.1.ebuild, metadata.xml:
+ Version bump.
+ Added a 'spell' use flag to control spell checking, as well as a patch,
+ that make configure script to work with gtkspell-2.0.4.
+ Added myself to metadata.xml.
30 Apr 2004; Don Seiler <rizzo@gentoo.org>; kf-0.1.3.ebuild:
Updating webpage and src_uri. Thanks to Lukasz Strzygowski, Bug #49532
diff --git a/net-im/kf/Manifest b/net-im/kf/Manifest
index 7735d60845c6..7455bfd4d8d9 100644
--- a/net-im/kf/Manifest
+++ b/net-im/kf/Manifest
@@ -1,4 +1,7 @@
MD5 0bc53e79df5728b8540de64fef8d74c9 kf-0.1.3.ebuild 626
MD5 34389eccffcaff1df366c8dacb5282dc ChangeLog 733
-MD5 777dd6192cc0e6ca0bc051ab9f92a54a metadata.xml 221
+MD5 4516f9f55074517f3730106bb5acb33d metadata.xml 283
+MD5 76a19338ce7d8aca5e4b02da6bfa079f kf-0.1.4.1.ebuild 867
MD5 98d6cf07e858b71d97400b58a061606c files/digest-kf-0.1.3 60
+MD5 f517f8af2355d88b0daed91fdcf32588 files/digest-kf-0.1.4.1 62
+MD5 b19e02c683307442b98326135f77edeb files/kf-0.1.4.1-gtkspell-2.0.4-compatibility.diff 2125
diff --git a/net-im/kf/files/digest-kf-0.1.4.1 b/net-im/kf/files/digest-kf-0.1.4.1
new file mode 100644
index 000000000000..8dc4fbc74ce6
--- /dev/null
+++ b/net-im/kf/files/digest-kf-0.1.4.1
@@ -0,0 +1 @@
+MD5 f92ed71670d42b2bf2e8c6485d7270ec kf-0.1.4.1.tar.gz 245539
diff --git a/net-im/kf/files/kf-0.1.4.1-gtkspell-2.0.4-compatibility.diff b/net-im/kf/files/kf-0.1.4.1-gtkspell-2.0.4-compatibility.diff
new file mode 100644
index 000000000000..8684b82aea5f
--- /dev/null
+++ b/net-im/kf/files/kf-0.1.4.1-gtkspell-2.0.4-compatibility.diff
@@ -0,0 +1,46 @@
+--- kf-0.1.4.1/configure 2004-06-12 22:40:49.912614680 +0200
++++ kf-0.1.4.1/configure 2004-06-12 22:41:36.264568112 +0200
+@@ -1216,28 +1216,28 @@
+ else
+ PKG_CONFIG_MIN_VERSION=0.9.0
+ if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
+- echo $ac_n "checking for gtkspell-2.0 >= 2.0.5""... $ac_c" 1>&6
+-echo "configure:1221: checking for gtkspell-2.0 >= 2.0.5" >&5
++ echo $ac_n "checking for gtkspell-2.0 >= 2.0.4""... $ac_c" 1>&6
++echo "configure:1221: checking for gtkspell-2.0 >= 2.0.4" >&5
+
+- if $PKG_CONFIG --exists "gtkspell-2.0 >= 2.0.5" ; then
++ if $PKG_CONFIG --exists "gtkspell-2.0 >= 2.0.4" ; then
+ echo "$ac_t""yes" 1>&6
+ succeeded=yes
+
+ echo $ac_n "checking GTKSPELL_CFLAGS""... $ac_c" 1>&6
+ echo "configure:1228: checking GTKSPELL_CFLAGS" >&5
+- GTKSPELL_CFLAGS=`$PKG_CONFIG --cflags "gtkspell-2.0 >= 2.0.5"`
++ GTKSPELL_CFLAGS=`$PKG_CONFIG --cflags "gtkspell-2.0 >= 2.0.4"`
+ echo "$ac_t""$GTKSPELL_CFLAGS" 1>&6
+
+ echo $ac_n "checking GTKSPELL_LIBS""... $ac_c" 1>&6
+ echo "configure:1233: checking GTKSPELL_LIBS" >&5
+- GTKSPELL_LIBS=`$PKG_CONFIG --libs "gtkspell-2.0 >= 2.0.5"`
++ GTKSPELL_LIBS=`$PKG_CONFIG --libs "gtkspell-2.0 >= 2.0.4"`
+ echo "$ac_t""$GTKSPELL_LIBS" 1>&6
+ else
+ GTKSPELL_CFLAGS=""
+ GTKSPELL_LIBS=""
+ ## If we have a custom action on failure, don't print errors, but
+ ## do set a variable so people can do so.
+- GTKSPELL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtkspell-2.0 >= 2.0.5"`
++ GTKSPELL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtkspell-2.0 >= 2.0.4"`
+
+ fi
+
+@@ -1258,7 +1258,7 @@
+ # PACKAGE_LIBS="$PACKAGE_LIBS $GTKSPELL_LIBS"
+ # PACKAGE_CFLAGS="$PACKAGE_CFLAGS $GTKSPELL_CFLAGS"
+ if test "x$have_gtkspell" = "xyes"; then
+- MODULES="$MODULES gtkspell-2.0 >= 2.0.5"
++ MODULES="$MODULES gtkspell-2.0 >= 2.0.4"
+ cat >> confdefs.h <<\EOF
+ #define HAVE_GTKSPELL 1
+ EOF
diff --git a/net-im/kf/kf-0.1.4.1.ebuild b/net-im/kf/kf-0.1.4.1.ebuild
new file mode 100644
index 000000000000..a0032236b332
--- /dev/null
+++ b/net-im/kf/kf-0.1.4.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/kf/kf-0.1.4.1.ebuild,v 1.1 2004/06/12 21:44:01 lucass Exp $
+
+inherit eutils
+
+DESCRIPTION="kf is a simple Jabber messenger."
+HOMEPAGE="http://www.habazie.rams.pl/kf/"
+SRC_URI="http://www.habazie.rams.pl/kf/files/${P}.tar.gz"
+LICENSE="GPL-2"
+DEPEND=">=x11-libs/gtk+-2
+ >=net-libs/loudmouth-0.16
+ >=gnome-base/libglade-2
+ >=app-text/gtkspell-2.0.4"
+SLOT="0"
+IUSE="spell"
+KEYWORDS="~x86 ~ppc"
+
+src_unpack() {
+ unpack ${A}
+ epatch ${FILESDIR}/${P}-gtkspell-2.0.4-compatibility.diff
+}
+
+src_compile() {
+ econf `use_enable spell gtkspell` || die 'econf failed'
+ emake || die 'emake failed'
+}
+
+src_install() {
+ make install DESTDIR=${D} || die 'make install failed'
+ dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
+}
diff --git a/net-im/kf/metadata.xml b/net-im/kf/metadata.xml
index 630efdad3ffd..0f08063e8a94 100644
--- a/net-im/kf/metadata.xml
+++ b/net-im/kf/metadata.xml
@@ -5,4 +5,7 @@
<maintainer>
<email>net-im@gentoo.org</email>
</maintainer>
+<maintainer>
+ <email>lucass@gentoo.org</email>
+</maintainer>
</pkgmetadata>