Jami Kettunen
a3876cd45c
build-style/qmake: add support for Qt6
2023-03-02 07:52:08 +07:00
Michal Vasilek
677b064894
New package: gupnp1.2-igd-1.2.0
2023-02-28 19:42:46 +01:00
Michal Vasilek
f55d3afbf4
New package: gupnp1.2-1.2.4
2023-02-28 19:42:46 +01:00
Michal Vasilek
5c6af0ed01
New package: gssdp1.2-1.4.0.1
2023-02-28 19:42:46 +01:00
Michal Vasilek
85b7ad3b12
rygel: update to 0.42.0.
2023-02-28 19:42:46 +01:00
Michal Vasilek
a7e6c7d6a6
gupnp-igd: update to 1.4.0.
2023-02-28 19:42:46 +01:00
Michal Vasilek
870d76f6bb
gupnp-av: update to 0.14.1.
2023-02-28 19:42:46 +01:00
Michal Vasilek
d08944179b
gupnp-dlna: update to 0.12.0.
2023-02-28 19:42:46 +01:00
Michal Vasilek
a57c9ab6a2
gupnp: update to 1.6.3.
2023-02-28 19:42:46 +01:00
Michal Vasilek
2d2fecb17a
gssdp: update to 1.6.2.
2023-02-28 19:42:46 +01:00
Andrea Brancaleoni
568cf168ab
ispc: update to 1.18.1.
2023-02-28 14:48:05 +01:00
Đoàn Trần Công Danh
e64f6c2c46
hooks/do-extract: fix for extract distfiles to single file
...
We missed the case that distfiles was extracted to a single file.
Instead of changing the second leg, we can simply remove the third leg
because renaming the empty $extractdir to $wrksrc is the same of create
new empty $wrksrc
2023-02-27 13:45:29 +07:00
Đoàn Trần Công Danh
9371fe8339
do-extract: don't add layer for Macintosh and php metadata
...
Some softwares insisted on have some manifest in top-level directory,
like package.xml for php packages. Some other packages was zipped on
macOS, which will insert some macOS metadata files into zoom.
See-also: dc73556cf3
and its parents.
See-also: 94fe74e506
Those files doesn't justify the need of adding a layer automatically
in extraction step.
Let's move them up.
2023-02-25 10:48:06 +07:00
Đoàn Trần Công Danh
c57c2b8a90
do-extract: change cwd to $extractdir to check number of files
...
In order to simplify the next change, to simplify the processing steps
for PHP and/or Macintosh metadata.
2023-02-25 10:48:06 +07:00
Helmut Pozimski
b1d98c5520
libfilezilla: update to 0.41.1.
2023-02-24 16:00:47 +01:00
Đoàn Trần Công Danh
16c61775e6
New package: qt6-webengine-6.3.1.
2023-02-24 19:52:33 +07:00
Đoàn Trần Công Danh
deb1da93ca
qt6-shadertools: update to 6.4.2.
2023-02-23 07:27:12 +07:00
Đoàn Trần Công Danh
9bcb7e6bc7
qt6-tools: update to 6.4.2.
2023-02-23 07:27:11 +07:00
Đoàn Trần Công Danh
38e4410a20
qt6-declarative: update to 6.4.2.
2023-02-23 07:27:10 +07:00
Arda Demir
e5d1ae158c
common/shlibs: add libLLVMSPIRVLib.so.12
2023-02-21 09:02:34 +01:00
Michal Vasilek
a0acfa6b6e
gedit: update to 44.2.
2023-02-16 16:25:14 +01:00
Michal Vasilek
d5b848682b
tepl: update to 6.4.0.
2023-02-16 16:25:14 +01:00
John
391ee23198
libkscreen: update to 5.27.0
2023-02-15 18:25:03 +01:00
John
efccf3ad49
kdecoration: update to 5.27.0
2023-02-15 18:25:02 +01:00
Subhaditya Nath
795f120a47
libnvme: update to 1.2
2023-02-14 22:09:12 +01:00
oreo639
e3a1276bfb
mozjs91: remove package
...
EOL as of September 2022. Not used by any packages.
2023-02-14 22:00:31 +01:00
John Gebbie
c4905eaecc
vosk-api: update to 0.3.45.
2023-02-14 21:29:19 +01:00
Duncaen
85d549b8f2
yascreen: update to 1.96.
2023-02-14 21:13:27 +01:00
Michal Vasilek
8568c593a2
common/shlibs: remove unused libgarcon-gtk2-1.so.0
2023-02-14 20:16:19 +01: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
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
yopito
cc26fb5c4f
libwebsockets: update to 4.3.2
2023-02-13 23:52:56 +00:00
Andrew Benson
d077dd20a0
libxlsxwriter: update to 1.1.5.
2023-02-13 15:21:33 -06:00
Gonzalo Tornaría
8e85edb044
SuiteSparse: update to 7.0.1.
...
- use libatomic-devel when needed (armv6l-musl)
2023-02-13 17:50:08 +01:00
Gonzalo Tornaría
a7c62bf62b
fplll: update to 5.4.4.
2023-02-13 17:23:05 +01:00
oreo639
6fa537f2ba
gcc: disable libssp
2023-02-12 13:05:28 +07:00
classabbyamp
f134b1d39c
common/environment/setup/install.sh: always add log service
...
- overridable by having a log service at `$pkgname/files/$service/log`
- warns if stderr is not redirected in the main service
- uses a sane default run script with the service name set as tag and
daemon facility
2023-02-09 21:36:13 -05:00
zlice
12e6985c34
common: cleanup trailing whitespaces
2023-02-07 03:26:02 -05:00
lz-coder
9dcb42c5fc
New package: chrono-date-3.0.1
2023-02-07 02:46:16 -05:00
mhmdanas
ea17462cd5
ghostscript: update to 10.0.0.
2023-02-05 21:25:59 +01:00
LMFuture
59fb559c1a
libpinyin: update to 2.8.1.
...
libpinyin: update to 2.8.1
2023-02-05 08:29:18 +07:00
mhmdanas
29704731d8
libwacom: update to 2.6.0, adopt.
2023-02-05 08:19:00 +07:00
Piotr Wójcik
59cf1d3624
New package: postgresql15-15.1
2023-02-04 20:48:32 +01:00
classabbyamp
3c75453c0c
common/travis/: add bootstrap repo to CI scripts
2023-02-03 20:32:46 -06:00
classabbyamp
2438f3a3a4
common/scripts/lint-conflicts: add bootstrap repo
2023-02-03 20:32:46 -06:00
classabbyamp
88df0eba0f
common/xbps-src/shutils/: add bootstrap repo
2023-02-03 20:32:46 -06:00
Đoàn Trần Công Danh
ce8e8797bc
lint-commits: forbid localhost email, too
2023-02-02 19:15:34 +07:00
dkwo
0358a23389
poco: update to 1.12.4, orphan
2023-01-31 20:53:38 +01:00