install clipman

This commit is contained in:
Anders da Silva Rytter Hansen 2026-01-27 11:54:28 -03:00
commit 96cfd07aeb
2 changed files with 13 additions and 1 deletions

View file

@ -5,3 +5,13 @@ export PKG_CONFIG_PATH="/usr/lib/pkgconfig:$PKG_CONFIG_PATH"
tar -xf xfce4-mixer-4.20.0.tar.xz
cd xfce4-mixer-4.20.0
./autogen.sh --prefix=/usr && make && make install
cd ../
#tar -xjf xfce4-notifyd-0.9.7.tar.bz2
#cd xfce4-notifyd-0.9.7
#./configure --prefix=/usr && make && make install
tar -xf xfce4-clipman-plugin-1.7.0.tar.xz
cd xfce4-clipman-plugin-1.7.0
./autogen.sh --prefix=/usr && make && make install