From fd0ec94f75e62102fee70285bfcc1838b73d2af4 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Tue, 18 Jul 2017 03:02:48 +0200 Subject: Update msys2installdeps.sh - bzr -> git - drop dependencies of 0.92.x branch since it has its own msys2installdeps.sh now --- buildtools/msys2installdeps.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/buildtools/msys2installdeps.sh b/buildtools/msys2installdeps.sh index e400a9e7b..4bcda71fd 100644 --- a/buildtools/msys2installdeps.sh +++ b/buildtools/msys2installdeps.sh @@ -28,7 +28,7 @@ pacman -Sy # install basic development system, compiler toolchain and build tools eval pacman -S --needed --noconfirm \ -bzr \ +git \ intltool \ base-devel \ $ARCH-toolchain \ @@ -42,8 +42,6 @@ $ARCH-gsl \ $ARCH-popt \ $ARCH-libxslt \ $ARCH-boost \ -$ARCH-gtk2 \ -$ARCH-gtkmm \ $ARCH-gtk3 \ $ARCH-gtkmm3 \ $ARCH-gdl \ @@ -58,7 +56,6 @@ $ARCH-libvisio \ $ARCH-libwpg \ $ARCH-aspell \ $ARCH-aspell-en \ -$ARCH-gtkspell \ $ARCH-gtkspell3 \ $ARCH-libyaml -- cgit v1.2.3