public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kopete: ChangeLog kopete-3.5.8.ebuild kopete-4.0.0-r1.ebuild kopete-4.0.0.ebuild
@ 2008-01-23  1:17 Ingmar Vanhassel (ingmar)
  0 siblings, 0 replies; only message in thread
From: Ingmar Vanhassel (ingmar) @ 2008-01-23  1:17 UTC (permalink / raw
  To: gentoo-commits

ingmar      08/01/23 01:17:25

  Modified:             ChangeLog kopete-3.5.8.ebuild
  Added:                kopete-4.0.0-r1.ebuild
  Removed:              kopete-4.0.0.ebuild
  Log:
  Translated Category fields cause protocols not appearing, bug 206877. Thanks to Jorge Manuel B. S. Vicetto.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.129                kde-base/kopete/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.128&r2=1.129

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog	18 Jan 2008 00:14:03 -0000	1.128
+++ ChangeLog	23 Jan 2008 01:17:24 -0000	1.129
@@ -1,6 +1,13 @@
 # ChangeLog for kde-base/kopete
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.128 2008/01/18 00:14:03 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.129 2008/01/23 01:17:24 ingmar Exp $
+
+*kopete-4.0.0-r1 (23 Jan 2008)
+
+  23 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org> kopete-3.5.8.ebuild,
+  -kopete-4.0.0.ebuild, +kopete-4.0.0-r1.ebuild:
+  Translated Category fields cause protocols not appearing, bug 206877.
+  Thanks to Jorge Manuel B. S. Vicetto.
 
 *kopete-4.0.0 (18 Jan 2008)
 



1.4                  kde-base/kopete/kopete-3.5.8.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-3.5.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-3.5.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-3.5.8.ebuild?r1=1.3&r2=1.4

Index: kopete-3.5.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.5.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kopete-3.5.8.ebuild	13 Jan 2008 17:49:47 -0000	1.3
+++ kopete-3.5.8.ebuild	23 Jan 2008 01:17:24 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.5.8.ebuild,v 1.3 2008/01/13 17:49:47 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.5.8.ebuild,v 1.4 2008/01/23 01:17:24 ingmar Exp $
 
 KMNAME=kdenetwork
 MAXKDEVER=$PV
@@ -105,6 +105,9 @@
 }
 
 src_compile() {
+	# Use system QCA library
+	sed -e "/SUBDIRS/s/[[:space:]]qca//" -i "${S}"/kopete/protocols/jabber/libiris/Makefile.am
+
 	# External libgadu support - doesn't work, kopete requires a specific development snapshot of libgadu.
 	# Maybe we can enable it in the future.
 	local myconf="$(use_enable jingle)



1.1                  kde-base/kopete/kopete-4.0.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.0.0-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.0.0-r1.ebuild?rev=1.1&content-type=text/plain

Index: kopete-4.0.0-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.0.0-r1.ebuild,v 1.1 2008/01/23 01:17:24 ingmar Exp $

EAPI="1"

KMNAME=kdenetwork
inherit kde4-meta

DESCRIPTION="KDE multi-protocol IM client"
KEYWORDS="~amd64 ~x86"
IUSE="+addbookmarks +alias +autoreplace +contactnotes debug gadu groupwise
+highlight +history htmlhandbook +jabber latex +msn +nowlistening oscar
+privacy qq sms +statistics testbed +texteffect +translator
+urlpicpreview +webpresence winpopup yahoo"
# telepathy is broken.

#IUSE="irc jingle meanwhile messenger oscar ppp	qq rdesktop ssl"

# plugins: latex, history, contactnotes, translator, nowlistening, texteffect, highlight, alias
#		addbookmarks, privacy, urlpicpreview, (sqlite?) statistics, (&& xml2 xslt) webpresence
# protocols: msn, oscar, yahoo, qq, irc (disabled?), winpopup, (ssl?) gadu, sms, messenger,
#		msn, (&& qca2 idn) jabber, (qca2?) groupwise, testbed, (decibel?) telepathy

#		meanwhile hasn't been ported to kde4 yet
#		jingle and irc are disabled in the package
#		messenger is the new msn support protocol (it's not ready yet)

# Tests are KDE-ish.
RESTRICT="test"

RDEPEND="
	dev-libs/libpcre
	kde-base/qimageblitz
	x11-libs/libXScrnSaver
	gadu? ( dev-libs/openssl )
	groupwise? ( app-crypt/qca:2 )
	jabber? ( net-dns/libidn app-crypt/qca:2 )
	statistics? ( dev-db/sqlite:3 )
	webpresence? ( dev-libs/libxml2 dev-libs/libxslt )"
# 	telepathy? ( net-libs/decibel )

DEPEND="${RDEPEND}
	x11-proto/scrnsaverproto"

src_compile() {
	# Translated protocol causing bug 206877.
	sed -e '/X-KDE-PluginInfo-Category\[.*/d' \
		-i "${S}"/kopete/protocols/*/kopete_*.desktop || die "Sed failed."

	# Xmms isn't in portage, thus forcefully disabled.
	#	$(cmake-utils_use_with messenger)
	mycmakeargs="${mycmakeargs}
		-DWITH_Xmms=OFF
		-DWITH_telepathy=OFF
		$(cmake-utils_use_with addbookmarks)
		$(cmake-utils_use_with alias)
		$(cmake-utils_use_with autoreplace)
		$(cmake-utils_use_with contactnotes)
		$(cmake-utils_use_with gadu OPENSSL)
		$(cmake-utils_use_with groupwise)
		$(cmake-utils_use_with groupwise QCA2)
		$(cmake-utils_use_with highlight)
		$(cmake-utils_use_with history)
		$(cmake-utils_use_with jabber IDN)
		$(cmake-utils_use_with jabber QCA2)
		$(cmake-utils_use_with latex)
		$(cmake-utils_use_with msn)
		$(cmake-utils_use_with nowlistening)
		$(cmake-utils_use_with oscar)
		$(cmake-utils_use_with privacy)
		$(cmake-utils_use_with qq)
		$(cmake-utils_use_with sms)
		$(cmake-utils_use_with statistics Sqlite)
		$(cmake-utils_use_with statistics)
		$(cmake-utils_use_with testbed)
		$(cmake-utils_use_with texteffect)
		$(cmake-utils_use_with translator)
		$(cmake-utils_use_with urlpicpreview)
		$(cmake-utils_use_with webpresence LibXml2)
		$(cmake-utils_use_with webpresence LibXslt)
		$(cmake-utils_use_with webpresence)
		$(cmake-utils_use_with winpopup)
		$(cmake-utils_use_with yahoo)"

#		$(cmake-utils_use_with telepathy)
#		$(cmake-utils_use_with telepathy Decibel)

	kde4-meta_src_compile
}

pkg_postinst() {
#	if use telepathy; then
#		elog "To use kopete telepathy plugins, you need to start gabble first:"
#		elog "GABBLE_PERSIST=1 telepathy-gabble &"
#		elog "export TELEPATHY_DATA_PATH=/usr/share/telepathy/managers/"
#	fi
	if use jabber; then
		echo
		elog "In order to use ssl in jabber, messenger and irc you'll need to have qca-ossl"
		echo
	fi
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-23  1:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-23  1:17 [gentoo-commits] gentoo-x86 commit in kde-base/kopete: ChangeLog kopete-3.5.8.ebuild kopete-4.0.0-r1.ebuild kopete-4.0.0.ebuild Ingmar Vanhassel (ingmar)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox