Commit Graph

138672 Commits

Author SHA1 Message Date
Érico Rolim bf397c1372 spdlog: use external libfmt.
Closes: #26363 [via git-merge-pr]
2020-12-29 22:56:41 -08:00
Evgeny Zinoviev f116de5c13 colord: add run script
colord is a daemon so it needs a run script. I personally
use it for managing color profiles for my displays: Xfce has
color management support via colord + xiccd.

Closes: #26875 [via git-merge-pr]
2020-12-29 22:52:27 -08:00
Đoàn Trần Công Danh bd62ff8580 99-pkglint-subpkgs: replace grep with case..esac
On experience with 100 subpkgs, this change reduces execution time from
284ms to 4ms

Closes: #27137 [via git-merge-pr]
2020-12-29 22:46:59 -08:00
Nathan Owens a2186e18f5 syncplay: update to 1.6.7.
Closes: #27389 [via git-merge-pr]
2020-12-29 22:34:45 -08:00
Nathan Owens 4044720e71 fontmanager: update to 0.8.3.
Closes: #27388 [via git-merge-pr]
2020-12-29 22:34:33 -08:00
Tim Sandquist 1b9c54ce6d containerd: Install runc shims
Closes: #27469 [via git-merge-pr]
2020-12-29 22:32:24 -08:00
Nathan Owens 4b58a600d4 sddm: update to 0.19.0.
Closes: #27463 [via git-merge-pr]
2020-12-29 22:31:50 -08:00
Nathan Owens 1567cd6558 gandi-cli: update to 1.6.
Closes: #27498 [via git-merge-pr]
2020-12-29 22:31:27 -08:00
mobinmob 14280bfad9 spdx-licenses-list: update to 3.11.
Closes: #27509 [via git-merge-pr]
2020-12-29 22:31:01 -08:00
Gadzhi Kharkharov 791bc57a6b topgrade: update to 6.2.0.
Closes: #27529 [via git-merge-pr]
2020-12-29 22:29:59 -08:00
Mek101 82090772e8 Enabled sensors support
Enables optional sensors support via libsensors

Closes: #27527 [via git-merge-pr]
2020-12-29 22:29:38 -08:00
Nathan Owens 7a92330f2e ddclient: update to 3.9.1.
Closes: #27535 [via git-merge-pr]
2020-12-29 22:29:14 -08:00
tibequadorian 26eeeaf216 fmt: update to 7.1.3.
Closes: #27543 [via git-merge-pr]
2020-12-29 22:28:27 -08:00
Dhia a428fca6c9 update eula digest for anydesk
Closes: #27546 [via git-merge-pr]
2020-12-29 22:28:15 -08:00
tibequadorian 01e19cfdbc terminus-font: update to 4.49.1.
Closes: #27552 [via git-merge-pr]
2020-12-29 22:27:55 -08:00
Jürgen Buchmüller 9417ad67dc chroot-git: update to 2.30.0 2020-12-30 02:37:53 +01:00
James Stark ea8e3ca12d gopass: build additional utilities 2020-12-30 07:01:18 +07:00
Duncaen 2041072ae7
openradtool: update to 0.11.9. 2020-12-29 19:15:35 +01:00
Jürgen Buchmüller 9715e63dc5 libgsf: need to reconfigure
Adding just automake was not sufficient because the shipped configure
script expects aclocal-1.15. Add libtool and gettext-devel to
hostmakedepends and run autoreconf.
2020-12-29 18:42:47 +01:00
Jürgen Buchmüller b1143ad99d libgsf: needs (may need) automake
Also remove build option gir and always enable introspection.
2020-12-29 18:00:49 +01:00
Leah Neukirchen bd4351aace sbcl: update to 2.1.0. 2020-12-29 17:10:39 +01:00
Andrew J. Hesford 50d70821f8 python3-setuptools: update to 51.1.1. 2020-12-29 10:24:41 -05:00
Andrew J. Hesford b7c7388f48 python-pytz: update to 2020.5. 2020-12-29 10:24:41 -05:00
Andrew J. Hesford 08d0eb662b python3-ptyprocess: update to 0.7.0. 2020-12-29 10:24:41 -05:00
Andrew J. Hesford 706a62214b python3-pandas: update to 1.2.0. 2020-12-29 10:24:41 -05:00
Jürgen Buchmüller 1a8eeec5fe gtksourceview: really add automake to hostmakedepends 2020-12-29 10:47:04 +01:00
Jürgen Buchmüller 8c5799abb2 gtksourceview: needs (may need) automake
Also remove builds options gir and vala and always enable.
2020-12-29 10:41:37 +01:00
Jürgen Buchmüller e72870b7e6 libgda: needs (may need) automake
Also set python version to 3. Reference:
https://mail.gnome.org/archives/commits-list/2019-November/msg07519.html
2020-12-29 10:34:16 +01:00
Jürgen Buchmüller 87ccdcac55 uhttpmock: update to 0.5.3; xlint
The cross build process may need autotools.
Also remove build option gir and always enable gir and vala.
2020-12-29 10:07:27 +01:00
Jürgen Buchmüller 126e4d1404 libsecret: needs (may need) automake
Also remove gir build option and always enable introspection and vala.
2020-12-29 09:50:03 +01:00
Lorem aef16d1c02 legendary: update to 0.20.6. 2020-12-29 01:44:51 -06:00
Nathan Owens 23427b9c0c pueue: update to 0.9.0. 2020-12-29 01:43:41 -06:00
Nathan Owens a922d878c5 fonttools: update to 4.18.2. 2020-12-29 03:24:02 -03:00
Érico Rolim b725887189 wine: make it work on i686-musl.
-fno-PIC (wine build system) and pie by default (our toolchain) are a
bad match. Force -no-pie where necessary.

Also xlint and disable tests under XBPS_CHECK_PKGS=yes.
2020-12-29 03:18:14 -03:00
Kieran Coldron 196a997b34 openrazer-meta: update to 2.9.0 2020-12-29 00:35:11 -03:00
Đoàn Trần Công Danh 2956a8a8d6 git: update to 2.30.0. 2020-12-29 08:06:37 +07:00
Jürgen Buchmüller 8c3d683737 xdebug: fix cross 2020-12-28 23:47:50 +01:00
Nathan Owens e8e16f838f libepoxy: update to 1.5.5. 2020-12-28 16:05:33 -03:00
Alex Lohr 43d4efea07 xfce4-settings: use xrandr 2020-12-28 15:56:00 -03:00
Nathan Owens 69af7a70eb libarchive: update to 3.5.1.
Closes: #27500 [via git-merge-pr]
2020-12-28 15:55:21 -03:00
Leah Neukirchen f66d93e241 netpbm: update to 10.93.00. 2020-12-28 18:32:40 +01:00
Nathan Owens f641031313 modsecurity: fix cross-build 2020-12-28 13:28:11 -03:00
Jürgen Buchmüller a4e60da5e3 parole: update to 4.15.0 2020-12-28 14:50:36 +01:00
Đoàn Trần Công Danh 83bd77beaa goocanvas1: remove package
This package was added as dependencies of perl-Goo-Canvas[1],
which in turn added as dependencies of gscan2pdf[2].
Now, gscan2pdf moved to perl-GooCanvas2[3].
Let's remove this package.

1: 1c2517e100, (New package: perl-Goo-Canvas-0.06, 2015-07-13)
2: 045572067c, (New package: gscan2pdf-1.3.2, 2015-07-13)
3: c3bd99703b, (gscan2pdf: fix dependencies (switched to gtk3 with 2.0)
   plus patch to detect tesseract-ocr, 2018-03-20)
2020-12-28 20:24:09 +07:00
Đoàn Trần Công Danh 9de6ef674d perl-Goo-Canvas: remove package
This package was added as dependencies of gscan2pdf[1][2].
Now, gscan2pdf moved to perl-GooCanvas2[3].
Let's remove this package.

1: 045572067c, (New package: gscan2pdf-1.3.2, 2015-07-13)
2: 1c2517e100, (New package: perl-Goo-Canvas-0.06, 2015-07-13)
3: c3bd99703b, (gscan2pdf: fix dependencies (switched to gtk3 with 2.0)
   plus patch to detect tesseract-ocr, 2018-03-20)
2020-12-28 20:24:09 +07:00
Đoàn Trần Công Danh 224a146eb8 mvwm-git: remove
- Package is unmaintained upstream
- Thomas Adam is working on fvwm
- mvwm is a clean-up effort of FVWM, but fvwm 3 is out for a long time.
2020-12-28 20:19:04 +07:00
John fbef9432fc ksnip: update to 1.8.0. 2020-12-28 13:39:27 +01:00
John 29f51df388 kImageAnnotator: update to 0.4.0. 2020-12-28 13:39:27 +01:00
John e90e32ad35 KDSoap: update to 1.10.0. 2020-12-28 13:39:27 +01:00
John f69c56ef45 R-cran-zeallot: orphan package 2020-12-28 13:39:26 +01:00