public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kdeplasma-addons: ChangeLog kdeplasma-addons-4.5.2.ebuild
@ 2010-10-06  9:17 Alexey Shvetsov (alexxy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov (alexxy) @ 2010-10-06  9:17 UTC (permalink / raw
  To: gentoo-commits

alexxy      10/10/06 09:17:36

  Modified:             ChangeLog
  Added:                kdeplasma-addons-4.5.2.ebuild
  Log:
  Add KDE SC 4.5.2 =)
  
  (Portage version: 2.2_rc88_p115/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.72                 kde-base/kdeplasma-addons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	6 Sep 2010 00:13:59 -0000	1.71
+++ ChangeLog	6 Oct 2010 09:17:36 -0000	1.72
@@ -1,6 +1,12 @@
 # ChangeLog for kde-base/kdeplasma-addons
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.71 2010/09/06 00:13:59 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.72 2010/10/06 09:17:36 alexxy Exp $
+
+*kdeplasma-addons-4.5.2 (06 Oct 2010)
+
+  06 Oct 2010; Alexey Shvetsov <alexxy@gentoo.org>
+  +kdeplasma-addons-4.5.2.ebuild:
+  Version bump KDE SC 4.5.2
 
 *kdeplasma-addons-4.5.1 (06 Sep 2010)
 



1.1                  kde-base/kdeplasma-addons/kdeplasma-addons-4.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.5.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.5.2.ebuild?rev=1.1&content-type=text/plain

Index: kdeplasma-addons-4.5.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.5.2.ebuild,v 1.1 2010/10/06 09:17:36 alexxy Exp $

EAPI="3"

KMNAME="kdeplasma-addons"
WEBKIT_REQUIRED="always"
inherit kde4-base

DESCRIPTION="Extra Plasma applets and engines."
HOMEPAGE="http://www.kde.org/"
LICENSE="GPL-2 LGPL-2"

KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug desktopglobe exif qalculate qwt rss scim semantic-desktop"

# krunner is only needed to generate dbus interface for lancelot
COMMON_DEPEND="
	app-crypt/qca:2
	dev-libs/libattica
	$(add_kdebase_dep kdelibs 'semantic-desktop?')
	$(add_kdebase_dep krunner)
	$(add_kdebase_dep plasma-workspace 'rss?')
	x11-misc/shared-mime-info
	desktopglobe? ( $(add_kdebase_dep marble) )
	exif? ( $(add_kdebase_dep libkexiv2) )
	qalculate? ( sci-libs/libqalculate )
	qwt? ( x11-libs/qwt:5 )
	rss? ( $(add_kdebase_dep kdepimlibs 'semantic-desktop') )
	scim? ( app-i18n/scim )
"
DEPEND="${COMMON_DEPEND}
	dev-cpp/eigen:2
"
# kde-misc/plasmaboard: moved here in 4.3.65
# kde-misc/qalculate-applet: since 4.4.0
RDEPEND="${COMMON_DEPEND}
	!kdeprefix? (
		!kde-misc/plasmaboard
		!kde-misc/qalculate-applet
	)
"

# kdebase-data: some svg icons moved from data directly here.
add_blocker kdebase-data '<4.2.88'

PATCHES=(
	"${FILESDIR}/${PN}-4.4.74-cmake.patch"
	"${FILESDIR}/4.5.0-fix_lancelot.patch"
)

src_prepare() {
	find "${S}" -name CMakeLists.txt | \
		xargs sed -i \
			-e 's/${KDE4WORKSPACE_PLASMACLOCK_LIBRARY}/plasmaclock/g' \
			-e 's/${KDE4WORKSPACE_WEATHERION_LIBRARY}/weather_ion/g' \
			-e 's/${KDE4WORKSPACE_TASKMANAGER_LIBRARY}/taskmanager/g' \
		|| die "Failed to patch CMake files"

	kde4-base_src_prepare
}

src_configure() {
	mycmakeargs=(
		-DDBUS_INTERFACES_INSTALL_DIR="${EKDEDIR}/share/dbus-1/interfaces/"
		$(cmake-utils_use_with desktopglobe Marble)
		$(cmake-utils_use_with exif Kexiv2)
		$(cmake-utils_use_with qalculate)
		$(cmake-utils_use_with qwt)
		$(cmake-utils_use_with rss KdepimLibs)
		$(cmake-utils_use_with semantic-desktop Nepomuk)
		$(cmake-utils_use_with scim)
	)

	kde4-base_src_configure
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/kdeplasma-addons: ChangeLog kdeplasma-addons-4.5.2.ebuild
@ 2010-10-06 16:00 Jorge Manuel B. S. Vicetto (jmbsvicetto)
  0 siblings, 0 replies; 2+ messages in thread
From: Jorge Manuel B. S. Vicetto (jmbsvicetto) @ 2010-10-06 16:00 UTC (permalink / raw
  To: gentoo-commits

jmbsvicetto    10/10/06 16:00:42

  Modified:             ChangeLog kdeplasma-addons-4.5.2.ebuild
  Log:
  [kde-base/kdeplasma-addons-4.5.2] Dropped the lancelot patch as the fix was applied on this release.
  
  (Portage version: 2.2_rc89/cvs/Linux x86_64)

Revision  Changes    Path
1.73                 kde-base/kdeplasma-addons/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	6 Oct 2010 09:17:36 -0000	1.72
+++ ChangeLog	6 Oct 2010 16:00:41 -0000	1.73
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kdeplasma-addons
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.72 2010/10/06 09:17:36 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/ChangeLog,v 1.73 2010/10/06 16:00:41 jmbsvicetto Exp $
+
+  06 Oct 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
+  kdeplasma-addons-4.5.2.ebuild:
+  [kde-base/kdeplasma-addons-4.5.2] Dropped the lancelot patch as the fix
+  was applied on this release.
 
 *kdeplasma-addons-4.5.2 (06 Oct 2010)
 



1.2                  kde-base/kdeplasma-addons/kdeplasma-addons-4.5.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.5.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.5.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.5.2.ebuild?r1=1.1&r2=1.2

Index: kdeplasma-addons-4.5.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.5.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kdeplasma-addons-4.5.2.ebuild	6 Oct 2010 09:17:36 -0000	1.1
+++ kdeplasma-addons-4.5.2.ebuild	6 Oct 2010 16:00:41 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.5.2.ebuild,v 1.1 2010/10/06 09:17:36 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.5.2.ebuild,v 1.2 2010/10/06 16:00:41 jmbsvicetto Exp $
 
 EAPI="3"
 
@@ -47,7 +47,6 @@
 
 PATCHES=(
 	"${FILESDIR}/${PN}-4.4.74-cmake.patch"
-	"${FILESDIR}/4.5.0-fix_lancelot.patch"
 )
 
 src_prepare() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-06 16:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-06  9:17 [gentoo-commits] gentoo-x86 commit in kde-base/kdeplasma-addons: ChangeLog kdeplasma-addons-4.5.2.ebuild Alexey Shvetsov (alexxy)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-06 16:00 Jorge Manuel B. S. Vicetto (jmbsvicetto)

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