Commit Graph

42 Commits

Author SHA1 Message Date
Christoph Reiter
5fc2e83e78 readline: Update to 8.2 2022-10-31 09:13:09 +01:00
Christoph Reiter
22d904bb64 readline: set NCURSES_STATIC for the static build
ncurses has started to default to dllimport by default, which means
NCURSES_STATIC has to be set by anyone trying to statically build against it
to get the right symbol names.

To keep things simple for use just build twice, once dynamically and
once statically with NCURSES_STATIC set.

Alternative to #2956

Also removes the "RPATH" part, which was copied from Arch, but from what I see
doesn't change anything for us.
2022-04-29 20:12:09 +02:00
Christoph Reiter
da405dbd4c readline: update to 8.1.002 2022-04-03 20:17:03 +02:00
Christoph Reiter
81c94d6a08 readline: drop msysize patch 2022-04-03 20:14:30 +02:00
Christoph Reiter
6e15c8070e readline: drop install script
handled by a hook now
2022-04-03 19:47:41 +02:00
Christoph Reiter
e40c90814f Makedepend on gcc/make where needed
This means we no longer need msys2-devel
2021-12-13 22:19:56 +01:00
Christoph Reiter
38126d763e makedepend on autotools for packages using configure
In some cases this will introduce cycles which could likely be cleaned
up by only depending on some unix tools instead of the whole autotools.

Rebuilding doesn't make much sense at this point since it just adds a subset
of base-devel which is still installed by default.
2021-12-12 14:20:50 +01:00
Astrum-polaris
bffd875b63 readline: update to 8.1.001 2021-07-20 00:31:16 +08:00
Astrum-polaris
272295271c readline: update to 8.1.0 2020-12-20 12:24:38 +08:00
Alexey Pavlov
cb37cebd5a readline: Update to 8.0.0004 2020-02-17 14:23:08 +03:00
Alexey Pavlov
70c4704bd7 readline: Update to 8.0.001 2019-10-14 09:27:02 +03:00
Alexey Pavlov
af6ec49450 readline: Update to 8.0.000 2019-04-30 09:38:46 +03:00
Alexey Pavlov
63a1162b3c readline: Update to 7.0.005 2018-06-26 09:30:49 +03:00
Justin Nicolaides
0eed9a0b60 Fix missing paste-from-clipboard command 2018-03-01 20:45:13 +09:00
Viktor Szakats
746a478425 switch to HTTPS where available 2017-09-16 03:45:32 +00:00
Alexey Pavlov
1f5e99924d readline: Update to 7.0.003 2017-02-14 09:24:00 +03:00
J. Peter Mugaas
15337126b8 Remove msg2 debug messages before patch calls. I mistakenly forgot to remove those. 2016-09-21 03:23:49 -04:00
J. Peter Mugaas
fd7f625b5c readline - Update to 7.0 2016-09-21 02:55:59 -04:00
J. Peter Mugaas
c426727cb9 gmp, mpc, mpfr, and readline - validpgpkeys 2016-06-04 13:58:12 -04:00
Andrew Chadwick
38f70672b9 install scripts: succeed even if info isn't installed
A number of install scripts were testing for install-info to no effect,
then calling it regardless. For minimal installs, this makes pacman fail
on them visibly.

This fix replicates what other MSYS2 packages, e.g. autoconf, do.
Also none of these packages actually depend on GNU info.
2016-06-01 15:53:56 +01: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
Viktor Szakats
2b119ae43f use secure urls
* follow some redirects
2016-02-23 10:26:02 +01:00
Alexey Pavlov
b45bda6074 readline: Rebuild. 2015-12-22 12:07:58 +03:00
Kim Gybels
e44d4ff945 readline: convert clipboard data to UTF-8 encoding
The call to GetClipboardData(CF_TEXT) returns the text in the system
encoding, which was then incorrectly treated as UTF-8 encoded. Instead we
need to use GetClipboardData(CF_UNICODETEXT) to get the text in UTF-16,
followed by a conversion to UTF-8.

Also fixed a problem where CloseClipboard was only called if
GetClipboardData returns non-null. According to the documentation, every
successful call to OpenClipboard should be matched with a call to
CloseClipboard.

This fixes https://github.com/git-for-windows/git/issues/567

Signed-off-by: Kim Gybels <kgybels@infogroep.be>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2015-12-18 16:45:21 +01:00
Alexey Pavlov
99e3a28ebd readline: Rebuild. 2015-11-05 08:39:17 +03:00
Alexpux
ee01af5d0d readline: Rebuild 2015-06-28 13:05:47 +03:00
Alexpux
3bc15f5866 readline: Import patch from Cygwin 2015-03-03 10:44:13 +03:00
Alexpux
da39e497d2 readline: Allow static libraries. 2014-11-04 19:53:18 +03:00
Alexpux
b0d4336f2d readline: Rebuild. Fix dependencies. 2014-11-04 19:46:22 +03:00
Ray Donnelly
c3d40c1afe bashisms: Remove arrays 2014-10-23 22:08:03 +01:00
Alexpux
67899cdbe9 readline: Store patches in repo. 2014-09-04 14:10:19 +04:00
Masanori Shirayama
dc96b9adf6 readline: Update to 6.3.008 2014-09-04 16:38:37 +09:00
Alexpux
fdf7ad4528 Add dependencies between devel packages. 2014-05-03 09:40:44 +04:00
Alexpux
34ac3cdf22 Fix format in PKGBUILD's 2014-04-28 09:52:34 +04:00
Alexpux
5b122fa5c3 readline: Update to 6.3.005 2014-04-15 22:20:00 +04:00
Alexpux
bb97bbe705 readline: Update to 6.3.003 2014-04-05 23:16:12 +04:00
Alexpux
009cf89472 readline: Update to 6.3. 2014-03-13 23:15:32 +04:00
Alexpux
f6e73ecb02 readline: Update to 6.2.005 2014-02-28 09:02:08 +04:00
Alexpux
603e49e837 Readline: fix checksums. 2013-11-12 00:37:51 +04:00
Alexpux
1994b55167 Change packages groups. Various fixes. 2013-11-10 19:24:27 +04:00
Alexpux
f4adaa2e68 Fix build scripts to use the same libraries name in dependencies 2013-11-08 23:32:10 +04:00
Alexpux
a06d5adc28 Add readline package 2013-11-01 06:51:33 +04:00