Skip to content

Commit

Permalink
Don't download theme - we now have to do it manually
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef Abou-Kewik committed Apr 11, 2020
1 parent 12531ae commit 0663028
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions osx/build_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ $HOME/gtk/inst/bin/pip3 install pyobjc-framework-Cocoa
$HOME/gtk/inst/bin/pip3 install py2app
$HOME/gtk/inst/bin/pip3 install pygobject
(cd $HOME/gtk/inst/lib && ln -s libpython3.6m.dylib libpython3.6.dylib)
(cd $HOME/Source/ && ([ -d Mojave-gtk-theme ] || git clone https://github.com/vinceliuice/Mojave-gtk-theme.git))
(cd $HOME/Source/Mojave-gtk-theme && sed -i.bak 's/cp -ur/cp -r/' install.sh && ./install.sh --dest $HOME/gtk/inst/share/themes)
(cd $HOME/gtk/inst/share/themes && ln -sf Mojave-dark-solid-alt Meld-Mojave-dark)
(cd $HOME/gtk/inst/share/themes && ln -sf Mojave-light-solid-alt Meld-Mojave-light)
# (cd $HOME/Source/ && ([ -d Mojave-gtk-theme ] || git clone https://github.com/vinceliuice/Mojave-gtk-theme.git))
# (cd $HOME/Source/Mojave-gtk-theme && sed -i.bak 's/cp -ur/cp -r/' install.sh && ./install.sh --dest $HOME/gtk/inst/share/themes)
# (cd $HOME/gtk/inst/share/themes && ln -sf Mojave-dark-solid-alt Meld-Mojave-dark)
# (cd $HOME/gtk/inst/share/themes && ln -sf Mojave-light-solid-alt Meld-Mojave-light)

cd $HOME/Source
curl -OL https://gitlab.gnome.org/GNOME/gtksourceview/-/archive/4.4.0/gtksourceview-4.4.0.tar.bz2
Expand Down

0 comments on commit 0663028

Please sign in to comment.