Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Tomas Chvatal (scarabeus)" <scarabeus@g.o>
|
|
Subject:
|
gentoo-x86 commit in kde-base/plasma-workspace: ChangeLog plasma-workspace-4.3.3.ebuild
|
|
Date:
|
Sun, 22 Nov 2009 11:38:44 +0000
|
|
scarabeus 09/11/22 11:38:44
Modified: ChangeLog plasma-workspace-4.3.3.ebuild
Log:
Add semantic-desktop useflag. Per bug #257070.
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Revision Changes Path
1.41 kde-base/plasma-workspace/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 9 Nov 2009 10:32:16 -0000 1.40
+++ ChangeLog 22 Nov 2009 11:38:44 -0000 1.41
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/plasma-workspace
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.40 2009/11/09 10:32:16 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.41 2009/11/22 11:38:44 scarabeus Exp $
+
+ 22 Nov 2009; Tomáš Chvátal <scarabeus@g.o>
+ plasma-workspace-4.3.3.ebuild:
+ Add semantic-desktop useflag. Per bug #257070.
09 Nov 2009; Jonathan Callen <abcd@g.o>
-files/plasma-workspace-fake-panel-transparency.patch:
1.2 kde-base/plasma-workspace/plasma-workspace-4.3.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.3.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.3.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.3.3.ebuild?r1=1.1&r2=1.2
Index: plasma-workspace-4.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plasma-workspace-4.3.3.ebuild 2 Nov 2009 22:08:59 -0000 1.1
+++ plasma-workspace-4.3.3.ebuild 22 Nov 2009 11:38:44 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.3.3.ebuild,v 1.1 2009/11/02 22:08:59 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.3.3.ebuild,v 1.2 2009/11/22 11:38:44 scarabeus Exp $
EAPI="2"
@@ -10,7 +10,7 @@
DESCRIPTION="Plasma: KDE desktop framework"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="debug +handbook google-gadgets python rss xinerama"
+IUSE="debug +handbook google-gadgets python rss +semantic-desktop xinerama"
COMMONDEPEND="
$(add_kdebase_dep kephal)
@@ -30,6 +30,7 @@
$(add_kdebase_dep pykde4)
)
rss? ( $(add_kdebase_dep kdepimlibs) )
+ semantic-desktop? ( $(add_kdebase_dep kdelibs 'semantic-desktop?') )
xinerama? ( x11-libs/libXinerama )
"
DEPEND="${COMMONDEPEND}
@@ -68,6 +69,8 @@
$(cmake-utils_use_with python PyQt4)
$(cmake-utils_use_with python PyKDE4)
$(cmake-utils_use_with rss KdepimLibs)
+ $(cmake-utils_use_with semantic-desktop Nepomuk)
+ $(cmake-utils_use_with semantic-desktop Soprano)
-DWITH_Xmms=OFF"
kde4-meta_src_configure
|
|