disable themes, not used for now
This commit is contained in:
parent
d5cbf87338
commit
0b63aaa1f5
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue