zenburn theme
This commit is contained in:
parent
c0995cf815
commit
211c702707
1 changed files with 7 additions and 7 deletions
|
@ -22,6 +22,7 @@ EMACS=$(basename $(ls /usr/bin/emacs-2*))
|
||||||
EMACS_VERSION=$(echo "$EMACS" | grep -o "\-[0-9\.]*\-" | tr -d - | head -n1)
|
EMACS_VERSION=$(echo "$EMACS" | grep -o "\-[0-9\.]*\-" | tr -d - | head -n1)
|
||||||
|
|
||||||
# nettoyage préalable
|
# nettoyage préalable
|
||||||
|
|
||||||
rm -fr $PKG $TMP/$PRGNAM-$VERSION
|
rm -fr $PKG $TMP/$PRGNAM-$VERSION
|
||||||
|
|
||||||
mkdir -p $PKG
|
mkdir -p $PKG
|
||||||
|
@ -63,13 +64,12 @@ 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/djcb/elisp/raw/master/themes/zenburn-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/
|
||||||
|
|
Loading…
Reference in a new issue