Cairo-Dock + Deps for LXDE 32

Post links to your 32-bit module repos here. Repo maintainers are responsible for resolving any issues caused by their xzm's.
User avatar
sabir
White ninja
White ninja
Posts: 12
Joined: 14 May 2014, 19:54
Distribution: Porteus LXDE 32
Location: Russia

Cairo-Dock + Deps for LXDE 32

Post#1 by sabir » 15 May 2014, 21:48

Hi all!
Cairo-dock is: http://www.glx-dock.org/index.php
If you like it let's build it.
Just run this script as root. Before run it you have to activate http://ponce.cc/porteus/i486/current/mo ... -devel.xzm module :)

#------------------------------------------------------------------------------------------------------------------------------------------------------------------
#!/bin/bash

cd /tmp
wget http://repository.slacky.eu/slackware-1 ... 6-12sl.txz
installpkg gtkglext-1.2.0-i486-12sl.txz
wget http://mirrors.slackware.com/slackware/ ... i486-2.txz

wget http://slackbuilds.org/slackbuilds/14.1 ... ock.tar.gz
tar xvzf cairo-dock.tar.gz
cd /tmp/cairo-dock
wget https://launchpad.net/cairo-dock-core/3 ... 3.2.tar.gz
sh cairo-dock.SlackBuild

cd /tmp
installpkg cairo-dock-3.3.2-i486-1_SBo.tgz
wget http://slackbuilds.org/slackbuilds/14.1 ... ins.tar.gz
tar xvzf cairo-dock-plugins.tar.gz
cd /tmp/cairo-dock-plugins
wget https://launchpad.net/cairo-dock-plug-i ... 3.2.tar.gz
sh cairo-dock-plugins.SlackBuild

cd /tmp
installpkg -root /tmp/cairo-dock-3.3.2/ cairo-dock-3.3.2-i486-1_SBo.tgz
installpkg -root /tmp/cairo-dock-3.3.2/ cairo-dock-plugins-3.3.2-i486-1_SBo.tgz
installpkg -root /tmp/cairo-dock-3.3.2/ gtkglext-1.2.0-i486-12sl.txz
installpkg -root /tmp/cairo-dock-3.3.2/ xcompmgr-1.1.6-i486-2.txz
rm -rf /tmp/cairo-dock-3.3.2/usr/doc
rm -rf /tmp/cairo-dock-3.3.2/usr/include
rm -rf /tmp/cairo-dock-3.3.2/usr/man
rm -rf /tmp/cairo-dock-3.3.2/usr/share/locale
rm -rf /tmp/cairo-dock-3.3.2/usr/share/gtk-doc

dir2xzm /tmp/cairo-dock-3.3.2 cairo-dock-3.3.2.xzm
rm -rf /tmp/cairo-dock-3.3.2
rm -rf /tmp/cairo-dock
rm -rf /tmp/cairo-dock-plugins
rm -rf /tmp/SBo
rm -rf /tmp/*.gz
rm -rf /tmp/*.tgz
rm -rf /tmp/*.txz
removepkg cairo-dock-3.3.2-i486-1_SBo.tgz
removepkg gtkglext-1.2.0-i486-12sl.txz
#------------------------------------------------------------------------------------------------------------------------------------------------------------------

You'll find you're cairo-dock-3.3.2.xzm module (3.4 MiB) in /tmp directory.

Put xcompmgr&cairo-dock in any autorun place. For example:
copy /usr/share/applications/cairo-dock.desktop to /home/user_name/.config/autostart/
Create in /home/user_name/.config/autostart/ a text file with:

#---------------------------------
[Desktop Entry]
Type=Application
Exec=/usr/bin/xcompmgr
Terminal=false
Name=XCompMgr
#---------------------------------

And save it as xcompmgr.desktop
Enjoy it :)

kotaport
White ninja
White ninja
Posts: 6
Joined: 12 May 2015, 00:59
Distribution: Porteus
Location: Tulsa

Re: Cairo-Dock + Deps for LXDE 32

Post#2 by kotaport » 21 May 2015, 20:21

Can you post the xzm?

Post Reply