Commit graph

6712 commits

Author SHA1 Message Date
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
John
e22d1a4b71 common/shlibs: remove libechonest5 entry 2023-01-29 16:20:20 +01:00
John
1dfe4cdb50 New package: bcg729-1.1.1 2023-01-29 15:43:25 +01:00
John
0959b7316b New package: bcmatroska2-5.2.1 2023-01-29 15:43:25 +01:00
Helmut Pozimski
c25315addd libfilezilla: update to 0.41.0. 2023-01-26 16:21:40 +01:00
Đoàn Trần Công Danh
90860e279e do-fetch: remove support for rpm contents checksum
It doesn't make sense to support contents checksum here.
2023-01-25 07:43:44 +07:00
Leah Neukirchen
b4f4c4cbdb common/xbps-src/shutils/chroot.sh: pass arguments to xbps-shell
Some software reads the shell from /etc/passwd and expects it to
implement standard flags like -c etc.
2023-01-24 18:07:16 +01:00
Evgeny Ermakov
8496c03be2 hiredis: update to 1.1.0. 2023-01-24 00:59:12 -05:00
Roberto Ricci
7af019257d osg: update to 3.6.5
Also remove qt option as upstream moved osgQt to another
repository and nothing links to it
2023-01-23 12:55:54 +01:00
Arjan Mossel
6c6ebef096 proj: update to 9.1.1. 2023-01-22 21:51:26 +01:00
Karel Balej
b5da42aa92 mtxclient: update to 0.9.1. 2023-01-22 20:41:14 +00:00
Karel Balej
dc1dd23218 coeurl: update to 0.3.0. 2023-01-22 20:41:14 +00:00
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