Re: slc repo as dependency

2012-10-24 Thread Aaron J. Seigo
On Monday, October 22, 2012 19:27:18 Marco Martin wrote:
 Hi all,
 since freeze is looming, if we want to use slc in 4.10 by default, its
 repository should become part of sc and be a dependency of kde-workspace (if
 a default applet)

this is actually not necessary: desktop scripting supports checking for the 
existance of a widget. so we can add it if the widget exists, otherwise not.

if (knownWidgeTypes.indexOf('org.kde.sharelikeconnect')  -1) {
c.addWidget('org.kde.sharelikeconnect')
}

what we need to do is communicate to packagers that this repo should also be 
installed. and yes .. we need to get it out of playground :)

i'll make some sys admin bug reports

-- 
Aaron J. Seigo

signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: slc repo as dependency

2012-10-23 Thread David Edmundson
It would need to be moved from playground if kde-workspace was to depend on it.

The procedure I've had to go through is:
 - open a sysadmin request to move repo to kdereview stating you want
to move to review, and the intended final destination
 - post to kde-devel to inform people about the move, explain what it is etc.
 - wait the review period, answering comments, etc.
 - file a new sysadmin request to move to the correct repository.

The wiki page is a bit outdated, it talks about SVN. I think it still applies
http://techbase.kde.org/Policies/SVN_Guidelines

This is important:
http://techbase.kde.org/Policies/Suggested_Review_Criteria

David

On Mon, Oct 22, 2012 at 10:27 AM, Marco Martin notm...@gmail.com wrote:
 Hi all,
 since freeze is looming, if we want to use slc in 4.10 by default, its
 repository should become part of sc and be a dependency of kde-workspace (if a
 default applet)

 what is the procedure for that?

 Cheers,
 Marco Martin
 ___
 Plasma-devel mailing list
 Plasma-devel@kde.org
 https://mail.kde.org/mailman/listinfo/plasma-devel
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


slc repo as dependency

2012-10-22 Thread Marco Martin
Hi all,
since freeze is looming, if we want to use slc in 4.10 by default, its 
repository should become part of sc and be a dependency of kde-workspace (if a 
default applet)

what is the procedure for that?

Cheers, 
Marco Martin
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel