Commit Graph

6733 Commits

Author SHA1 Message Date
Đoàn Trần Công Danh 76adce4553 qt6-location: use correct distfiles
Fix: #46073
2023-09-16 11:22:18 +07:00
Đoàn Trần Công Danh 15eb23593e New package: qt6-position-6.5.2 2023-09-16 11:22:18 +07:00
Piraty 04e3788d8e
New package: zint-2.12.0 2023-09-16 01:28:48 +02:00
André Cerqueira baac2c0795 rizin: update to 0.6.2. 2023-09-15 18:00:44 -04:00
André Cerqueira 97262cf9d3 capstone: update to 5.0.1. 2023-09-15 18:00:44 -04:00
Duncaen b98cf59ccf
knot: update to 3.3.1. 2023-09-15 19:41:38 +02:00
q66 937272e967 xbps-src: abstract away non-portable stat(1)
This implements semi-portable abstractions for both GNU and BSD
flavors of stat.
2023-09-14 08:48:59 +07:00
q66 4349108b68 setup/git.sh: fix non-portable sed invocation
This lets xbps-src work in non-GNU environments.
2023-09-14 08:48:59 +07:00
John feb503ddff pimcommon: update to 23.08.0. 2023-09-13 21:40:16 +02:00
John 1c8407bd9b okular: update to 23.08.0. 2023-09-13 21:40:16 +02:00
John b0c8cf858b kate5: update to 23.08.0. 2023-09-13 21:40:16 +02:00
Joel Beckmeyer a2fae59d8f libQuotient: update to 0.8.1.2. 2023-09-12 22:46:32 +02:00
yosh b42144d768 radare2: update to 5.8.8, adopt. 2023-09-11 20:54:30 +02:00
icp b544a09b7b common/xbps-src/shutils/update_check.sh: early return for disabled update checks 2023-09-08 18:37:48 -04:00
Đoàn Trần Công Danh 3879823578 98-shlib-provides: handle special 32bit packages
If the packages has -32bit suffix and there's another subpackages with
same name. It's definitely not a normal package.
2023-09-08 19:59:07 +07:00
classabbyamp 95ed99c92d common/xbps-src/shutils/update_check: add ability to disable update-check
useful for cases where update checking does not make sense or is
impossible
2023-09-08 04:33:16 -04:00
classabbyamp 0192981922 .github/workflows/build.yaml: verify the functionality of update-check 2023-09-08 04:33:16 -04:00
classabbyamp 8c31764bb3 common/travis: remove XLINT variable
it seems to do nothing
2023-09-08 04:33:16 -04:00
Duncaen 773e2e375f
xbps-src: split 32bit hook into two steps
This should fix issues where -32bit packages are missing the runtime
dependencies, since the common/hooks/post-install/98-shlib-provides.sh
hook depends on the 32bit files being copied and the runtime and the
rdep part of the common/hooks/post-install/80-prepare-32bit.sh depends
on the common/hooks/post-install/98-shlib-provides.sh.
2023-09-07 23:15:43 +02:00
classabbyamp 0960c77498
common/container: remove gconv noextract, add README
noextracting gconv was breaking CI for limine
2023-09-04 15:37:45 -04:00
Leah Neukirchen 922c87f3e3 libavif: update to 1.0.1. 2023-09-04 20:03:45 +02:00
Arjan Mossel 22a367ef11 New package: libsecp256k1-0.3.2 2023-09-03 17:11:53 +02:00
Duncaen 65c9ade5e4
xbps-src: consistently use read -r when reading file paths 2023-08-31 14:18:14 +02:00
Đoàn Trần Công Danh a6c4206699 vsrccopy: fix detection of last argument 2023-08-30 22:48:53 +07:00
Đoàn Trần Công Danh 6c04e6d45c common/shlibs: clean up 2023-08-30 13:24:12 +07:00
Đoàn Trần Công Danh c77021e94b (restricted): verify runtime deps 2023-08-30 13:24:12 +07:00
Đoàn Trần Công Danh 9ee583c661 hooks/gen-rt-deps: Look for rt-deps by subpkg first, common/shlibs later 2023-08-30 13:24:12 +07:00
Đoàn Trần Công Danh 6d6cf11a2b hooks/shlib-provides: record shared libraries without SONAME
In a later change, we would like to generate runtime-deps between
sub-packages.

In order to do that, we can add everything into etc/shlibs or we can
look into other subpackages directly.  The former is cumbersome if such
package has lot of shared-objects.  The latter requires traversing and
checking a lot of files.  Furtunately, we can speed up the latter one by
storing all shared-objects' information in a centralised place.
2023-08-30 13:24:12 +07:00
Đoàn Trần Công Danh 337d270447 hooks: move prepare-32bit and shlib-provides to post-install
In a later change, we will generate shlib-depends cross subpkgs during
pre-pkg stage.  Thus we need shlib-provides information of all subpkgs
ready before pre-pkg is run.

Those information can only be read in post-install stage at the
eariliest.

Let's move the shlib-provides to post-install.  This hook requires
prepare-32bit, so, let's move that hook, too.
2023-08-30 13:24:12 +07:00
Đoàn Trần Công Danh fe0d548527 vsrcextract: drop the heuristic to prefer tar over bsdtar
Only kexec-tools has problem with bsdtar, the heuristic is problematic
with those packages with tar in hostmakedepends
2023-08-28 17:03:37 +07:00
Đoàn Trần Công Danh 38fb0674af liborcus: update to 0.18.1. 2023-08-27 13:36:35 +07:00
Đoàn Trần Công Danh 56ee0d4a76 libixion: update to 0.18.1. 2023-08-27 13:36:35 +07:00
dkwo 595b5584e2
openssl: update to 3.1.2 2023-08-26 22:48:21 -04:00
Đoàn Trần Công Danh eb453e6e0e boost: update to 1.83.0. 2023-08-26 22:45:28 -04:00
Andrew J. Hesford 1eb523fabe common/shlibs: fix abseil version for libabsl_flags.so 2023-08-25 16:00:18 -04:00
Leah Neukirchen ac0ca32dca add riscv64 profiles 2023-08-25 17:06:56 +02:00
Leah Neukirchen 26ee82b72c add configure/autoconf_cache/riscv64-linux 2023-08-25 17:06:56 +02:00
John 8714c52bf7 build-style/cmake.sh: add riscv64 arch 2023-08-25 17:06:56 +02:00
John 5de81f076a go: add riscv64 2023-08-25 17:06:56 +02:00
triallax 6faffb2f65 protobuf: update to 24.1. 2023-08-25 07:42:18 -04:00
triallax ff41da1dc0 abseil-cpp: update to 20230802.0. 2023-08-25 07:42:17 -04:00
Đoàn Trần Công Danh c359aaaa46 build-style/go: allow override GOTOOLCHAIN 2023-08-24 21:05:07 +07:00
Kirill 4c22fd9b48 common/build-style/go.sh: update go build style for go1.21.0 2023-08-23 16:06:44 -05:00
Đoàn Trần Công Danh 5215d4a7f9 build-style/cmake: no longer need to block FetchContent 2023-08-21 21:32:09 +07:00
Đoàn Trần Công Danh 92e90f0dd4 New package: libb64-1.2.1 2023-08-21 21:31:03 +07:00
Đoàn Trần Công Danh 8a1801bad8 New package: libkeyfinder-2.2.7 2023-08-21 21:23:24 +07:00
Đoàn Trần Công Danh 77a4de4385 xen: use vsrcextract 2023-08-21 11:27:32 +07:00
Đoàn Trần Công Danh a1d3f7de1d kexec-tools: drop custom do_extract 2023-08-21 11:27:32 +07:00
Đoàn Trần Công Danh 2deec738e1 do-extract: move main logic into helper function 2023-08-21 11:27:32 +07:00
Đoàn Trần Công Danh 1f2932447a build-style/cmake: set PATH in environment 2023-08-21 09:11:59 +07:00