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"
done
cd $CWD/themes
for el in \
"https://github.com/monotux/emacs-d/raw/master/themes/solarized-theme.el" \
"https://github.com/monotux/emacs-d/raw/master/themes/whiteboard-theme.el" ;
do
elfileget_or_update "$el"
done
# cd $CWD/themes
# for el in \
# "https://github.com/monotux/emacs-d/raw/master/themes/solarized-theme.el" \
# "https://github.com/monotux/emacs-d/raw/master/themes/whiteboard-theme.el" ;
# do
# elfileget_or_update "$el"
# done
mkdir -p $PKG$PREFIX/share/emacs/$EMACS_VERSION/etc/themes $PKG$PREFIX/share/emacs/site-lisp/
cd $PKG$PREFIX/share/emacs/site-lisp/
cp $CWD/els/*.el .
$EMACS -batch -f batch-byte-compile *.el
cd $PKG$PREFIX/share/emacs/$EMACS_VERSION/etc/themes
cp $CWD/themes/*.el .
# cd $PKG$PREFIX/share/emacs/$EMACS_VERSION/etc/themes
# cp $CWD/themes/*.el .
# correction
cd $PKG