Re: [kde-freebsd] kde 4.9.5

2013-01-22 Thread Franci Nabalanci
Problem with py27-qt4-dbussuport-4.9.5,1 is done (uninstall py27-qt4-dbus)
but now stopped again:
nepomuk-core-4.9.5 conflicts with kde-runtime-4.8.4_3 (install file into
the same place).
I did uninstall kde-runtime-4.8.4_3 run portmaster -a and we will see :)

Mitja

On Mon, Jan 21, 2013 at 5:25 AM, Franci Nabalanci  wrote:

> Another problem:
>
> Registering installation for py27-qt4-dbussuport-4.9.5,1 as utomatic
> Installing py27-qt4-dbussuport-4.9.5,1...
> pkg: py27-qt4-dbussuport-4.9.5,1 conflicts with py27-qt4-dbus (installs
> files into the same place).
> Problematic file: /usr/local/lib/python27/site-packages/dbus/mainloop/
> qt.si
> *** [fake-pkg] Error code 70
> Install Error code 1
>
> Thank you.
>
>
> On Sun, Jan 20, 2013 at 4:40 PM, ajtiM  wrote:
>
>> On Sunday 20 January 2013 16:37:03 Schaich Alonso wrote:
>> > On 2013-01-20 16:28:12 ajtiM wrote:
>> > > On Sunday 20 January 2013 15:55:17 Alberto Villa wrote:
>> > > > On Sunday 20 January 2013 22:51:34 Schaich Alonso wrote:
>> > > > > There should currenlty not be any ports that depend on
>> > > > > kdebindings4-smoke- smokegen in area51, so it's just portmaster
>> being
>> > > > > confused due to the disappeared Makefiles.
>> > > >
>> > > > The MOVED file is supposed to fix this, right now one has to
>> deinstall
>> > > > those renamed ports to continue with the upgrade.
>> > >
>> > > How can I deinstall renamed ports if they are empty?
>> > >
>> > > Mitja
>> >
>> > Run pkg_delete  where  can be found in /var/db/pkg/
>> >
>> > Alonso
>> > ___
>> > kde-freebsd mailing list
>> > kde-freebsd@kde.org
>> > https://mail.kde.org/mailman/listinfo/kde-freebsd
>> > See also http://freebsd.kde.org/ for latest information
>>
>> Yes, yes...I was a little confused because I use a new pkgng, I hope that
>> will
>> go now.
>>
>> Mitja
>> 
>> http://www.redbubble.com/people/lumiwa
>>
>
>
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/KDE/x11/kde4-workspace/files

2013-01-22 Thread Alberto Villa
SVN commit 8953 by avilla:

- Allow backlight management to fallback to backlighthelper if RandR
  is not supported (even if it looks like it is).

I'll upstream a proper fix as soon as I have time to write a clean one.
This one should be enough for our current needs.



 A patch-powerdevil__daemon__backends__upower__xrandrbrightness.cpp 
 


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2013-01-22 Thread Alberto Villa
SVN commit 8954 by avilla:

- Update to 2.7.0.
- Remove dependency on liblastfm as it needs a new version.
- Add dependency on nepomuk-core.
- Remove soversion from LIB_DEPENDS.
- Add optional run dependency on net/clamz (off by default).



 M  +35 -21Makefile  
 M  +2 -2  distinfo  
 M  +93 -93pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


[kde-freebsd] [SVN Commit] area51/PORTS/audio/amarok-kde4

2013-01-22 Thread Alberto Villa
SVN commit 8955 by avilla:

- Fix plist.



 M  +0 -4  pkg-plist  


___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] suspend on lid close

2013-01-22 Thread Alberto Villa
On Monday 07 January 2013 18:26:48 Alberto Villa wrote:
> On Fri, Dec 21, 2012 at 12:00 PM, Alexandr  wrote:
> > I am using 9.1-PRERELEASE with kde 4.8.4 on my laptop. I have configured
> > suspend action on lid close in my kde preferences, but when I close lid
> > nothing happens. If I set hw.acpi.lid_switch_state=S3 then my laptop
> > suspended, but my kde session is not locked. Could you help me?
> 
> I'll test this when 4.9.5 is ready. Could you please submit a PR to
> ensure this doesn't get lost? We have a lot of stuff in the queue.

I think I found the problem. Can you please run qdbusviewer and check property 
LidIsPresent of org.freedesktop.UPower (like in the following screenshot)?
http://wstaw.org/m/2013/01/23/plasma-desktopK43402.png
If it returns false, then it's not possible for KDE to react to lid closing.

The check was added in KDE SC 4.8:
https://projects.kde.org/projects/kde/kde-
workspace/repository/revisions/2cd3ae89884878a5ca263183e77ec8fae7659986

I'll try to take care of this in the next months. Meanwhile, I'll save the 
link of a bug report connected to the feature (which is probably unrelated to 
our problem, but I don't want to lose it):
https://bugs.kde.org/show_bug.cgi?id=289760
-- 
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla

Wait for that wisest of all counselors, Time.
-- Pericles


signature.asc
Description: This is a digitally signed message part.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information


Re: [kde-freebsd] suspend on lid close

2013-01-22 Thread Alberto Villa
On Wednesday 23 January 2013 02:21:03 Alberto Villa wrote:
> I think I found the problem. Can you please run qdbusviewer and check
> property LidIsPresent of org.freedesktop.UPower (like in the following
> screenshot)? http://wstaw.org/m/2013/01/23/plasma-desktopK43402.png
> If it returns false, then it's not possible for KDE to react to lid closing.

At a quick look, the attached patch might fix the issue. Please, put it into 
/usr/ports/sysutils/upower/files/, rebuild UPower and reboot. Let me know if 
it works.
Of course, you need UPower for the feature to work (I think, at least).

I'll discuss the patch with gnome@ to see if it's suitable for commit.
-- 
Alberto Villa, FreeBSD committer 
http://people.FreeBSD.org/~avilla

Langsam's Laws:
(1) Everything depends.
(2) Nothing is always.
(3) Everything is sometimes.
--- ./src/freebsd/up-backend.c.orig	2010-11-01 12:28:43.0 +0100
+++ ./src/freebsd/up-backend.c	2013-01-23 02:42:21.293236052 +0100
@@ -227,7 +227,7 @@
 	gchar *lid_state;
 
 	lid_state = up_get_string_sysctl (NULL, "hw.acpi.lid_switch_state");
-	if (lid_state && strcmp (lid_state, "NONE")) {
+	if (lid_state) { /* && strcmp (lid_state, "NONE")) { */
 		up_daemon_set_lid_is_present (backend->priv->daemon, TRUE);
 	}
 	g_free (lid_state);


signature.asc
Description: This is a digitally signed message part.
___
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information