* [gentoo-commits] gentoo-x86 commit in kde-base/plasma-workspace: plasma-workspace-4.11.7.ebuild ChangeLog
@ 2014-03-04 19:30 Johannes Huber (johu)
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber (johu) @ 2014-03-04 19:30 UTC (permalink / raw
To: gentoo-commits
johu 14/03/04 19:30:41
Modified: ChangeLog
Added: plasma-workspace-4.11.7.ebuild
Log:
Version bump KDE Workspace 4.11.7
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path
1.265 kde-base/plasma-workspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.265&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.265&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?r1=1.264&r2=1.265
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -r1.264 -r1.265
--- ChangeLog 23 Feb 2014 10:01:58 -0000 1.264
+++ ChangeLog 4 Mar 2014 19:30:41 -0000 1.265
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/plasma-workspace
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.264 2014/02/23 10:01:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.265 2014/03/04 19:30:41 johu Exp $
+
+*plasma-workspace-4.11.7 (04 Mar 2014)
+
+ 04 Mar 2014; Johannes Huber <johu@gentoo.org>
+ +plasma-workspace-4.11.7.ebuild:
+ Version bump KDE Workspace 4.11.7
23 Feb 2014; Agostino Sarubbo <ago@gentoo.org>
-plasma-workspace-4.11.2-r1.ebuild:
1.1 kde-base/plasma-workspace/plasma-workspace-4.11.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.7.ebuild?rev=1.1&content-type=text/plain
Index: plasma-workspace-4.11.7.ebuild
===================================================================
# Copyright 1999-2014 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.11.7.ebuild,v 1.1 2014/03/04 19:30:41 johu Exp $
EAPI=5
DECLARATIVE_REQUIRED="always"
KDE_HANDBOOK="optional"
KMNAME="kde-workspace"
KMMODULE="plasma"
PYTHON_COMPAT=( python2_{6,7} )
OPENGL_REQUIRED="always"
inherit python-single-r1 kde4-meta
DESCRIPTION="Plasma: KDE desktop framework"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug gps json python qalculate semantic-desktop"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
COMMONDEPEND="
dev-libs/libdbusmenu-qt
>=dev-qt/qtcore-4.8.4-r3:4
!kde-misc/ktouchpadenabler
$(add_kdebase_dep kactivities)
$(add_kdebase_dep kdelibs 'semantic-desktop?')
$(add_kdebase_dep kephal)
$(add_kdebase_dep ksysguard)
$(add_kdebase_dep libkworkspace)
$(add_kdebase_dep libplasmaclock 'semantic-desktop?')
$(add_kdebase_dep libplasmagenericshell)
$(add_kdebase_dep libtaskmanager)
x11-libs/libX11
x11-libs/libXcomposite
x11-libs/libXdamage
x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXi
x11-libs/libXrender
gps? ( >=sci-geosciences/gpsd-2.37 )
json? ( dev-libs/qjson )
python? (
${PYTHON_DEPS}
>=dev-python/PyQt4-4.4.0[X,${PYTHON_USEDEP}]
$(add_kdebase_dep pykde4 "${PYTHON_USEDEP}")
)
qalculate? ( sci-libs/libqalculate )
semantic-desktop? (
dev-libs/soprano
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep nepomuk-core)
)
"
DEPEND="${COMMONDEPEND}
dev-libs/boost
x11-proto/compositeproto
x11-proto/damageproto
x11-proto/fixesproto
x11-proto/renderproto
"
RDEPEND="${COMMONDEPEND}
$(add_kdebase_dep plasma-runtime)
"
KMEXTRA="
appmenu/
ktouchpadenabler/
statusnotifierwatcher/
"
KMEXTRACTONLY="
kcheckpass/
krunner/dbus/org.freedesktop.ScreenSaver.xml
krunner/dbus/org.kde.krunner.App.xml
ksmserver/org.kde.KSMServerInterface.xml
ksmserver/screenlocker/
libs/kephal/
libs/kworkspace/
libs/taskmanager/
libs/plasmagenericshell/
libs/ksysguard/
libs/kdm/kgreeterplugin.h
ksysguard/
"
KMLOADLIBS="libkworkspace libplasmaclock libplasmagenericshell libtaskmanager"
PATCHES=( "${FILESDIR}/${PN}-4.10.1-noplasmalock.patch" )
pkg_setup() {
if use python ; then
python-single-r1_pkg_setup
fi
kde4-meta_pkg_setup
}
src_unpack() {
if use handbook; then
KMEXTRA+=" doc/plasma-desktop"
fi
kde4-meta_src_unpack
}
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with gps libgps)
$(cmake-utils_use_with json QJSON)
$(cmake-utils_use_with python PythonLibrary)
$(cmake-utils_use_with qalculate)
$(cmake-utils_use_with semantic-desktop Akonadi)
$(cmake-utils_use_with semantic-desktop KdepimLibs)
$(cmake-utils_use_with semantic-desktop NepomukCore)
$(cmake-utils_use_with semantic-desktop Soprano)
-DWITH_Xmms=OFF
)
kde4-meta_src_configure
}
src_install() {
kde4-meta_src_install
if use python; then
python_optimize "${ED}"
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in kde-base/plasma-workspace: plasma-workspace-4.11.7.ebuild ChangeLog
@ 2014-04-01 10:36 Michael Palimaka (kensington)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2014-04-01 10:36 UTC (permalink / raw
To: gentoo-commits
kensington 14/04/01 10:36:01
Modified: plasma-workspace-4.11.7.ebuild ChangeLog
Log:
Remove KMLOADLIBS wrt bug #505216.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path
1.2 kde-base/plasma-workspace/plasma-workspace-4.11.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.7.ebuild?r1=1.1&r2=1.2
Index: plasma-workspace-4.11.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- plasma-workspace-4.11.7.ebuild 4 Mar 2014 19:30:41 -0000 1.1
+++ plasma-workspace-4.11.7.ebuild 1 Apr 2014 10:36:01 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.11.7.ebuild,v 1.1 2014/03/04 19:30:41 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/plasma-workspace-4.11.7.ebuild,v 1.2 2014/04/01 10:36:01 kensington Exp $
EAPI=5
@@ -82,8 +82,6 @@
ksysguard/
"
-KMLOADLIBS="libkworkspace libplasmaclock libplasmagenericshell libtaskmanager"
-
PATCHES=( "${FILESDIR}/${PN}-4.10.1-noplasmalock.patch" )
pkg_setup() {
1.267 kde-base/plasma-workspace/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.267&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?rev=1.267&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/plasma-workspace/ChangeLog?r1=1.266&r2=1.267
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v
retrieving revision 1.266
retrieving revision 1.267
diff -u -r1.266 -r1.267
--- ChangeLog 11 Mar 2014 13:32:17 -0000 1.266
+++ ChangeLog 1 Apr 2014 10:36:01 -0000 1.267
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/plasma-workspace
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.266 2014/03/11 13:32:17 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/plasma-workspace/ChangeLog,v 1.267 2014/04/01 10:36:01 kensington Exp $
+
+ 01 Apr 2014; Michael Palimaka <kensington@gentoo.org>
+ plasma-workspace-4.11.7.ebuild:
+ Remove KMLOADLIBS wrt bug #505216.
11 Mar 2014; Johannes Huber <johu@gentoo.org>
-plasma-workspace-4.11.6.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-01 10:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01 10:36 [gentoo-commits] gentoo-x86 commit in kde-base/plasma-workspace: plasma-workspace-4.11.7.ebuild ChangeLog Michael Palimaka (kensington)
-- strict thread matches above, loose matches on Subject: below --
2014-03-04 19:30 Johannes Huber (johu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox