Skip to content

Commit

Permalink
briend git sources
Browse files Browse the repository at this point in the history
  • Loading branch information
briend committed Jul 6, 2018
1 parent 08bf459 commit 54f46b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions windows/msys2-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export MINGW_INSTALLS
SRC_ROOT="${SRC_ROOT:-/tmp/src}"
SRC_PROJECT="mingw"
SRC_DIR="${SRC_ROOT}/${SRC_PROJECT}"
SRC_CLONEURI="https://github.com/Alexpux/MINGW-packages.git"
SRC_CLONEURI="https://github.com/briend/MINGW-packages.git"

# Output location for build artefacts.
OUTPUT_ROOT="${OUTPUT_ROOT:-$TOPDIR/out}"
Expand Down Expand Up @@ -88,8 +88,8 @@ install_dependencies() {
${PKG_PREFIX}-pygobject-devel \
${PKG_PREFIX}-python2-gobject \
${PKG_PREFIX}-python2-numpy \
${PKG_PREFIX}-python2-colorspacious \
${PKG_PREFIX}-python2-scipy \
${PKG_PREFIX}-python2-six \
${PKG_PREFIX}-hicolor-icon-theme \
${PKG_PREFIX}-librsvg \
${PKG_PREFIX}-gobject-introspection \
Expand Down Expand Up @@ -313,6 +313,7 @@ case "$1" in
install_dependencies
update_mingw_src
build_pkg "libmypaint-git" true
build_pkg "python-colour-science-git" true
;;
build)
build_for_testing
Expand Down
2 changes: 1 addition & 1 deletion windows/styrene/mypaint.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[bundle]

packages = {pkg_prefix}mypaint-git {pkg_prefix}libmypaint-git {pkg_prefix}mesa {pkg_prefix}python2-colorspacious {pkg_prefix}python2-scipy
packages = {pkg_prefix}mypaint-git {pkg_prefix}libmypaint-git {pkg_prefix}mesa {pkg_prefix}python2-colour-science-git {pkg_prefix}python2-scipy {pkg_prefix}python2-six
assume_installed =
{pkg_prefix}python3
{pkg_prefix}tk
Expand Down

0 comments on commit 54f46b0

Please sign in to comment.