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
philantrop 07/11/20 13:46:03
Modified: ChangeLog
Added: kdeutils-3.5.8-r1.ebuild
Log:
Added a patch to fix a problem with the XF86Audio* key handlers not working when there's no master channel (e. g. you have a mute key that stopped working in KDE). Fixes bug 198015. Thanks to Kelvie Wong for creating and submitting said patch.
(Portage version: 2.1.3.19)
Revision Changes Path
1.215 kde-base/kdeutils/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeutils/ChangeLog?rev=1.215&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeutils/ChangeLog?rev=1.215&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeutils/ChangeLog?r1=1.214&r2=1.215
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kdeutils/ChangeLog,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -r1.214 -r1.215
--- ChangeLog 19 Oct 2007 22:47:05 -0000 1.214
+++ ChangeLog 20 Nov 2007 13:46:02 -0000 1.215
@@ -1,6 +1,15 @@
# ChangeLog for kde-base/kdeutils
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/ChangeLog,v 1.214 2007/10/19 22:47:05 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/ChangeLog,v 1.215 2007/11/20 13:46:02 philantrop Exp $
+
+*kdeutils-3.5.8-r1 (20 Nov 2007)
+
+ 20 Nov 2007; Wulf C. Krueger <philantrop@g.o>
+ +files/kmilo-3.5.8-198015_XF86Audio.patch, +kdeutils-3.5.8-r1.ebuild:
+ Added a patch to fix a problem with the XF86Audio* key handlers not working
+ when there's no master channel (e. g. you have a mute key that stopped
+ working in KDE). Fixes bug 198015. Thanks to Kelvie Wong for creating and
+ submitting said patch.
*kdeutils-3.5.8 (19 Oct 2007)
1.1 kde-base/kdeutils/kdeutils-3.5.8-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeutils/kdeutils-3.5.8-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kdeutils/kdeutils-3.5.8-r1.ebuild?rev=1.1&content-type=text/plain
Index: kdeutils-3.5.8-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeutils/kdeutils-3.5.8-r1.ebuild,v 1.1 2007/11/20 13:46:02 philantrop Exp $
inherit kde-dist eutils
SRC_URI="${SRC_URI}
mirror://gentoo/kdeutils-3.5-patchset-02.tar.bz2"
DESCRIPTION="KDE utilities."
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="crypt kdehiddenvisibility pbbuttonsd snmp xscreensaver"
BOTH_DEPEND="~kde-base/kdebase-${PV}
snmp? ( net-analyzer/net-snmp )
pbbuttonsd? ( app-laptop/pbbuttonsd )
dev-lang/python
dev-libs/gmp
x11-libs/libXtst"
RDEPEND="${BOTH_DEPEND}
crypt? ( app-crypt/gnupg )"
DEPEND="${BOTH_DEPEND}
xscreensaver? ( x11-libs/libXScrnSaver )
x11-libs/libX11
x11-proto/xproto
virtual/os-headers"
PATCHES="${FILESDIR}/superkaramba-3.5.7-network_sensor.patch
${FILESDIR}/klaptopdaemon-3.5.7-has_acpi_sleep.patch
${FILESDIR}/kmilo-3.5.8-198015_XF86Audio.patch"
EPATCH_EXCLUDE="klaptopdaemon-3.5-suspend2+xsession-errors.diff
klaptopdaemon-3.5-lock-and-hibernate.diff"
src_unpack() {
kde_src_unpack
# Fix some desktop files
sed -i -e "s:Hidden=true:Hidden=false:" "${S}/ksim/ksim.desktop" \
|| die "sed (ksim) failed"
sed -i -e "s:\(^Type=\)Service:\1Application:" "${S}/kdelirc/irkick/irkick.desktop" \
|| die "sed (irkick) failed"
sed -i -e "s:\(^Init=.*\):X-\1:" "${S}/klaptopdaemon/applnk/laptop.desktop" \
|| die "sed (laptop) failed"
}
src_compile() {
local myconf="$(use_with snmp)
$(use_with pbbuttonsd powerbook)
$(use_with xscreensaver)
--without-xmms"
use crypt || export DO_NOT_COMPILE="${DO_NOT_COMPILE} kgpg"
kde_src_compile
}
--
gentoo-commits@g.o mailing list
|
|