Hello community, here is the log from the commit of package kdebase4-openSUSE for openSUSE:Factory checked in at 2013-10-31 10:19:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdebase4-openSUSE (Old) and /work/SRC/openSUSE:Factory/.kdebase4-openSUSE.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdebase4-openSUSE" Changes: -------- --- /work/SRC/openSUSE:Factory/kdebase4-openSUSE/kdebase4-openSUSE.changes 2013-10-05 20:58:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdebase4-openSUSE.new/kdebase4-openSUSE.changes 2013-10-31 10:19:57.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Oct 29 23:11:24 UTC 2013 - [email protected] + +- Remove apper tray script, as was agreed in bnc#802960 +- Make plasma-nm icon works with the latest naming + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdebase4-openSUSE-13.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdebase4-openSUSE/config-files/usr/share/kde4/apps/desktoptheme/openSUSE/icons/plasma-networkmanagement.svgz new/kdebase4-openSUSE/config-files/usr/share/kde4/apps/desktoptheme/openSUSE/icons/plasma-networkmanagement.svgz --- old/kdebase4-openSUSE/config-files/usr/share/kde4/apps/desktoptheme/openSUSE/icons/plasma-networkmanagement.svgz 1970-01-01 01:00:00.000000000 +0100 +++ new/kdebase4-openSUSE/config-files/usr/share/kde4/apps/desktoptheme/openSUSE/icons/plasma-networkmanagement.svgz 2013-10-31 10:19:58.000000000 +0100 @@ -0,0 +1 @@ +symbolic link to network.svgz diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdebase4-openSUSE/config-files/usr/share/kde4/apps/plasma-desktop/updates/10-opensuse-apper.js new/kdebase4-openSUSE/config-files/usr/share/kde4/apps/plasma-desktop/updates/10-opensuse-apper.js --- old/kdebase4-openSUSE/config-files/usr/share/kde4/apps/plasma-desktop/updates/10-opensuse-apper.js 2013-10-04 20:42:27.000000000 +0200 +++ new/kdebase4-openSUSE/config-files/usr/share/kde4/apps/plasma-desktop/updates/10-opensuse-apper.js 1970-01-01 01:00:00.000000000 +0100 @@ -1,55 +0,0 @@ -/* - 10-opensuse-apper.js - Add apper plasmoid to the systray - lifted and adapted from fedora by Alin M Elena <[email protected]> - Copyright (C) 2010 Kevin Kofler <[email protected]> - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. - - With contributions from - Dan Vrátil <[email protected]> - - Portions lifted from 01-kubuntu-10.04.js: - Harald Sitter, [email protected] 2010-04-02 - Jonathan Riddell, [email protected] 2010-02-18 - Copyright Canonical Ltd, may be copied under the GNU GPL 2 or later -*/ - -systrayFound = false; -pids = panelIds; -for (i = 0; i < pids.length; ++i) { - p = panelById(pids[i]); - if (!p) continue; - ids = p.widgetIds; - for (j = 0; j < ids.length; ++j) { - w = p.widgetById(ids[j]); - if (!w || w.type != "systemtray") continue; - systrayFound = true; - var shown = w.readConfig("alwaysShown", Array()); - shown.push("updater"); - w.writeConfig("alwaysShown", shown); - w.currentConfigGroup = new Array("Applets"); - max = 0; - for (k = 0; k < w.configGroups.length; ++k) - if (parseInt(w.configGroups[k]) > max) - max = parseInt(w.configGroups[k]); - w.currentConfigGroup = new Array("Applets", max + 1); - w.writeConfig("plugin", "updater"); - print("apper plasmoid added to the systray"); - break; - } - if (systrayFound) break; -} -if (!systrayFound) - print("No systray found"); - -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
