From 8d04e54e54458f0c617c5dc8adc73dc7b5fa88ee Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sat, 3 Dec 2011 22:40:36 +0100 Subject: [PATCH] newer version, actually instaleld properly --- e/solarized-theme/solarized-theme.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/e/solarized-theme/solarized-theme.SlackBuild b/e/solarized-theme/solarized-theme.SlackBuild index 91bfbc8c..2f8cf030 100755 --- a/e/solarized-theme/solarized-theme.SlackBuild +++ b/e/solarized-theme/solarized-theme.SlackBuild @@ -31,12 +31,14 @@ if [ -e $REPOSITORY ]; then git pull ) else - git clone https://github.com/sellout/emacs-color-theme-solarized.git $REPOSITORY + # git clone https://github.com/sellout/emacs-color-theme-solarized.git $REPOSITORY + git clone https://github.com/bbatsov/solarized-emacs.git $REPOSITORY # git clone https://github.com/cycojesus/emacs-color-theme-solarized.git $REPOSITORY fi -mkdir -p $PKG$PREFIX/share/emacs/site-lisp/ #$PRGNAM -cp $REPOSITORY/solarized*.el $PKG$PREFIX/share/emacs/site-lisp/ #$PRGNAM +mkdir -p $PKG$PREFIX/share/emacs/{site-lisp/,$EMACS_VERSION/etc/themes/} +cp $REPOSITORY/solarized*theme.el $PKG$PREFIX/share/emacs/$EMACS_VERSION/etc/themes/ +cp $REPOSITORY/solarized-core.el $PKG$PREFIX/share/emacs/site-lisp/ mkdir -p $PKG$PREFIX/doc/$PRGNAM cp $REPOSITORY/{LICENSE,README.md,color-theme-solarized.el} $PKG$PREFIX/doc/$PRGNAM