mhmdanas
4a2d615606
matio: update to 1.5.23.
2023-01-21 18:53:18 +00:00
Đoàn Trần Công Danh
8f84acad0b
build-style/void-cross: fix musl __stack_chk_fail_local
2023-01-20 16:06:07 +07:00
oreo639
88c076875e
build-style/void-cross: disable libssp
2023-01-20 14:34:27 +07:00
Andrew Benson
83bf90c331
gnustep-gui: update to 0.30.0.
2023-01-18 18:11:39 -06:00
Andrew Benson
47e1f2e706
gnustep-base: update to 1.29.0.
2023-01-18 18:11:39 -06:00
Piotr Wójcik
f3520b043f
common/travis/xpkgdiff.sh: fix on cross build
...
xbps-query in this script needs a target architecture specified
2023-01-17 21:55:29 +01:00
Piotr Wójcik
24395572b5
calc: update to 2.14.1.2.
2023-01-17 18:51:01 +01:00
Đoàn Trần Công Danh
48dabfa867
build-style/cmake: Disable FetchContent
2023-01-17 08:20:02 +07:00
Tiago Carvalho
6bbd4166a0
common/environment/build-style/go.sh: allow setting CGO_ENABLED from templates
2023-01-13 18:57:23 -05:00
Piraty
d4b50ed2cf
common/environment/setup/misc.sh: fix typo
2023-01-11 22:04:36 +01:00
John
f8dea45253
New package: ksanecore-22.12.1
2023-01-11 21:57:26 +01:00
John
177cf14d8a
kdevelop: update to 22.12.1.
2023-01-11 21:57:24 +01:00
John
232daf5209
k3b: update to 22.12.1.
2023-01-11 21:57:23 +01:00
Đoàn Trần Công Danh
a4e7150995
lint-commits: disallow noreply emails
2023-01-11 09:28:30 +07:00
Piotr Wójcik
f5a960da8f
.github/workflows: compare PR branch to master
...
Since 4410de52c1
we fetch all origin branches, and FETCH_HEAD can point
elsewhere
2023-01-10 18:07:35 -05:00
John
8f30fbae33
pimcommon: update to 22.12.1.
2023-01-10 23:43:15 +01:00
John
1d3bb367cf
kate5: update to 22.12.1.
2023-01-10 23:43:13 +01:00
mobinmob
574d033a9f
spdx-licenses-list: update to 3.19.
...
Also:
- update common/travis/license.lst.
2023-01-10 12:05:33 +07:00
RunningDroid
4bb4656df4
libtsm: update to 4.0.2, switch to Aetf's fork
2023-01-09 13:30:48 -05:00
John
ae298e05e8
openimageio: update to 2.3.18.0.
2023-01-09 12:52:35 +01:00
John
791e12917d
opencolorio: update to 2.1.2.
2023-01-09 12:52:35 +01:00
John
c87a29854f
gmic: update to 3.1.6.
2023-01-09 12:52:34 +01:00
André Cerqueira
342a02795a
openexr: update to 3.1.5; adopt.
2023-01-09 12:52:34 +01:00
John
4accc1948d
New package: pystring-1.1.3
2023-01-09 12:52:34 +01:00
André Cerqueira
8fd9348c80
alembic: update to 1.8.3; adopt.
2023-01-09 12:52:34 +01:00
André Cerqueira
3857eb4102
New package: imath-3.1.5.
2023-01-09 12:52:34 +01:00
André Cerqueira
4f990ae6a4
ilmbase: remove package
...
IlmBase has been superceded by Imath for OpenEXR 3.0
2023-01-09 12:52:34 +01:00
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