Commit Graph

6767 Commits

Author SHA1 Message Date
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
classabbyamp 76c6e77f35
common/container: move masterdir image building to void-packages
see void-linux/void-docker#11
2023-08-18 16:36:02 -04:00
Andrew J. Hesford b270c7b115 common/scripts/xbps-cycles.py: skip subpackage dependency checks
Dependency checks for subpackages produce the same results as dependency
checks for the main package; skipping subpackages improves performance.
2023-08-17 10:47:41 -04:00
Đoàn Trần Công Danh 6b9c9c7dfa build-style/cmake: support build with cmake-bootstrap 2023-08-17 19:59:36 +07:00
Đoàn Trần Công Danh 6c3584b055 New package: cppdap-1.58.0+a 2023-08-17 19:59:36 +07:00
Daniele Parisi 9747e21ce4 jimtcl: update to 0.82 2023-08-15 12:10:56 +02:00
Michal Vasilek 22c710abc7 libindicator: remove package
last release in 2012, replaced by libayatana-indicator
2023-08-13 11:33:17 -04:00
Michal Vasilek bb68063c4d libappindicator: remove package
uses python2, not maintained since 2012, replaced by libayatana-appindicator
2023-08-13 11:33:17 -04:00
classabbyamp bf66db28e8 common/build-style/go: use -x -> -v so go build logs are readable
this is still verbose (prints each module being compiled), but build
logs should be more readable (for finding things like errors) now
2023-08-09 22:09:34 -04:00
Đoàn Trần Công Danh 09904ef948 shlibs: fix for previous rename of wlroots to wlroots0.16 2023-08-10 07:04:09 +07:00
triallax 2d383469ac libplacebo: update to 5.264.1. 2023-08-09 22:47:04 +02:00
Marcin Puc d31ea8d62d
chafa: update to 1.12.5, fix missing libchafa
Closes: #45391 [via git-merge-pr]
2023-08-09 19:28:09 +02:00
cinerea0 2e4745c3e5 gwenhywfar: update to 5.10.2, remove -gtk
gwenhywfar-gtk: remove package, GTK2 no longer supported
2023-08-09 19:26:35 +02:00
cinerea0 55e3f6abae New package: libdbi-0.9.0 2023-08-09 19:25:59 +02:00
triallax c740725fd9 poppler: update to 23.08.0, adopt. 2023-08-08 01:05:45 +02:00
Hervy Qurrotul Ainur Rozi f41adb7bd0 New package: lib2geom-1.3 2023-08-05 22:48:24 -04:00
Pascal Huber 2ac0e61b19 calc: udpate to 2.14.2.0 2023-08-04 17:50:57 +02:00
Đoàn Trần Công Danh 18f9f57eea New package: md4c-0.4.8
For Qt6
2023-08-01 09:02:41 +07:00
Peter Wang 260e5f0433 New package: mimalloc-2.1.2
Closes: #35283
2023-07-31 17:29:13 +02:00
cinerea0 385726a1bd New package: liblc3-1.0.3 2023-07-28 20:56:43 +02:00
Piraty 6154982486
jsoncpp: update to 1.9.5.
Closes: #45201
2023-07-27 01:46:11 +02:00
Leah Neukirchen 944f3b8b28 build-style/void-cross.sh: adjustments for --enable-autolink-libatomic. 2023-07-26 23:27:32 +02:00
John 04738fa6bb New package: cross-riscv64-linux-gnu-0.35 2023-07-26 23:27:32 +02:00
cinerea0 5bb9d7c856 xbps-src: new vopt_feature helper 2023-07-26 20:31:47 +02:00
Đoàn Trần Công Danh 4fcd6a35a9 setup: unset bash exported function
Fix: #45239
2023-07-26 07:58:23 +07:00
Samuel Clay 946be7df1e ceres-solver: update to 2.1.0. 2023-07-24 22:41:22 +02:00
John d5a23e543a libmygui: update to 3.4.2. 2023-07-23 15:37:50 +02:00
Leah Neukirchen d57a49d0ae rhash: update to 1.4.4. 2023-07-21 13:16:13 +02:00
classabbyamp 5e8f570568
syncthingtray: update to 1.4.4. 2023-07-19 01:53:27 -04:00
Helmut Pozimski c67d3aac12 libfilezilla: update to 0.44.0. 2023-07-17 20:27:40 +02:00
John 9959db4a2b protobuf: update to 23.4.
- switch to cmake buildstyle
- grpc needs the .cmake files to find protobuf
- newer version of protobuf will drop autoconf
2023-07-17 17:36:44 +02:00
John df10a597b1 grpc: update to 1.56.0. 2023-07-17 17:36:44 +02:00
John 7ad1d06a87 abseil-cpp: update to 20230125.3. 2023-07-17 17:36:44 +02:00
danoloan10 37a94b3409 New package: wt-4.10.0 2023-07-08 19:19:19 +02:00
Duncaen f112ae6a54
icu: update to 73.2. 2023-07-05 23:43:22 +02:00
André Cerqueira 8649947352 imath: update to 3.1.9. 2023-07-02 22:55:58 +02:00
Emil Miler eaa423a95d libcotp: update to 2.0.1, adopt 2023-06-28 04:11:53 -04:00
Omar Polo 6e148760d8
libasr: remove, discontinued upstream and unused
closes #44487
2023-06-27 16:11:12 -04:00
0x5c 6ad1182900 srcpkgs/*: remove all cryptocurrency/blockchain packages 2023-06-26 22:07:30 +02:00
Eugen Zagorodniy 4ba217410b
New package: vmaf-2.3.1 2023-06-26 13:32:52 +02:00
Érico Rolim 24076327ba common/build-style: check if go_import_path matches go.mod.
Without this check, calling `go install` with a wrong go_import_path
might end up downloading the source code for said package (using git,
for example), instead of building from the provided tarball. The first
line of go.mod should be "module $go_import_path" for Go to not try and
download source code instead of using what it has locally.

Fixes #27690.
2023-06-26 00:55:36 -04:00
chrysos349 fbf2ac0a6b New package: text-engine-0.1.1 2023-06-26 00:12:25 +02:00
classabbyamp e1e20d20ed spdx-licenses-list: update to 3.21. 2023-06-25 18:09:53 -04:00
classabbyamp 7cd463f451
common/shlibs: update libmatrix_client entry 2023-06-25 14:05:12 -04:00
Andrew Benson e158e5e039 ktextaddons: update common/shlibs 2023-06-25 13:02:35 -05:00
mobinmob 13afff0638 spdx-licenses-list: update to 3.20.
Also:
- update common/travis/license.lst.
2023-06-24 15:34:49 -04:00
Kenneth Dodrill bd6e5f861f New package: pinentry-bemenu-0.12.0 2023-06-24 15:22:53 +02:00
zlice 7b2d69b891 gst-plugins-bad1: update to 1.22.2 2023-06-23 22:14:10 +02:00
cinerea0 760024367a libjodycode: update to 3.0.1 2023-06-23 15:01:23 +02:00
Joshua Krämer 9cad926d1f New package: libjxl-0.8.2 2023-06-22 01:55:36 -04:00
Michal Vasilek 9e47b517b0 common: remove unused python-module build style
python-module build style is now unused, all projects that want to have
a python2 and a python3 package should be split to two templates
2023-06-18 20:24:37 +02:00
oreo639 5fa442f4f8 mutter: update to 44.2. 2023-06-18 20:23:44 +02:00
Leah Neukirchen 73d04e1d51 libXfont: remove, obsoleted by libXfont2. 2023-06-16 16:35:49 +02:00
Leah Neukirchen 53f73ae354 libXxf86misc: removed, upstream retired.
The server side of the XFree86-Misc extension was removed in
xorg-server 1.6 (Feb. 2009).
2023-06-16 16:35:49 +02:00
Leah Neukirchen bc495e1f11 libXfontcache: removed, retired upstream.
The server side of the FontCache extension was disabled by default in
X11R6.8.0 (Sep. 2004) and was removed in xorg-server 1.6 (Feb. 2009).
2023-06-16 16:35:49 +02:00
Leah Neukirchen 44da5f932d libXevie: removed, upstream retired.
The server side of XEvIE was removed in xorg-server 1.6 (Feb. 2009).
GNOME's at-spi2-core used libXevie starting in August 2003, but that
code was disabled by default in 2015 for the 2.20.0 release, and then
removed altogether in the 2.26.0 release in 2017.
2023-06-16 16:35:49 +02:00
Leah Neukirchen e6cd0130ec abseil-cpp: add more entries to common/shlibs. 2023-06-11 16:54:51 +02:00
Marcin Puc 0a91a27f23
libgit2: update to 1.6.4 2023-06-11 07:41:40 -04:00
John 6f3d9aa62f kate5: update to 23.04.2. 2023-06-10 16:03:53 +02:00
classabbyamp 09ed332ec8
syncthingtray: update to 1.4.3. 2023-06-09 19:56:25 -04:00
Marcin Puc 6bb50c7e2d common/environment/build-style/cargo.sh: remove obsolete sparse crates.io config 2023-06-09 15:52:10 -04:00
Andrew J. Hesford 3dc29db624 tagparser: update to 12.0.0. 2023-06-07 11:19:55 -04:00
icp 71185be9d1 common/build-style/python3-pep517.sh: extract wheels in hidden dirs
This prevents pytest from collecting tests multiple times when
they are bundled in the wheel itself alongside the source tree.

Closes: #43946 [via git-merge-pr]
2023-06-05 16:27:02 -04:00
Enno Boland f8b9c7d0dd occt: update to 7.7.1. 2023-06-05 12:00:58 +02:00
Michal Vasilek 9374daa942 libraw: update to 0.21.1. 2023-06-03 16:21:46 +02:00
icp fc68d5f800 common/xbps-src/shutils/update_check.sh: fix url for gitlab 2023-05-31 09:40:00 +07:00
Đoàn Trần Công Danh b94c1a2008 virtualbox-ose: update to 7.0.8a. 2023-05-30 22:54:57 +07:00