Commit Graph

34 Commits

Author SHA1 Message Date
Alexey Pavlov
ce43544c5b cmake: Update to 3.15.3 2019-09-30 14:35:09 +03:00
Alexey Pavlov
cddf2fe8c4 cmake: Update to 3.15.2 2019-08-12 09:27:35 +03:00
Alexey Pavlov
bfec3b9bcb cmake: Update to 3.15.1 2019-07-30 14:15:50 +03:00
J. Peter Mugaas
3203d4c9ce Various fixes (#1705)
* Remove sphinx dependency and docs package.  We probably would provide tthat in the MINGW package.

* add package dpenendcies for subpackages.
2019-07-26 09:10:23 +03:00
Alexey Pavlov
32caabbd09 cmake: Update to 3.15.0 2019-07-18 10:32:59 +03:00
Alexey Pavlov
3d6c0f988b cmake: Update to 3.14.6 2019-07-17 09:53:02 +03:00
Alexey Pavlov
09c846d631 cmake: Update to 3.14.5 2019-06-07 11:11:26 +03:00
Alexey Pavlov
f261f322ad cmake: Update to 3.14.4 2019-05-27 09:17:26 +03:00
Alexey Pavlov
ab23f27105 cmake: Update to 3.14.3 2019-04-27 21:17:37 +03:00
Alexey Pavlov
1715d802ff cmake: Update to 3.13.4 2019-03-01 09:16:51 +03:00
Alexey Pavlov
1464272867 meson: Update to 0.49.0 2018-12-14 09:34:49 +03:00
Alexey Pavlov
31bedafc96 cmake: Update to 3.13.2 2018-12-14 09:34:06 +03:00
Yuui Tanabe
ed229b2672 Update PKGBUILD (#1478) 2018-11-09 10:56:12 +10:00
Alexey Pavlov
bc86e17ab0 cmake: Update to 3.12.3 2018-10-31 10:07:26 +03:00
J. Peter Mugaas
63edf8b486 cnaje 3.12.2 - Update to latest version (#1424) 2018-09-26 07:23:14 +03:00
Alexey Pavlov
7a76b96948 cmake: Update patchs for 3.12.1 2018-09-07 11:23:03 +03:00
Yuui Tanabe
eb7042e16b Update to 3.12.1 (#1397)
* Update to 3.12.1

* Update PKGBUILD
2018-09-07 08:13:10 +03:00
Alexey Pavlov
6923305c71 cmake: Update to 3.10.2 2018-02-19 09:55:44 +03:00
Alexey Pavlov
4bab926923 cmake: Update to 3.9.6 2017-11-17 08:14:42 +03:00
J. Peter Mugaas
41a89c2c34 cmake 3.9.4 - Update to altest version. Rekey most patches, and add dependencies on new port of librhash and libuv.
jsoncpp - 1,8..3 - Update to latest version.  Split package into a run-time and developer package subce a DKK as a DLL is now included
libuv - 1.15.0 - New package required for cmake.
rhrash - 1.3.5 - New package required for cmake.  Note that the makefile and some other things had to ported to MSYS (Cygwin is incidental).  The patch I wrote should also work on MINGW (kill two birds with one stone).
2017-10-06 13:31:19 -04:00
Uwe Koloska
1d13098018 Fix missing bracket in cmake FindBoost
The patch used in PKGBUILD for cmake missed a bracket. This is a
regression and had been already fixed in #646.
2017-02-14 14:12:06 +00:00
J. Peter Mugaas
cf4ff5d151 cmake - 3.6.2
Update to latest version
2016-09-19 18:51:18 -04:00
J. Peter Mugaas
5b70bef12c cmake - 3.6.1 Update to new version
Remove 3.5.2-case-sensitivity.patch.  It's now in the msys patch
rekey cpuinfo and msys patches.
2016-07-27 23:25:55 -04:00
David Mott
9c9f192fa2 add correct sha256sum to patch 2016-06-28 11:42:14 -05:00
David Mott
0dec04801c increment pkgrel 2016-06-28 11:32:54 -05:00
David Mott
e17db0d544 Fix to missing closing paran in FindBoost.cmake 2016-06-28 08:35:17 -05:00
Renato Silva
d81601b726 More environment improvements.
* Warning about required shortcut changes.
  When upgrading the filesystem package, user will be notified about the
  unified msys2_shell.cmd and asked for updating their shortcuts.

* New warning mechanism for interactive bash sessions.
  Applications can now add warnings to the terminal for notifying the
  user about possible problems. This is done by adding a file containing
  the warning text to one of the following locations:

      - /etc/profile.d/NAME.warning
      - /mingw32/etc/profile.d/NAME.warning
      - /mingw64/etc/profile.d/NAME.warning

  These files are processed by /etc/bash.bashrc. Files with the
  "warning.once" extension are removed after processing. An
  implementation example is provided by next change.

* Add simplified parameter -full-path to msys2_shell.cmd. The old
  parameter -use-full-path still works for now but is marked as
  deprecated using the above warning mechanism.

* Add file opening support to shell manager.
  Both directory and file arguments are now accepted and passed to
  Windows Explorer for opening with default application.

* Residual pkgrel updates.
2016-05-24 14:37:08 -03:00
Renato Silva
2c4e6d7289 Rename start_shell.cmd to msys2_shell.cmd.
This more specific name improves MSYS2 detection by applications that
are sensitive to the presence of this file, such as the installer script
make-msys2-installer.bat.
2016-05-24 14:37:08 -03:00
Renato Silva
8a94387746 Remove unneeded shell starting wrappers.
These batch files used to contain duplicated code that has been merged
into start_shell.cmd. Shortcuts can replace them like this:

    * Call `start_shell.cmd -mingw32` instead of mingw32_shell.bat.
    * Call `start_shell.cmd -mingw64` instead of mingw64_shell.bat.
    * Call `start_shell.cmd -msys` instead of msys2_shell.bat.
2016-05-24 14:37:08 -03:00
J. Peter Mugaas
a5badda0b4 cmake 3.5.2 - Update to latest version, rekey all patches
Update to latest version
Rekey all patches
Hopefully have improvements from #584.
jsoncpp is dependency
2016-05-23 04:42:32 -04:00
Viktor Szakats
ab64a4ef6c switch to sha256 checksums
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* use stable url for ncurses
* some whitespace fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
2016-02-25 14:45:55 +01:00
Alexpux
52c897da3d cmake: Fix for MSYS target 2015-07-02 16:42:07 +03:00
Martell Malone
b69dc15d8c cmake: it finally builds. very wip 2015-06-05 00:51:10 +01:00
Alexpux
5ebf2c7957 cmake: WIP 2015-03-12 20:50:30 +03:00