Commit graph

122866 commits

Author SHA1 Message Date
Piotr Wójcik
6cd3bd1806 xbps-src: break out of following cyclic dependencies 2020-04-15 20:34:06 +02:00
linarcx
eb13aa8bcc Kindd: remove unnecessary dependencies 2020-04-15 18:21:40 +00:00
Daniel Lewan
fd48c38a04 sequeler: update to 0.7.9. 2020-04-15 20:14:27 +02:00
Daniel Lewan
7a033ecdbc chroma: update to 0.7.2. 2020-04-15 20:13:53 +02:00
Leah Neukirchen
3e17493513 wireguard-dkms: update to 1.0.20200413. 2020-04-15 20:08:14 +02:00
newbluemoon
a813b26bb1 New package: zita-njbridge-0.4.4 2020-04-15 18:35:37 +02:00
mobinmob
69468d17c2 mbedtls: update to 2.16.6. 2020-04-15 18:30:52 +02:00
mobinmob
8a74711abc kitty: update to 0.17.2. 2020-04-15 18:21:04 +02:00
mobinmob
2c1e055982 highlight: update to 3.56. 2020-04-15 18:19:38 +02:00
Zach Dykstra
f7a1ab6c70 perl-Data-UUID: update to 1.226. 2020-04-15 18:19:06 +02:00
q66
2d8bc2b2f2 R: fix build on ppc 2020-04-15 18:01:00 +02:00
q66
489c7c816b sc3-plugins: fix build on ppc* 2020-04-15 17:52:06 +02:00
Juan RP
fef54af1ce
pinentry: split -gnome, -gtk, -qt to fix a cyclic dependency.
Fixes #20438
2020-04-15 17:41:28 +02:00
Anthony Iliopoulos
1eecb5e4a1 ell: update to 0.31. 2020-04-15 16:43:17 +02:00
Lorem
740d0942c1 python3-Markdown: depend on python3-setuptools 2020-04-15 16:42:50 +02:00
Anton Afanasyev
5382412058 RubyMine: update to 2020.1. 2020-04-15 16:41:21 +02:00
Anton Afanasyev
d31128d4ca GoLand: update to 2020.1. 2020-04-15 16:41:03 +02:00
Anton Afanasyev
a8199548cc jetbrains-jdk-bin: update to 11.0.6b840.3. 2020-04-15 16:40:37 +02:00
Anton Afanasyev
29a17473c2 intellij-idea-ultimate-edition: update to 2020.1. 2020-04-15 16:40:19 +02:00
Anton Afanasyev
1487b62bba WebStorm: update to 2020.1. 2020-04-15 16:40:01 +02:00
Anton Afanasyev
6e97769f00 PhpStorm: update to 2020.1. 2020-04-15 16:39:36 +02:00
Anton Afanasyev
5c22ee803f DataGrip: update to 2020.1. 2020-04-15 16:39:18 +02:00
Anton Afanasyev
db70d0e79e CLion: update to 2020.1. 2020-04-15 16:38:59 +02:00
mobinmob
5a4985a01b rdiff-backup: update to 2.0.0. 2020-04-15 16:38:42 +02:00
Caleb Gingles
44f452ea78 herbstluftwm: update to 0.8.0 2020-04-15 16:38:04 +02:00
Manfred Usselmann
a674f1ecb5 gnucash: update to 3.10 2020-04-15 16:36:43 +02:00
Jürgen Buchmüller
74125d9487 openbazaar: use bsdtar; move *.so to usr/lib/openbazaar 2020-04-15 16:14:50 +02:00
Jürgen Buchmüller
0c6ef02cbe bwidget: use bsdtar 2020-04-15 16:06:48 +02:00
Nafis
f10ebc22d2 yelp-xsl: update to 3.36.0. 2020-04-15 15:17:06 +02:00
Nafis
acc1f62ff2 yelp: update to 3.36.0. 2020-04-15 15:17:06 +02:00
Benjamín Albiñana
9f0941c2e0 gifski: update to 0.10.4. 2020-04-15 15:16:35 +02:00
Anthony Iliopoulos
43c140b5bd man-pages: update to 5.06. 2020-04-15 15:16:16 +02:00
Anthony Iliopoulos
0c94d70804 execline: update to 2.6.0.1. 2020-04-15 15:16:01 +02:00
Anthony Iliopoulos
9d89167892 feh: update to 3.4. 2020-04-15 15:15:45 +02:00
Anthony Iliopoulos
b310889f17 gawk: update to 5.1.0. 2020-04-15 15:15:32 +02:00
Anthony Iliopoulos
9d5efd8675 xfsprogs: update to 5.6.0. 2020-04-15 15:15:19 +02:00
Jürgen Buchmüller
9c75a8ac11 fastttyrec: use backup homepage + distfile 2020-04-15 14:19:30 +02:00
Juan RP
ad3d1f862d
xbps-src: show_pkg_build_depends: handle cross case. 2020-04-15 13:29:44 +02:00
Juan RP
a73783d17d
xbps-src: fix show_pkg_build_depends after af6e1a7e79.
af6e1a7e79 introduces dependencies based in subpkgs,
but this makes "xbps-src show-build-deps" return cyclic
dependencies in some cases, i.e:

$ ./xbps-src show-build-deps kirigami2
cmake
extra-cmake-modules
kcoreaddons
kirigami2
qt5
$

This is because `kirigami2-devel` depends on `kirigami2`, thus
introducing a cycle.

Skip cycles completely, note that "show-build-deps" should not
be used to collect deps for cross compilation, because you can't
know what type of dependency it is: host or target.
2020-04-15 13:12:26 +02:00
bra1nwave
adf14451d4 lf: update to r14. 2020-04-15 10:10:58 +00:00
Juan RP
81c67d6009
gtk+3: update to 3.24.18. 2020-04-15 12:00:26 +02:00
Juan RP
e5416d33fb
glib: update to 2.64.2. 2020-04-15 11:36:58 +02:00
Piotr Wójcik
af6e1a7e79 xbps-src: build depends of subpackages
resolves #20508
2020-04-15 11:17:54 +02:00
Jürgen Buchmüller
68c3a242d1 magic-wormhole: fix checksum 2020-04-15 11:03:15 +02:00
Lorem
7a629df003 python-Markups: add missing dependency to subpackage 2020-04-15 08:51:10 +00:00
Lorem
185ade5535 New package: python3-markdown-math-0.6 2020-04-15 08:51:10 +00:00
q66
015fe9d91f ruby: musl fixes, allow testsuite to pass 2020-04-15 06:53:55 +02:00
Nafis
dd6049ea17 gnome-boxes: update to 3.36.2. 2020-04-15 01:29:16 +02:00
Nafis
7f457182bb libvirt-glib: update to 3.0.0. 2020-04-15 01:29:16 +02:00
Alex Lohr
8fd7bc2160 vscode: update to 1.44.1
[skip ci]
2020-04-15 01:28:12 +02:00