11 Commits

Author SHA1 Message Date
Christoph Reiter
b38b2b78f4 Remove all cygwin CHOST changes
Since #5448 CHOST defaults to cygwin now, so this
is no longer needed.
2025-06-27 07:42:37 +02:00
Christoph Reiter
11a162b0e5 repo: make file executable permissions match the cygwin derived status
In case we have a git clone from Linux that is accessed via cygwin git
the files executable status will be derived from the file content (shebang)
and won't match the git repo, leading to a initially dirty tree.

This can be worked around by setting "core.filemode=false", but let's try
to match the cygwin permissions with the in-repo permissions so this isn't
needed.
2024-04-14 15:17:42 +02:00
Christoph Reiter
36921853ac Add some github URLs 2024-01-21 19:56:52 +01:00
Christoph Reiter
1f1a74cb26 Port everything away from PKGMETA
keep an empty PKGMETA.yml for now until all users are adjusted and
deployed.
2023-09-17 20:40:26 +02:00
Christoph Reiter
7d8bcae1bf libqrencode: tests depend on iconv 2022-06-19 20:58:49 +02:00
Christoph Reiter
9a73bd6f19 libqrencode: rebuild
it's been a while
2022-06-19 19:36:05 +02: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
Jannick
42c1f3398d libqrencode: Update to 4.1.1 2020-09-28 09:15:08 +02:00
Jannick
95fcbaca83 qrencode: Update to 4.1.0
* PKGBUILD:
  - update to 4.1.0
  - build in separate directory
  - add check() function
2020-08-30 07:27:11 +02:00
Alexey Pavlov
0792b0da93 libqrencode: Split package. Add conflicts/replaces entries 2020-04-18 10:39:03 +03:00
Andy Tao
41fcd78001
libqrencode: update to 4.0.2 (#1922)
* update to 4.0.2

* update script

* fixed build error

* fixed build error

* fixed build error

* fixed build error

* fixed build error

* fixed build error

* fixed build error

* fixed build error

* fixed build error

* update dll version to 2
2020-04-18 10:07:37 +03:00