Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next round of X.org libraries #2214

Merged
merged 19 commits into from Jan 18, 2017
Merged

Commits on Jan 15, 2017

  1. Copy the full SHA
    68c502e View commit details
    Browse the repository at this point in the history
  2. xorg-xcb-proto: whoops, needs Python 2.x to build

    I *think* the way I've done it, conda will not become convinced that the
    package needs to be built for multiple Python versions? Let's find out.
    pkgw committed Jan 15, 2017
    Copy the full SHA
    5f31100 View commit details
    Browse the repository at this point in the history
  3. xorg-xcb-proto: OK, fine, >=

    pkgw committed Jan 15, 2017
    Copy the full SHA
    75db499 View commit details
    Browse the repository at this point in the history
  4. xorg-xcb-proto: <forehead slap>

    pkgw committed Jan 15, 2017
    Copy the full SHA
    5b4b50d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b27ff70 View commit details
    Browse the repository at this point in the history
  6. xorg: fix capitalization distinction

    You know, I noticed that I overlooked the '|lower' but I thought to myself
    that there was NO way that would ever come back to bite me. Well, here we are.
    pkgw committed Jan 15, 2017
    Copy the full SHA
    d1fe88e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f3faad1 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1472514 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. xorg: try to get Windows to build

    Looks like I need toolchain packages, and I need to build for all of
    the Visual Studio variants.
    pkgw committed Jan 16, 2017
    Copy the full SHA
    2379b41 View commit details
    Browse the repository at this point in the history
  2. xorg: Windows: transform key environment variables

    Windows builds delegate to the build.sh script, but that meant that build.sh was
    getting environment variables like $PREFIX with Windows-style paths. Problems
    if they were ever echoed, etc. Transform the key paths in bld.bat, then. We also
    add the -x option when running bash on the build script so we can trace it better.
    pkgw committed Jan 16, 2017
    Copy the full SHA
    bdae473 View commit details
    Browse the repository at this point in the history
  3. Xorg: Windows: ah yeah, we need to translate $PATH too

    Since where are things that basically do `echo $(which programname)` in
    configure scripts. I wonder whether our setting of %PATH% in the batch script
    will mess it up? Let's find out.
    pkgw committed Jan 16, 2017
    Copy the full SHA
    5d90b11 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    428698c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    98afa94 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    61e2730 View commit details
    Browse the repository at this point in the history
  7. X.org: Windows: got the 'vc' deps wrong

    Also I highly suspect that you have to add Python as a build-time dep to get
    the builders to matrix across the different 'vc' versions.
    pkgw committed Jan 16, 2017
    Copy the full SHA
    fca47c2 View commit details
    Browse the repository at this point in the history
  8. X.org: Windows: a shot in the dark

    Not optimistic this will fix my current build error, but if the Cairo
    experience is right, this change is important anyway.
    pkgw committed Jan 16, 2017
    Copy the full SHA
    423bb61 View commit details
    Browse the repository at this point in the history
  9. X.org: Windows: we have to explicitly disable Unix sockets

    xtrans.m4 checks for being on Windows by looking for mingw, not msys, so its defaulting
    doesn't work.
    pkgw committed Jan 16, 2017
    Copy the full SHA
    0963fe4 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Xorg: Windows: yaaaargh!

    So it turns out that on Windows alone, libICE depends on libX11 to build. So I
    need to do a different direction down the stack to get those things going. So
    let's just get the next three packages in for now.
    pkgw committed Jan 17, 2017
    Copy the full SHA
    5e1772b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5e457b0 View commit details
    Browse the repository at this point in the history