Commit graph

173470 commits

Author SHA1 Message Date
Alex Lohr
5a5f6ca116 google-chrome: update to 110.0.5481.96 2023-02-14 15:06:57 -05:00
icp
ccbfae40f5 sic: update to 1.3. 2023-02-14 21:06:25 +01:00
icp
eaec2b38e9 liburing: update to 2.3. 2023-02-14 21:05:49 +01:00
icp
0ab9ccfd86 python3-virtualenv: update to 20.19.0. 2023-02-14 21:04:52 +01:00
icp
46a64356bd vale: update to 2.23.0. 2023-02-14 21:04:28 +01:00
icp
caebf0ee2a vale-style-proselint: update to 0.3.3. 2023-02-14 21:04:28 +01:00
icp
be114aac49 vale-style-microsoft: update to 0.9.0. 2023-02-14 21:04:28 +01:00
icp
bae7c47803 vale-style-alex: update to 0.2.1. 2023-02-14 21:04:28 +01:00
icp
60e4ef27ad python3-zipp: update to 3.13.0. 2023-02-14 21:04:12 +01:00
icp
406dca5fda pex: update to 2.1.122. 2023-02-14 21:03:45 +01:00
icp
62f85723ba lua-language-server: update to 3.6.11. 2023-02-14 21:03:29 +01:00
icp
39149cca1b himalaya: update to 0.7.1. 2023-02-14 21:02:49 +01:00
icp
96d5454c90 diffoscope: update to 235. 2023-02-14 20:19:20 +01:00
icp
87f3b04582 python3-PyPDF2: rename to python3-pypdf, update to 3.4.1. 2023-02-14 20:19:20 +01:00
Michal Vasilek
8568c593a2 common/shlibs: remove unused libgarcon-gtk2-1.so.0 2023-02-14 20:16:19 +01:00
Michal Vasilek
d9f51e0f6f mate-indicator-applet: use libayatana-indicator 2023-02-14 19:51:23 +01:00
tibequadorian
bb498220e1 indicator-doom-cpu: replace libappindicator with libayatana-appindicator 2023-02-14 19:48:49 +01:00
tibequadorian
486ef130d1 caffeine-ng: replace libappindicator with libayatana-appindicator 2023-02-14 19:48:49 +01:00
tibequadorian
a8d7c6fe25 gwe: replace libappindicator with libayatana-appindicator 2023-02-14 19:48:49 +01:00
tibequadorian
c0eeffb423 psensor: replace libappindicator with libayatana-appindicator 2023-02-14 19:48:49 +01:00
tibequadorian
9f6e89897b droidcam: replace libappindicator with libayatana-appindicator 2023-02-14 19:48:49 +01:00
tibequadorian
3f9760ef6d element-desktop: remove build dependency on libappindicator-devel 2023-02-14 19:48:49 +01:00
tibequadorian
112a18b996 gromit-mpx: replace libappindicator with libayatana-appindicator 2023-02-14 19:16:46 +01:00
tibequadorian
1fbed4985a ulauncher: replace libappindicator with libayatana-appindicator 2023-02-14 19:16:46 +01:00
tibequadorian
2af239b212 network-manager-applet: replace libappindicator with libayatana-appindicator 2023-02-14 19:16:46 +01:00
tibequadorian
01842f3280 remmina: replace libappindicator with libayatana-appindicator 2023-02-14 19:16:46 +01:00
tibequadorian
013f025289 safeeyes: replace libappindicator with libayatana-appindicator 2023-02-14 19:16:46 +01:00
Justinas Grigas
64eb98c7ed Bear: update to 3.1.0. 2023-02-14 19:16:20 +01:00
classabbyamp
994f974de3
sioyek: install icon 2023-02-14 13:14:28 -05:00
Zach Dykstra
8b64d48cce haproxy: update to 2.6.9. 2023-02-14 12:44:23 -05:00
tibequadorian
f1f0d73e9c New package: libayatana-appindicator-0.5.91 2023-02-14 18:15:49 +01:00
tibequadorian
5034da0772 New package: libayatana-indicator-0.9.3 2023-02-14 18:15:48 +01:00
tibequadorian
c545ccda4b New package: ayatana-ido-0.9.2 2023-02-14 18:15:47 +01:00
Hervy Qurrotul Ainur Rozi
646935e5d9 qownnotes: update to 23.2.3 2023-02-14 11:25:04 -05:00
Leah Neukirchen
8b49fa41a0 biber: move reverts= after pkgname. 2023-02-14 14:10:07 +01:00
Leah Neukirchen
22980cc91e biber: revert update to 2.18.
This reverts commit 0033d33eb9.
(#42146)

This breaks use with texlive2021.
2023-02-14 14:07:42 +01:00
Piotr Wójcik
af482e9029 openocd: runtime depend on exact version of jimtcl
build time version requrement is not valid an does not ensure runtime
version change
2023-02-13 20:09:29 -05:00
Piotr Wójcik
1b9578b20c xbps-src: explicitly disallow pattern on build deps
It is not possible to use version other than currently in template.

Specifying pattern breaks build if dependency isn't in binary repo
already. That it worked when in repo was a coincidence.

Let's detect exact version requirement with regex equivalent to
`xbps-uhelper getpkgname`.

    bash-5.1$ for x in a-{a,0,-,_}{a,0,-,_}{a,0,-,_}{a,0,-,_}{a,0,-,_}{a,0,-,_}{a,0,-,_}{a,0,-,_}; do [[ $x = *[\>\<]* || $x =~ -[^-_]*[0-9][^-_]*_[0-9_]+$ ]]; bash=$?; xbps-uhelper getpkgname $x > /dev/null 2> /dev/null; xbps=$?; if [ $bash != $xbps ]; then echo $x; fi; done
    bash-5.1$

Co-authored-by: Duncaen <duncaen@voidlinux.org>
2023-02-13 20:09:29 -05:00
newbluemoon
021a4e96ed qxmledit: update to 0.9.18 2023-02-13 18:15:47 -06:00
Daniel Lewan
35ec1d6592 jd: update to 1.7.0. 2023-02-13 18:10:55 -06:00
Joel Beckmeyer
d6893da104 borgmatic: update to 1.7.6. 2023-02-13 19:02:30 -05:00
Jami Kettunen
3ae92eb699 lxd: add runit check file to ensure lxd socket is available 2023-02-13 19:00:59 -05:00
yopito
112d3731a0 ttyd: update to 1.7.3 2023-02-13 23:52:56 +00:00
yopito
0d4076af99 mosquitto: update to 2.0.15 2023-02-13 23:52:56 +00:00
yopito
68240d4909 kismet: rebuild for libwebsockets 4.3.2 2023-02-13 23:52:56 +00:00
yopito
cc26fb5c4f libwebsockets: update to 4.3.2 2023-02-13 23:52:56 +00:00
Andrew Benson
8222ff5448 discord: update to 0.0.25. 2023-02-13 16:32:48 -06:00
Andrew Benson
dadd4a7af3 cawbird: remove package
As discussed in #42229, the developer API key was revoked for all third
party applications.  The project is now archived.

Closes #42229.
2023-02-13 16:13:48 -06:00
Michal Vasilek
a47c49b0ea loki: update to 2.7.3, fix build with go 1.20 2023-02-13 15:36:51 -06:00
Andrew Benson
da035cc2b7 sc-im: rebuild for libxlsxwriter. 2023-02-13 15:21:33 -06:00