disable themes, not used for now

This commit is contained in:
Gwenhael Le Moine 2011-04-06 15:19:01 +07:00
parent d5cbf87338
commit 0b63aaa1f5

View file

@ -62,20 +62,20 @@ do
elfileget_or_update "$el" elfileget_or_update "$el"
done done
cd $CWD/themes # cd $CWD/themes
for el in \ # for el in \
"https://github.com/monotux/emacs-d/raw/master/themes/solarized-theme.el" \ # "https://github.com/monotux/emacs-d/raw/master/themes/solarized-theme.el" \
"https://github.com/monotux/emacs-d/raw/master/themes/whiteboard-theme.el" ; # "https://github.com/monotux/emacs-d/raw/master/themes/whiteboard-theme.el" ;
do # do
elfileget_or_update "$el" # elfileget_or_update "$el"
done # done
mkdir -p $PKG$PREFIX/share/emacs/$EMACS_VERSION/etc/themes $PKG$PREFIX/share/emacs/site-lisp/ mkdir -p $PKG$PREFIX/share/emacs/$EMACS_VERSION/etc/themes $PKG$PREFIX/share/emacs/site-lisp/
cd $PKG$PREFIX/share/emacs/site-lisp/ cd $PKG$PREFIX/share/emacs/site-lisp/
cp $CWD/els/*.el . cp $CWD/els/*.el .
$EMACS -batch -f batch-byte-compile *.el $EMACS -batch -f batch-byte-compile *.el
cd $PKG$PREFIX/share/emacs/$EMACS_VERSION/etc/themes # cd $PKG$PREFIX/share/emacs/$EMACS_VERSION/etc/themes
cp $CWD/themes/*.el . # cp $CWD/themes/*.el .
# correction # correction
cd $PKG cd $PKG