Commit graph

140485 commits

Author SHA1 Message Date
Érico Rolim
9022cae01a gimp: update to 2.10.22, add HEIF support, locale data in /usr/share/locale.
Their gettext version check tries to link _nl_msg_cat_cntr, which is
available only in GNU gettext. This breaks when using musl's built-in
gettext impl, and leads to DATADIRNAME=lib being set, which is then used
to set gimplocaledir to /usr/lib/locale.

Update and HEIF based on
9202f62e3c
2021-02-01 01:45:38 -03:00
Érico Rolim
2386d68b88 gegl: update to 0.4.28.
Introspection should always be enabled, since other packages depend on
it.
2021-02-01 01:45:38 -03:00
Érico Rolim
e225924783 babl: update to 0.1.84.
- fix vala detection for cross
- remove manual disabling of build options, now that the meson build
style defaults features to "auto" instead of "enabled"
2021-02-01 01:45:38 -03:00
mobinmob
f4edf61c18 66-tools: update to 0.0.7.1. 2021-02-01 01:13:09 -03:00
mobinmob
c44a05f68f 66: update to 0.6.0.1. 2021-02-01 01:13:09 -03:00
mobinmob
163863db81 execline: update to 2.7.0.1. 2021-02-01 01:13:09 -03:00
mobinmob
93115f5902 mdevd: update to 0.1.3.0. 2021-02-01 01:13:09 -03:00
mobinmob
e8289a822f oblibs: update to 0.1.2.0. 2021-02-01 01:13:09 -03:00
mobinmob
59dd658afc nsss: update to 0.1.0.0. 2021-02-01 01:13:09 -03:00
mobinmob
c5c100c624 s6-dns: update to 2.3.5.0. 2021-02-01 01:13:09 -03:00
mobinmob
75f79a15d0 s6-linux-utils: update to 2.5.1.4. 2021-02-01 01:13:09 -03:00
mobinmob
fdfcd48b3f s6-networking: update to 2.4.0.0. 2021-02-01 01:13:09 -03:00
mobinmob
e96acd844c s6-portable-utils: update to 2.2.3.1. 2021-02-01 01:13:09 -03:00
mobinmob
9cb6825d1b s6-rc: update to 0.5.2.1. 2021-02-01 01:13:09 -03:00
mobinmob
7e86044d44 s6: update to 2.10.0.1. 2021-02-01 01:13:09 -03:00
mobinmob
ce3fa2ad33 New package: s6-man-pages-2.10.0.1.1. 2021-02-01 01:13:09 -03:00
mobinmob
e604665ea2 skalibs: update to 2.10.0.1. 2021-02-01 01:13:09 -03:00
Tristan Ross
707c0cda46 cargo: added patch for #28372 2021-02-01 01:11:30 -03:00
Andrew J. Hesford
fb1736e406 python3-packaging: update to 20.9. 2021-01-31 21:52:16 -05:00
Andrew J. Hesford
c5489f0400 python3-pyPEG2: remove package
Upstream package hasn't been touched in more than five years, its
Bitbucket repository is dead, and the only dependant (qutebrowser)
dropped its dependency.
2021-01-31 21:38:30 -05:00
Byl3x
ce5ab1f9a6 qutebrowser: update to 2.0.1
Closes: #28286 [via git-merge-pr]
2021-01-31 21:38:30 -05:00
Andrew J. Hesford
b88994292b python3-pyopencl: update to 2021.1.1. 2021-01-31 21:38:30 -05:00
Andrew J. Hesford
7885f1cd9c python-Jinja2: update to 2.11.3. 2021-01-31 21:38:30 -05:00
Andrew J. Hesford
73531c5d91 python3-matplotlib: update to 3.3.4. 2021-01-31 21:38:30 -05:00
Andrew J. Hesford
cccef0dd21 python3-pyzmq: update to 22.0.2. 2021-01-31 21:38:30 -05:00
Peter Bui
f18b2e50d1 oragono: update to 2.5.0. 2021-01-31 23:17:45 -03:00
Érico Rolim
939f1c6b61 wayland: update to 0.19.0, adopt.
Also fix ndebug mode with meson options instead of CFLAGS. Disabling
NDEBUG is necessary for the test suite to work correctly.

Thanks ifreund for pointing me in this direction.
2021-01-31 23:10:23 -03:00
Érico Rolim
6041f96bef bind: fix named service.
When used with the -f option, it can crash, likely due to a lack of
syslog. Using -g makes it work but still keeps it in the foreground, by
logging directly to stderr. By adding a logger to it, we follow the
pattern of most other services.

Fixes #18961.
2021-01-31 22:42:30 -03:00
mobinmob
6e16db3683 kdiff3: update to 1.8.5. 2021-01-31 22:39:51 -03:00
mobinmob
34b0f37b70 font-sarasa-gothic: update to 0.17.0. 2021-01-31 22:38:00 -03:00
Daniel Lewan
a19db2dc42 shfmt: update to 3.2.2. 2021-01-31 22:34:20 -03:00
mobinmob
cbcfa47846 mtpaint: update to 3.50.03. 2021-01-31 22:32:54 -03:00
Érico Rolim
6009f70f3f nwg-launchers: update to 0.4.4. 2021-01-31 22:31:02 -03:00
Đoàn Trần Công Danh
7827ead065 passff-host: remove update file 2021-02-01 08:11:46 +07:00
Jürgen Buchmüller
744dc145d5 clisp: fix ftbfs; xlintify 2021-01-31 22:54:58 +01:00
lambdagolem
2319da1841 pmbootstrap: update to 1.29.1. 2021-01-31 17:51:20 -03:00
mobinmob
10bfff5b4d dnsmasq: update to 2.84.
Closes: #28344 [via git-merge-pr]
2021-01-31 14:58:07 -05:00
Jürgen Buchmüller
7a514210c0 libXpresent: remove presentproto dependency
presentproto no longer exists as standalone but is contained in xorgproto.
2021-01-31 20:54:14 +01:00
Boris Pek
b737a41ec3 eiskaltdcpp-qt: update to 2.4.1
+ Drop patches which came from upstream.
+ Static linking with libeiskaltdcpp.
+ Remove build dependency from Boost libraries.
+ Disable usage of Aspell libraries.
+ Enable support of Lua scripts.
+ Enable support of SQLite database.
+ New maintainer of package.
2021-01-31 15:34:46 -03:00
Arjan Mossel
9ec5a51512 dbeaver: update to 7.3.3.
also add eclipse as dependency, which is required for dbeaver to run.
2021-01-31 15:23:26 -03:00
Michael Taboada
df17d722bf tintin: take ownership 2021-01-31 15:06:17 -03:00
q66
2204b2e9b8 removed-packages: add xlennart 2021-01-31 18:27:25 +01:00
q66
8763e9ab92 xlennart: remove
upstream dead, depends on gtk2
2021-01-31 18:26:50 +01:00
q66
93f1c7c978 removed-packages: add missing devel/plugin packages and bump again 2021-01-31 18:13:58 +01:00
q66
f8feaf2b39 removed-packages: add qt and bump 2021-01-31 18:11:12 +01:00
q66
f1914c9145 qt: remove 2021-01-31 18:10:16 +01:00
q66
9d2749905d removed-packages: add avogadro, luxmark/luxrays, qucs 2021-01-31 18:06:50 +01:00
q66
ff497e077b qucs: remove 2021-01-31 18:06:20 +01:00
q66
f13a058550 luxrays: remove 2021-01-31 18:05:42 +01:00
q66
4393c4bac6 luxmark: remove 2021-01-31 18:05:26 +01:00