From 7ea6b52b91570671d88aa966e1d017184e5f9a73 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Wed, 12 Jun 2019 09:03:32 +0200 Subject: [PATCH] disable obvious and vicious --- xap/awesome/SlackBuild | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/xap/awesome/SlackBuild b/xap/awesome/SlackBuild index 0871e433..2d2e1076 100755 --- a/xap/awesome/SlackBuild +++ b/xap/awesome/SlackBuild @@ -59,7 +59,6 @@ cmake \ -DAWESOME_MAN_PATH=$PREFIX/man \ $SRC_PATH - # compilation make -j3 @@ -69,18 +68,23 @@ mkdir -p $PKG/etc/X11/xinit/ cp $CWD/xinitrc.$PRGNAM $PKG/etc/X11/xinit/ chmod +x $PKG/etc/X11/xinit/xinitrc.$PRGNAM -### obvious -git_clone_or_pull https://github.com/hoelzro/obvious.git obvious -cp -R $REPOSITORIES/obvious $PKG$PREFIX/share/awesome/lib/ -( cd $PKG$PREFIX/share/awesome/lib/obvious - rm -fr .git - make -) +# ### obvious +# git_clone_or_pull https://github.com/hoelzro/obvious.git obvious +# cp -R $REPOSITORIES/obvious $PKG$PREFIX/share/awesome/lib/ +# ( cd $PKG$PREFIX/share/awesome/lib/obvious +# rm -fr .git +# make +# ) -### vicious -git_clone_or_pull https://github.com/Mic92/vicious.git vicious -cp -R $REPOSITORIES/vicious $PKG$PREFIX/share/awesome/lib/ -rm -fr $PKG$PREFIX/share/awesome/lib/vicious/.git +# ### vicious +# git_clone_or_pull https://github.com/Mic92/vicious.git vicious +# cp -R $REPOSITORIES/vicious $PKG$PREFIX/share/awesome/lib/ +# rm -fr $PKG$PREFIX/share/awesome/lib/vicious/.git + +# ### copycats +# git_clone_or_pull https://github.com/lcpz/awesome-copycats.git copycats +# cp -R $REPOSITORIES/copycats $PKG$PREFIX/share/awesome/lib/ +# rm -fr $PKG$PREFIX/share/awesome/lib/copycats/.git # correction cd $PKG