Commit graph

5679 commits

Author SHA1 Message Date
Đoàn Trần Công Danh 47b573af07 New package: libime-jyutping-1.0.2 2021-04-21 16:20:03 +07:00
Đoàn Trần Công Danh d51804060a New package: libime-1.0.6 2021-04-21 16:20:03 +07:00
Đoàn Trần Công Danh d7d9c79617 New package: fcitx5-qt5-5.0.5 2021-04-21 16:20:03 +07:00
Đoàn Trần Công Danh 995f38c702 New package: fcitx5-gtk-5.0.6 2021-04-21 16:20:03 +07:00
Đoàn Trần Công Danh 140243e88f New package: fcitx5-5.0.7 2021-04-21 16:20:03 +07:00
Đoàn Trần Công Danh a63f060fd3 New package: xcb-imdkit-1.0.3 2021-04-21 16:20:03 +07:00
q66 27de9de40a New package: wpebackend-fdo-1.8.3 2021-04-21 00:45:24 +02:00
q66 98abd6dd27 New package: libwpe-1.10.0 2021-04-21 00:30:56 +02:00
Andrew Benson f33e443914 nvidia390: update to 390.143. 2021-04-20 10:10:55 -05:00
Enno Boland 5a9466f3e3 openimageio: update to 2.2.13.1. 2021-04-20 11:59:35 +02:00
Enno Boland 95622a0f01 New package: Field3D-1.7.3 2021-04-20 11:59:35 +02:00
Enno Boland 5f73330e29 New package: ptex-2.3.2 2021-04-20 11:59:35 +02:00
Isaac Freund f223cb8977 wlroots: update to 0.13.0. 2021-04-20 01:28:30 -03:00
Piotr Wójcik 490ef8c8b2 xbps-src: update-check: print out match pattern in verbose mode 2021-04-17 21:34:10 +02:00
Helmut Pozimski fecc5a653b libfm-qt: update to 0.17.1. 2021-04-17 13:17:07 +02:00
Michael Aldridge 4f896929b9 xbps-src: remove remove-obsoletes 2021-04-16 00:02:06 -07:00
Justin Jagieniak ab007f5081 mariadb: update to 10.5.9. 2021-04-15 21:23:51 +02:00
Michael Aldridge 0c9e6e56e7 common/xbps-src: Fix remove-obsoletes 2021-04-15 01:35:17 -07:00
Michael Aldridge f5e766c248 xbps-src: Add remove-obsoletes command 2021-04-14 22:45:13 -07:00
Roberto Ricci 4e235266ec fluidsynth: update to 2.2.0. 2021-04-14 19:33:08 +00:00
Đoàn Trần Công Danh 316eb464ab embb: fix cmake, shared libs location 2021-04-12 08:29:02 +07:00
Đoàn Trần Công Danh a4628b1dfd Haru: build versioned SONAME 2021-04-12 07:48:12 +07:00
Érico Rolim fd8a0f6fed ell: update to 0.39.
Add warnings about ABI stability.
2021-04-11 01:13:03 -03:00
Enno Boland d2622f0b91
common/environment: update GNOME_SITE to new url 2021-04-09 18:52:36 +02:00
Enno Boland 6d243d7619
common/xbps-src: update-check checks new gnome upstream sites 2021-04-09 18:52:35 +02:00
Enno Boland e61b317795
gedit: update to 40.0. 2021-04-09 18:52:25 +02:00
Enno Boland 3fb7b11316
tepl: update to 6.00.0. 2021-04-09 18:52:24 +02:00
Enno Boland 5dfaea0fd6
evolution: update to 3.40.0. 2021-04-09 18:52:19 +02:00
Enno Boland 57df2f3a82
evolution-data-server: update to 3.40.0. 2021-04-09 18:52:19 +02:00
Enno Boland 69c131c899
glib: update to 2.68.0.
* disable broken tests on musl

* add backport fix.
2021-04-09 18:52:18 +02:00
oreo639 20fcf82386
mutter: update to 40.0 2021-04-09 18:52:17 +02:00
Đoàn Trần Công Danh d284d8b6db build-helper/qmake: respect {C,CXX,LD}FLAGS
As of it's now, package built with build-helper/qmake natively won't
pick our CFLAGS CXXFLAGS and LDFLAGS. The result could be seen in no
debug symbol in djview.

Furthermore, cross build won't pick our hardening flags.

Let's force qmake pick our flags by using the same method as
build-style/qmake.
2021-04-09 18:06:35 +07:00
Đoàn Trần Công Danh 747a69f695 calligra: restore libkokross.so 2021-04-08 21:04:46 +07:00
q66 2a124d83af llvm10: remove 2021-04-07 19:47:50 +02:00
biopsin c082e31fd4 libmypaint: update to 1.6.1
Since neither GIMP or mypaint use the gobject-introspection, we don't
have to hack around it for cross targets, at least not yet.
2021-04-06 09:59:20 -03:00
newbluemoon 7d5d4aea2e build-style/void-cross.sh: fix leftover _triplet variable 2021-04-05 01:00:35 +02:00
Đoàn Trần Công Danh f93dcfec3c vtk: devendor most of dependencies 2021-04-04 11:08:18 +07:00
Đoàn Trần Công Danh 1af5a29d87 build-style/cmake: set CMAKE_BUILD_TYPE to None
- CMAKE_BUILD_TYPE=Release will force -O3 instead of respecting our
  CFLAGS and CXXFLAGS
- Theoretically, we could patch cmake to always use -O2 instead,
  however, patching will break users' expectation when compiling their
  our code.
- RelWithDebInfo could be another option if it's acceptable to always
  have debug symbol available.
- However, some projects ignore all CFLAGS and CXXFLAGS;
- Some other projects relies on CMAKE_BUILD_TYPE=Release to install to
  correct location and/or disable coverage.
- To get away with -O3, we need patching either ways, let's go with
  CMAKE_BUILD_TYPE=None, and patch all problematic softwares.
2021-04-03 09:52:55 +07:00
Karol Kosek 3423ff7c82 libqmatrixclient: remove package.
The package was only used for Quaternion<=0.0.9.4, but since the newer
versions use an API under a new name -- libQuotient, it can be removed.
2021-04-01 18:42:06 +02:00
Karol Kosek 5f350b4ded New package: libQuotient-0.6.6 2021-04-01 18:42:06 +02:00
Karol Kosek e8c187c7d6 gumbo-parser: depend -devel package on the base and fixes
- Installing gumbo-parser-devel didn't provide .so files,
  because they are in the base package, so packages depending on
  this library used the static one instead.

- add libgumbo to shlibs

- fix checks

- remove starting an article
2021-04-01 11:00:25 -03:00
Florian Warzecha 53974aaaa2 New package: ldacBT-2.0.2.3 2021-03-31 15:37:49 -03:00
Evgeny Ermakov f4510d057d libofx: update to 0.10.1. 2021-03-30 22:35:47 -03:00
Andrew Benson 2311bd0774 zeek: update to 4.0.0. 2021-03-30 17:25:31 -05:00
Duncaen ea2d8e647a
New package: libmd-1.0.3 2021-03-30 19:30:42 +02:00
Leah Neukirchen e81e121126 liburing: update to 2.0.
Disable building tests and examples.

Closes #29622.
2021-03-30 17:17:29 +02:00
Đoàn Trần Công Danh 6ed8a3559a New package: libgcroots-0.3.2 2021-03-29 21:23:16 +07:00
Đoàn Trần Công Danh 700c49292e anthy: update to 0.4. 2021-03-29 21:23:16 +07:00
Đoàn Trần Công Danh 97a4afa006 build-style/cmake: do not require ninja if make_cmd is make 2021-03-25 06:58:07 +07:00
Érico Rolim e1091a5c5b gettext: reorganize so gettext-libs only ships versioned libintl.so.
Move unrelated libraries to gettext package, since they are only used by
it and by gtranslator, which will for the most part be installed
alongside gtranslator already.

The main purpose with this PR is to stop shipping unversioned libintl.so
in gettext-libs. What happens in this case is that packages built
natively for musl with localization support will have gettext in
hostmakedepends, which will lead to gettext-libs being in the host, and,
consequently, /usr/lib/libintl.so being available.

Due to CMake's FindIntl being bad, CMake projects will assume they
should use libintl.so instead of the gettext support from libc, and link
against it unnecessarily (and sometimes innefectively: CMake points the
compiler at /usr/include/libintl.h instead of our
/usr/include/gettext/libintl.h, which means the musl header will be used
instead, and unless the main executable is linked against libintl, the
library's functions won't even be used). Leaving only the essential
libraries in gettext-libs (versioned libintl.so files) and guaranteeing
gettext doesn't pull in the unversioned one means many packages won't
depend on libintl unnecessarily any more. As a matter of fact, this is a
case where our cross builds were more "correct" than native ones, since
libintl.so in the host won't be found for the target.

Furthermore, some packages require autopoint(1) in order to run
autoreconf; to avoid depending on gettext-devel for it, and ending up
linking in libintl into the final binary, we split it into the
gettext-devel-tools subpackage as well.

Also pull in Alpine patches fixing test failures.
2021-03-24 00:51:08 -03:00