aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2015-02-10 22:17:36 +0800
committerBen de Groot <yngwin@gentoo.org>2015-02-10 22:17:36 +0800
commita6187f44b8f340410e7b14caa70b0076e38a1ab9 (patch)
treeb3284e85e36999f98bbec2547d8194cdfd52090a /lxqt-base
parentlxqt-base/lxqt-panel: update deps (diff)
downloadqt-a6187f44b8f340410e7b14caa70b0076e38a1ab9.tar.gz
qt-a6187f44b8f340410e7b14caa70b0076e38a1ab9.tar.bz2
qt-a6187f44b8f340410e7b14caa70b0076e38a1ab9.zip
lxqt-base/lxqt-panel: remove teatime plugin
Diffstat (limited to 'lxqt-base')
-rw-r--r--lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild b/lxqt-base/lxqt-panel/lxqt-panel-9999.ebuild
index 3fd2d843..f78021d4 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