commit: a6187f44b8f340410e7b14caa70b0076e38a1ab9
Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 10 14:17:36 2015 +0000
Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
CommitDate: Tue Feb 10 14:17:36 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a6187f44
lxqt-base/lxqt-panel: remove teatime plugin
---
lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 3fd2d84..f78021d 100644
--- a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
+++ b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
@@ -51,7 +51,7 @@ src_configure() {
local mycmakeargs i y
for i in clock colorpicker cpuload desktopswitch dom kbindicator
mainmenu mount \
networkmonitor quicklaunch screensaver sensors showdesktop
sysstat \
- taskbar teatime tray volume worldclock; do
+ taskbar tray volume worldclock; do
y=$(tr '[:lower:]' '[:upper:]' <<< "${i}")
mycmakeargs+=( $(cmake-utils_use ${i} ${y}_PLUGIN) )
done