From 66fee909266a1dedf3dfc1f03bb0841380d78805 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Fri, 26 Jul 2013 19:19:20 +0000 Subject: KDE3 and QT3 expired on 2013-07-01, remove these ports. Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt --- deskutils/metabar/files/patch-defaultplugin.cpp | 29 ------------------------- 1 file changed, 29 deletions(-) delete mode 100644 deskutils/metabar/files/patch-defaultplugin.cpp (limited to 'deskutils/metabar/files/patch-defaultplugin.cpp') diff --git a/deskutils/metabar/files/patch-defaultplugin.cpp b/deskutils/metabar/files/patch-defaultplugin.cpp deleted file mode 100644 index 9bf1a02f6144..000000000000 --- a/deskutils/metabar/files/patch-defaultplugin.cpp +++ /dev/null @@ -1,29 +0,0 @@ ---- src/defaultplugin.cpp.orig Wed Jul 13 20:33:54 2005 -+++ src/defaultplugin.cpp Wed Jul 13 20:34:49 2005 -@@ -99,7 +99,7 @@ - for(QStringList::Iterator it = actions.begin(); it != actions.end(); ++it){ - if((*it).startsWith("metabar/")){ - if((*it).right((*it).length() - 8) == "share"){ -- MetabarWidget::addEntry(innerHTML, i18n("Share"), "action://" + *it, "network", QString::null, actionCount < maxActions ? QString::null : "hiddenaction", actionCount >= maxActions); -+ MetabarWidget::addEntry(innerHTML, i18n("Share"), "action://" + *it, "network", QString::null, actionCount < maxActions ? QString::null : QString("hiddenaction"), actionCount >= maxActions); - actionCount++; - } - } -@@ -111,7 +111,7 @@ - QString text = action.call("plainText()"); - QString icon = iconConfig.readEntry(*it, action.call("icon()")); - -- MetabarWidget::addEntry(innerHTML, text, "action://" + *it, icon, QString::null, actionCount < maxActions ? QString::null : "hiddenaction", actionCount >= maxActions); -+ MetabarWidget::addEntry(innerHTML, text, "action://" + *it, icon, QString::null, actionCount < maxActions ? QString::null : QString("hiddenaction"), actionCount >= maxActions); - actionCount++; - } - } -@@ -184,7 +184,7 @@ - nam.setNum(id); - - bool hide = id >= max; -- MetabarWidget::addEntry(innerHTML, (*it)->name(), "exec://" + nam, (*it)->icon(), QString::null, hide ? "hiddenapp" : QString::null, hide); -+ MetabarWidget::addEntry(innerHTML, (*it)->name(), "exec://" + nam, (*it)->icon(), QString::null, hide ? QString("hiddenapp") : QString::null, hide); - - runMap.insert(id, *it); - id++; -- cgit v1.2.3