Commit Graph

6406 Commits

Author SHA1 Message Date
Leah Neukirchen 1adc7dbdf6 New package: libbpf-1.1.0 2023-01-07 17:13:55 +01:00
Michal Vasilek 2ae00891eb dino: update to 0.3.1.
* use libsoup3
* remove unused common/shlibs
2023-01-07 12:44:04 +01:00
Michal Vasilek ebc3630dce libgee: update to 0.20.6, rename from libgee08
libgee08 was added in 2012, old libgee 0.6 was removed in 2020 and
everything uses libgee08 now
2023-01-07 12:08:06 +01:00
Jami Kettunen fa0eae5e7d New package: qrtr-ns-1.0 2023-01-07 02:02:37 +00:00
Jami Kettunen 70dd8e48a5 gtest: update to 1.12.1. 2023-01-06 20:12:27 +01:00
John 8c50495bf6 rem: update to 2.10.0. 2023-01-06 19:04:42 +01:00
John a4319e0c8c re: update to 2.10.0. 2023-01-06 19:04:42 +01:00
Duncaen 475dc474d3
yascreen: update to 1.92. 2023-01-06 13:18:42 +01:00
Michal Vasilek d32b1daf6f libwnck2: remove package
gtk2, very old version of libwnck, unused
2023-01-05 22:24:59 +01:00
Đoàn Trần Công Danh cf9132fe28 yubico-piv-tool: update to 2.3.0. 2023-01-05 22:46:43 +07:00
Đoàn Trần Công Danh 3dcac23aff environment: set -ffile-prefix-map
We're setting -fdebug-prefix-map to strip directory prefixes from debug
info, which will help ccache and reproducibility.

However, -fdebug-prefix-map doesn't help with those macros like __FILE__
and __BASE_FILE__, which needs another flags: -fmacro-prefix-map.

Replaces -fdebug-prefix-map with -ffile-prefix-map which is an alias for
both `-fdebug-prefix-map` and `-fmacro-prefix-map`. (This flag is
available since GCC 8 and Clang 10)
2023-01-05 08:23:26 +07:00
Gonzalo Tornaría 1d4a9d6c71 xbps-src: keep http_proxy and other lowercase proxy variables 2023-01-04 22:24:13 +07:00
Albert Schwarzkopf e3f017e003 poppler: update to 22.12.0. 2023-01-03 15:10:08 +07:00
Đoàn Trần Công Danh 35847fcee8 boost: update to 1.81.0. 2023-01-03 15:09:58 +07:00
Michal Vasilek 92d4c42197 libzapojit: remove package
archived, uses libsoup3 and gnome-online-accounts which uses libsoup3
2023-01-02 16:26:48 +01:00
Leah Neukirchen 0d45e116dd libcbor: update to 0.10.1. 2023-01-02 14:18:20 +01:00
Michal Vasilek cca64905cd sysprof: update to 3.46.0. 2023-01-02 10:13:32 +01:00
Michal Vasilek 2afeb1de03 nautilus: update to 43.1. 2023-01-02 10:00:09 +01:00
Michal Vasilek 95dc7f3dd5 mutter: update to 43.2. 2023-01-02 10:00:09 +01:00
Michal Vasilek f631ad4e19 gnome-desktop: update to 43. 2023-01-02 10:00:09 +01:00
Michal Vasilek 9163bbb114 evolution-data-server: update to 3.46.2. 2023-01-02 09:51:02 +01:00
Đoàn Trần Công Danh 0db458e461 xbps-cycles: fix a typo 2022-12-28 08:56:13 +07:00
Marcin Puc c14335246f New package: wlroots0.15-0.15.1 2022-12-27 23:21:21 +01:00
Marcin Puc 7685fedc97 wlroots: update to 0.16.0 2022-12-27 23:21:21 +01:00
classabbyamp a13c842291 xbps-src: default XBPS_MAKEJOBS to `nproc`
previously this defaulted to 1. In some rare cases, nproc is not
desirable, but that can be easily overriden in the standard ways,
etc/conf or -jN.

For compatibility with other distros, it defaults to 1 when nproc
is not available.
2022-12-22 21:15:24 -05:00
classabbyamp c1dc168f80 common/travis/changed_templates.sh: change branch age check for treeless
small logic change because we now have the complete commit history instead
of just `--depth=200`. This preserves the 200 commit limit with a slightly-
enhanced error message (wording clarified and it now shows up as an error
annotation)
2022-12-21 01:15:15 -05:00
classabbyamp 7249e827a1 common/travis/fetch_upstream.sh: remove now-unnecessary script
no longer needed now that the checkout script fetches the entire
commit history of master and the PR branch
2022-12-21 01:15:15 -05:00
oreo639 e01d61528c ldc: update to 1.30.0. 2022-12-20 09:22:42 +07:00
classabbyamp 7c8f15bf1b common/xbps-src/shutils/show.sh: make show display consistent
previously, if there was a newline in some variables, it would not format
properly in `xbps-src show`. This fixes it by always splitting it by word
in some cases, like if there is a new line in the variable's value, and
removing internal commas in some cases.

This logic was split into a function for consistency.

fixes #40996

Example:
```
$ ./xbps-src show keepassxc
pkgname:	keepassxc
...
License(s):	GPL-3.0-or-later
License(s):	BSD-3-Clause
License(s):	CC0-1.0
License(s):	LGPL-2.0-only
License(s):	LGPL-2.1-only
License(s):	LGPL-3.0-or-later
License(s):	Nokia-Qt-exception-1.1
License(s):	MIT
License(s):	BSL-1.0
```
2022-12-18 19:27:01 -05:00
oreo639 1be73bd4fa build-style/void-cross: Update flags for gcc12 and glibc 2.36
gcov can't be built without libc:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100289

Remove -no-pie from build. glibc 2.35 and newer uses -static-pie by default:
https://sourceware.org/pipermail/glibc-cvs/2021q4/075916.html
2022-12-17 12:52:00 +07:00
oreo639 eb82e2578b gcc: update to 12.2.0. 2022-12-17 11:08:32 +07:00
oreo639 e1e8467efb glibc: update to 2.36, first pass, no-cross 2022-12-17 10:45:20 +07:00
oreo639 647562d909 environment/autoconf_cache: Disable 64-bit time_t by default 2022-12-17 10:41:49 +07:00
Đoàn Trần Công Danh 28c20fdafd xfce4-panel: update to 4.18.0. 2022-12-16 13:51:30 +07:00
Đoàn Trần Công Danh 98ae81d4f2 libxfce4util: update to 4.18.0. 2022-12-16 13:51:30 +07:00
Đoàn Trần Công Danh 11abc3c7e7 libxfce4ui: update to 4.18.0. 2022-12-16 13:51:30 +07:00
Jami Kettunen 81502791a5 libplacebo: update to 4.208.0. 2022-12-12 21:00:25 +01:00
classabbyamp 120dbc7fc6
common/environment/setup/sourcepkg.sh: don't unset $UBUNTU_SITE 2022-12-12 13:42:39 -05:00
Michal Vasilek 554a2716b0 ghex: update to 43.0. 2022-12-12 16:47:04 +01:00
Roberto Ricci b614f72918 simgear: update to 2020.3.17. 2022-12-12 02:22:43 -05:00
Michal Vasilek c49feecb30 New package: gcr4-4.0.0 2022-12-11 22:01:26 +01:00
Michal Vasilek f33b11a4ce New package: libshumate-1.0.3 2022-12-11 21:43:07 +01:00
Michal Vasilek fdded8e997 libpanel: add shlibs 2022-12-11 21:43:07 +01:00
Michal Vasilek b6698ba402 d-spy: add shlibs 2022-12-11 21:43:07 +01:00
Đoàn Trần Công Danh aa3a922c52 env/setup/sourcepkg: fix for multiple env variables' value 2022-12-09 08:31:27 +07:00
Gonzalo Tornaría 7bd48502b0 primesieve: update to 11.0. 2022-12-08 20:38:56 +00:00
Alfredo Pérez 78898ff4bc geos: update to 3.11.1. 2022-12-08 14:55:28 -05:00
Zach Dykstra 1206ec48e1 zfs: update to 2.1.7.
Close: #40874
2022-12-06 21:03:34 -05:00
classabbyamp acc4dc46d8
syncthingtray: update to 1.3.1. 2022-12-06 15:33:59 -05:00
icp 5f0e7218eb common/xbps-src/shutils/update_check.sh: tweak url and rx for git.sr.ht
Accommodate for tarballs in refs named after commit hash.
2022-12-04 21:37:30 -05:00