tce-load -i git automake libtool-dev gnome-common intltool gettext-dev gsettings-desktop-schemas-dev bash git clone https://github.com/Neroth/gnome-shell-extension-weather.git cd gnome-shell-extension-weather patch -Np1 -i ../gnome-shell-extension-weather.patch ./autogen.sh CC="gcc -flto -fuse-linker-plugin -mtune=generic -Os -pipe" CXX="g++ -flto -fuse-linker-plugin -mtune=generic -Os -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --localstatedir=/var make sudo make install