Commit graph

4648 commits

Author SHA1 Message Date
Jürgen Buchmüller 998aac300a
hooks/pre-pkg/05-prepare-32bit.sh: fix symlinks
If lib32symlinks contains plain library names without a path as in
the case of glibc (lib32symlinks="ld-linux.so.2") the expression
${f%/*} is not empty, but returns the basename.
Handle that case by verifying that ${f%/*} is different from ${f}.

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-28 15:14:23 +02:00
Helmut Pozimski 6f2313c2ae libcdio: update to 2.1.0. 2019-05-27 12:52:42 +02:00
Rasmus Thomsen baff747b6c
New package: gtk4-3.94.0 2019-05-26 14:16:43 +02:00
Rasmus Thomsen 2af383223f
New package: graphene-1.8.2 2019-05-26 14:16:43 +02:00
John e97c2aa8a0 pulseaudio-qt: update to 1.1.0. 2019-05-24 18:03:55 +02:00
Peter Bui c85da7aff5 rpi-userland: update to 20190501.
Fix typo in common/shlibs for libdtovl.so.

Closes #11870.

Signed-off-by: Enno Boland <gottox@voidlinux.org>
2019-05-23 10:43:30 +02:00
Ivan Sokolov 0d225d965b
isl16: prepare for removal
Closes: #11788 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-20 10:55:25 +02:00
SolitudeSF fe5c2ab395 kid3: update to 3.7.1
Closes: #11652 [via git-merge-pr]
2019-05-18 23:55:06 +02:00
Jasper Chan 36ada3bdb3 New package: ceres-solver-1.14.0 2019-05-18 23:26:39 +02:00
Helmut Pozimski 9abc2c1829 bind: update to 9.11.7.
CVE-2018-5743
2019-05-17 16:20:34 +02:00
Colin Gillespie 9775b74829 nvidia: update to 430.14 2019-05-17 15:44:20 +02:00
Jürgen Buchmüller d0bbb4eac5 Revert "ncurses: enable tinfo"
This reverts commit ea207d9177.

Does not work with libraries depending on tgetent being in libncurses(w).
2019-05-16 18:17:49 +02:00
Jürgen Buchmüller ea207d9177
ncurses: enable tinfo
Closes: #11718

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-16 15:25:56 +02:00
Julio Galvan d3f431f7b1 New package: libnitrokey-3.4.1 2019-05-15 08:21:15 +02:00
Piotr Wójcik e3e08a087a update-check: skip version directories checking when specialized check exists 2019-05-14 22:48:46 +02:00
Piotr Wójcik 7ae9417947 update-check: allow to disable checking version directories 2019-05-14 22:48:46 +02:00
Piotr Wójcik 906f339d6a update-check: generalize checking version directories 2019-05-14 22:48:46 +02:00
Piotr Wójcik 79273c05d9 update-check: only check newer directories 2019-05-14 22:48:46 +02:00
Piotr Wójcik bb0b85060c update-check: never omit specified site 2019-05-14 22:48:46 +02:00
Doan Tran Cong Danh bbce69f036 vsed: reduce number of digest cmd call
For a vsed call to `nf' files and `nr' regex,
the old code will make `2 * nf * nr' digest calls.
the new code will make `nf * (nr + 1)' digest calls.

Refereance: https://github.com/void-linux/void-packages/issues/11238
2019-05-14 16:33:30 +02:00
Doan Tran Cong Danh 9374b6938e vsed: strip non-digest part before comparing
Accidentally, this change also fixs a potential bug
if `XBPS_DIGEST_CMD` is changed to something other than
its current value: `xbps-uhelper digest'.

Because the old code compares:
- non-stripped old digest; and
- stripped new digest
2019-05-14 16:33:30 +02:00
Doan Tran Cong Danh c384f85d2b vsed: refactor digest variables' name
We don't specify any specific digest function in this function,
and the old variables' name doesn't reflect the fact that they're
a pair of old and new digest built by the same hash function.
2019-05-14 16:33:30 +02:00
Piotr Wójcik 98b37b49d8 New package: libqaccessibilityclient-0.4.0 2019-05-14 14:01:55 +02:00
Piotr Wójcik 795902b028 update-check: add crates.io 2019-05-14 07:48:39 +02:00
Franc[e]sco 16a9e3a016 New package: FAudio-19.05 2019-05-13 07:47:06 +02:00
John 0108c2a60e common/02-script-wrapper.sh: add generic_wrapper2 gdal-config 2019-05-12 20:21:26 +02:00
Jürgen Buchmüller 666a2ee3d4
libgdal: update to 3.0.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-12 12:11:59 +02:00
Jürgen Buchmüller 264db19716
proj: update to 6.0.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-12 12:00:01 +02:00
Colin Gillespie aa2274be18 nvidia: update to 418.74 2019-05-12 08:45:27 +02:00
Jürgen Buchmüller ad0345105a
New package: libircclient-1.10_1
Closes: #11495

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-11 18:08:31 +02:00
Helmut Pozimski 9c5ca3474d x264: update to 20190507.2245. (soname bump) 2019-05-08 17:53:28 +02:00
Jürgen Buchmüller f636a5f078
environment/setup/sourcepkg.sh: unset GIR_EXTRA_...
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-07 15:33:47 +02:00
Jürgen Buchmüller 9f69e99756
build helper gir: auto add pkgs to hostmakedepends
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-05-07 14:26:45 +02:00
Leah Neukirchen 1779485d50 New package: grpc-1.19.1 2019-05-06 10:17:09 +02:00
q66 8cf8fbb342 netcdf: update to 4.7.0 2019-05-05 13:58:27 +02:00
Thomas Batten ba13928703 live555: Update to version 2019.05.03 2019-05-05 07:50:32 +02:00
Johannes fffb67cb76 wlroots: revert to 0.5.0. 2019-05-04 10:40:28 +02:00
Derriick 404524b87f wlroots: update to 0.6.0. 2019-05-04 00:33:50 +02:00
Robert Lowry 7f1d7ee5c3 New package: libcli 1.9.8.4 2019-05-03 11:53:53 +02:00
Karol Kosek b935fbd99c libqmatrixclient: update to 0.5.1.2. 2019-04-30 10:44:25 +02:00
Jürgen Buchmüller d121842302 build helper gir: check for gobject-introspection
Do not add gobject-introspection a second time if it is already
contained in the makedepends.
2019-04-29 15:36:28 +02:00
Jürgen Buchmüller 74ad7c6a11 build helper gir: check for gobject-introspection
Do not add gobject-introspection a second time if it is already
contained in the hostmakedepends.
2019-04-29 13:14:42 +02:00
Jürgen Buchmüller 69af78b73a PackageKit: always enable gir and vala 2019-04-29 12:06:37 +02:00
Jürgen Buchmüller 892616f336 build helper gir: hint vapigen search paths 2019-04-29 04:55:54 +02:00
Jürgen Buchmüller b6501476ae build-helper/gir: provide host gtk+3-devel if required
When cross building a package using build_helper="gir" add the
gtk+3-devel package to the hostmakedepends in case it is
contained in the makedepends.

Remove the specific case in gcr now that this is automatic.
2019-04-28 17:40:06 +02:00
Jürgen Buchmüller f7107d38eb cross gir: hook to fix wrong cross install path
When cross building the gir files (*.gir, *.typelib) are installed
at ${DESTDIR}/usr/${XBPS_CROROSS_TRIPLET}/usr/* while they need to
be at ${DESTDIR}/usr/*
This hook is a temporary workaround until we can fix the cross gir
install to not insert the (as it seems) host's ${DESTDIR} into the
target's destination path.

Remove the temporary hack in polkit which is now handled by the hook.
2019-04-28 14:37:40 +02:00
q66 53b1190139 build-style/meson: use correct endian on musl ppc64 2019-04-27 16:10:35 +02:00
Jürgen Buchmüller 2f206ef38c build-profiles: add ppc64.sh (glibc ELFv2) 2019-04-27 16:10:35 +02:00
Jürgen Buchmüller d01f6a335c cross-profiles: add ppc64.sh (glibc ELFv2) 2019-04-27 16:10:35 +02:00
Robert Lowry eb4fb04a56 New package: libaal-1.0.7 2019-04-27 06:43:56 +02:00
Johannes c2ab2ba1bb Revert "libressl: update to 2.9.1."
This reverts commit a2debf0df9.

was pushed by accident
2019-04-26 15:27:03 +02:00
Johannes a2debf0df9 libressl: update to 2.9.1. 2019-04-26 15:23:08 +02:00
bra1nwave d6f679df46 gnuradio: update to 3.7.13.5. 2019-04-22 21:15:19 +02:00
maxice8 9c9eecf615 poppler: update to 0.76.0.
[ci skip]
2019-04-21 18:42:37 -03:00
John edad3f9f9f
xbps-src/build-dependencies.sh: check for instead of 2019-04-17 16:44:19 +02:00
John 9ae512bbbb
xbps-src: only detect host build loops when not cross compiling 2019-04-17 16:39:23 +02:00
maxice8 26865beb70 travis-ci: also show files for nonfree packages. 2019-04-16 16:40:43 -03:00
yopito 73916f1c49
New package: python3-pyside2 5.11.2
Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-04-16 12:01:31 -03:00
yopito 696480b499
New package: shiboken2 5.11.2
Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-04-16 12:01:30 -03:00
mobinmob 44389b2f1e New package: oblibs-0.0.1.1 2019-04-15 15:19:15 -03:00
John 54c9ccce89 common/shlibs: remove old ctpp2 entry 2019-04-15 18:32:25 +02:00
John cb44eb7660 kiwix-lib: update to 5.0.0. 2019-04-15 18:32:25 +02:00
maxice8 3d372ddc32 02-script-wrapper.sh: avoid useless use of echo
Co-authored-by: duncaen <duncaen@voidlinux.org>
2019-04-15 12:18:00 -03:00
maxice8 23216853d6 00-patches.sh: avoid useless use of cat 2019-04-15 12:18:00 -03:00
maxice8 53c60b31ae 05-preapre-32bit.sh: avoid useless use of cat 2019-04-15 12:18:00 -03:00
maxice8 5f0333baa9 xbps-src-dopkg.sh: avoid useless use of cat 2019-04-15 12:18:00 -03:00
maxice8 df5886d7d7 vsed.sh: use XBPS_DIGEST_CMD instead of sha256sum 2019-04-15 12:18:00 -03:00
maxice8 68733fc673 99-pkglint.sh: avoid useless use of cat 2019-04-15 12:18:00 -03:00
maxice8 8254bfd6b3 travis/show_files.sh: avoid useless use of cat 2019-04-15 12:18:00 -03:00
maxice8 509f522dac 06-shlib-provides.sh: avoid useless use of cat 2019-04-15 12:18:00 -03:00
maxice8 f5c0feedf6 00-distfiles: avoid useless use of cat 2019-04-15 12:18:00 -03:00
maxice8 8fff9cee19 update_hash_cache.sh: avoid useless use of cat 2019-04-15 12:18:00 -03:00
Juan RP 35a8e8c6b6 xbps-src: detect two types of build loops and abort()
- depends on itself
- dep depends on targetpkg
2019-04-15 10:54:04 -03:00
Doan Tran Cong Danh 13901bc715 xbps-src: vsv: force linking on forced rebuild
re-run `xbps-src -f install pkg` on packages with service files failed
because the link was created from previous run.
2019-04-15 10:53:55 -03:00
John 851a83b478 Revert "build-style/cmake.sh: Use -DCMAKE_BUILD_TYPE=RelWithDebInfo when having XBPS_DEBUG_PKGS set"
This reverts commit 6638dc5526.

Setting RelWithDebInfo can cause issues since cmake macros often handle
only Release or Debug build but not RelWithDebInf which might cause
issues https://github.com/void-linux/void-packages/pull/10948

It is advised to set -DCMAKE_BUILD_TYPE=RelWithDebInfo manually in
packages that ignore our CFLAGS or patch them to use them

closes #10948
2019-04-15 04:26:07 +02:00
John 86a7cb8689 build-style/cmake: only set CMAKE_CROSSCOMPILING_EMULATOR when qemu is in hostdeps 2019-04-15 03:11:14 +02:00
maxice8 e4a74c2b2d travis/build.sh: do chroot_prepare() before building stuff 2019-04-14 18:20:45 -03:00
maxice8 81da3e618c 06-strip-and-debug-pkgs.sh: replace grep -q with [[ ]] 2019-04-14 12:46:51 -03:00
maxice8 9c39291c28
consistency_check.sh: fix dirname 2019-04-14 09:36:15 -03:00
maxice8 cdb6bf6e94 00-compress-info-files.sh: replace echo | grep with [[ ]] 2019-04-14 09:02:28 -03:00
maxice8 49193d73d9 00-patches.sh: replace echo | grep with [[ ]] 2019-04-14 07:45:09 -03:00
maxice8 13b5d09803 04-create-xbps-metadata-scripts.sh: replace echo | grep with [[ ]] 2019-04-14 07:45:09 -03:00
maxice8 a00d546dce 06-strip-and-debug-pkgs.sh: replace echo | grep with [[ ]] 2019-04-14 07:45:09 -03:00
maxice8 26d73d5ede 05-prepare-32bit.sh: remove dirname usage 2019-04-14 06:22:09 -03:00
maxice8 5b26fde9c0 06-strip-and-debug-pkgs.sh: remove dirname usage 2019-04-14 06:22:09 -03:00
maxice8 372ae10639 consistency_check.sh: remove dirname usage 2019-04-14 06:22:09 -03:00
maxice8 974f2805f2 00-compress-info-files.sh: remove dirname usage 2019-04-14 06:22:09 -03:00
maxice8 c5b6940949 setup/install.sh: remove dirname usage 2019-04-14 06:22:09 -03:00
maxice8 1219c3a3dd build-style/go.sh: remove dirname usage 2019-04-14 06:22:09 -03:00
maxice8 7708dac69e build-style/gemspec.sh: remove usage of dirname 2019-04-14 06:22:09 -03:00
maxice8 a540dc2247 build-style/gem.sh: remove usage of dirname 2019-04-14 06:22:09 -03:00
Juan RP 1ee6a3174f xbps-src: reduce basename(1) usage.
This saves a few exec()s.
2019-04-14 01:47:16 -03:00
Franc[e]sco 1005958e13
common/shlibs: add libWildMidi.so.2 2019-04-12 16:42:49 -03:00
Franc[e]sco 3134cd9312
New package: liblcf-0.6.0 2019-04-12 16:42:49 -03:00
q66 e409670e63 New package: libvpd-2.2.6 2019-04-12 16:35:54 -03:00
maxice8 319ec147d3 enventor: remove
Doesn't compile since a long time, nobody took time to fix it.
2019-04-12 14:58:45 -03:00
Helmut Pozimski 476fcbcae7 alkimia: update to 8.0.1 (soname bump) 2019-04-11 21:27:37 +02:00
luz.paz cd443d1f66
libopenshot: update to 0.2.3 2019-04-11 06:43:57 -03:00
maxice8 43c9bdb18e libqzeitgeist: remove
- Depends on obsolete qt4
- Has no consumers
2019-04-10 23:37:11 -03:00
maxice8 e792d495b5 polkit-qt: remove
- Based on obsolete qt4
- polkit-qt5 exists
2019-04-10 23:36:56 -03:00
q66 3c47efa808 common: expose build profile in cross env
[ci skip]
2019-04-09 19:26:59 -03:00
maxice8 7416477a64 purge_distfiles.sh: forcefully remove files 2019-04-09 19:19:50 -03:00
yopito 8944a9130e
xbps-src: update_check.sh: check distfile existence for kde
* KDE distfile storage is based on versionned "folder".
An existing folder_version does not mean that the corresponding
distifile exists, so let's check its existence.

* wider scope for KDE urls that will use that rule.
Fine for plenty other packages, except kdb that don't follow
this hierarchy (yet)
2019-04-09 17:45:44 +02:00
Rasmus Thomsen 53ceddcf91
llvm: update to 8.0.0.
[ci skip]
2019-04-07 19:07:01 -03:00
Rasmus Thomsen 6836359194
New package: llvm8-8.0.0
[ci skip]
2019-04-07 19:07:01 -03:00
Johannes a7fadf0e0a bind: update to 9.11.6. 2019-04-07 14:41:12 -03:00
maxice8 3f4d1f1555 travis: use ethereal.
Closes: #9396 [via git-merge-pr]
2019-04-06 16:44:58 -07:00
maxice8 a105e6b887 hooks/pre-pkg/05-prepare-32bit: handle files with spaces 2019-04-06 11:19:52 -03:00
John 01d11a4938 build-style/cmake: set CMAKE_CROSSCOMPILING_EMULATOR 2019-04-05 23:04:14 +02:00
maxice8 a6830e966e
chroot-style/ethereal.sh: fix some stuff 2019-04-05 13:49:41 -03:00
Cameron Nemo 1afb55b178 New package: valadoc-0.44.2 2019-04-05 16:47:07 +02:00
Cameron Nemo 7953e010b7 vala: remove valadoc subpackage 2019-04-05 16:37:20 +02:00
Johannes e5288fcfb7 okteta: update common/shlibs 2019-04-05 12:40:01 +02:00
maxice8 fadca94b98 common: add chroot-style 'ethereal' 2019-04-05 05:49:34 -03:00
Andy Weidenbaum 11b7fca0c3 New package: libbitcoin-server-3.5.0 2019-04-04 23:35:29 -03:00
Andy Weidenbaum adf346f2b6 New package: libbitcoin-node-3.5.0 2019-04-04 23:35:29 -03:00
Andy Weidenbaum c3d2f643fe New package: libbitcoin-blockchain-3.5.0 2019-04-04 23:35:29 -03:00
Andy Weidenbaum 7b3f5f43fb New package: libbitcoin-database-3.5.0 2019-04-04 23:35:29 -03:00
Andy Weidenbaum 4f3af8358d
New package: libbitcoin-consensus-3.5.0
closes #10572
2019-04-04 21:02:18 -03:00
bluntphenomena 9acd9d47f2
New package: libltc
closes #10574
2019-04-04 21:01:53 -03:00
Andy Weidenbaum aa856771c7
New package: libbitcoin-explorer-3.5.0
closes #1796
2019-04-04 16:45:17 -03:00
Andy Weidenbaum 0b30a6b8e3 New package: libbitcoin-network-3.5.0 2019-04-04 03:21:58 -03:00
Andy Weidenbaum cd11669488 New package: libbitcoin-client-3.5.0 2019-04-04 01:51:34 -03:00
Andy Weidenbaum 1130ec8b07 New package: libbitcoin-protocol-3.5.0 2019-04-04 01:51:34 -03:00
Andy Weidenbaum b1690da6c0 New package: libbitcoin-system-3.5.0 2019-04-04 01:51:34 -03:00
Andy Weidenbaum b959dcb807 New package: libbitcoin-secp256k1-0.1.0.13 2019-04-04 01:51:34 -03:00
bluntphenomena 847b3f24c9 New package: clxclient 2019-04-03 21:57:33 -03:00
bluntphenomena 813b7bc7ab New package: clthreads 2019-04-03 21:57:33 -03:00
Andrew Benson 031a251762 New package: pahole-1.12
Closes #10100.
2019-04-02 03:37:47 -03:00
Colin Gillespie 308e8386fa nvidia: update to 418.56 2019-04-02 03:12:58 -03:00
Jürgen Buchmüller be30160a90
botan: update to 2.10.0
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-04-02 06:25:22 +02:00
Rasmus Thomsen a69fd4501a Signal-Desktop: update to 1.23.2. 2019-03-30 14:05:11 -03:00
Johannes 212623ce05 keybase desktop: do not pull in rpi-userland 2019-03-29 22:46:40 +01:00
maxice8 fc35b3b628 cgal: update to 4.14. 2019-03-29 15:19:16 -03:00
maxice8 47665faf0a common/shlibs: add libdrm_freedreno.so.1
for weston on armv*|aarch64*
2019-03-29 13:37:06 -03:00
maxice8 faa3a28331 weston: update to 6.0.0. 2019-03-29 13:37:06 -03:00
John f0cbb744fd New package: pulseaudio-qt-1.0.1 2019-03-26 11:23:49 +01:00
Robert Stancil b7d2bc49c5
New package: libchewing-0.5.1
Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-03-24 20:03:08 -03:00
Rasmus Thomsen ee5a0099cd
vala: update to 0.44.1. 2019-03-24 12:07:13 +01:00
Rasmus Thomsen 8f005616fb evolution-data-server: update to 3.32.0. 2019-03-23 18:25:24 -03:00
maxice8 a81665dccc
poppler: update to 0.75.0. 2019-03-22 09:18:27 -03:00
Piotr Wójcik a4e3f89907 build-style/python-module.sh: add do_check 2019-03-21 13:28:56 -03:00
yopito 19072cb366 vtk: update to 8.2.0 2019-03-20 11:23:10 -03:00
yopito 66f4769e84 med: update to 4.0.0, switch to python3, -doc subpkg 2019-03-20 11:23:10 -03:00
Helmut Pozimski 14cbec9b2b qalculate: update to 3.0.0. (soname bump) 2019-03-19 22:20:35 +01:00
Jürgen Buchmüller 58abd14181
Revert "qt5: update to 5.12.1"
This reverts commit 75efc498dd.

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-03-19 16:33:34 +01:00
q66 75efc498dd qt5: update to 5.12.1 2019-03-19 15:45:53 +01:00
Leah Neukirchen 2e9a68a07f fontforge: update to 20190317. 2019-03-18 15:31:49 +01:00
maxice8 8cecbb19e1 matio: update to 1.5.14. 2019-03-16 01:32:54 -03:00
maxice8 b95a49b243
meta: remove last bits. 2019-03-14 19:25:00 -03:00
maxice8 a5bc81adf7 meta: remove supporting code for noarch 2019-03-14 19:22:06 -03:00
maxice8 415e6cd701 meta: remove support code for only_for_archs= 2019-03-14 19:20:07 -03:00
maxice8 99a024efa0
dleyna-server: remove
They are uncared for and are blocking gupnp update.
2019-03-14 17:04:12 -03:00
maxice8 e593afb864
dleyna-renderer: remove
They are uncared for and are blocking gupnp update.
2019-03-14 17:04:12 -03:00
maxice8 ca1b61168e
dleyna-core: remove
They are uncared for and are blocking gupnp update.
2019-03-14 17:04:12 -03:00
maxice8 b2900c7486
common/shlibs: update gssdp entry. 2019-03-14 16:41:36 -03:00
maxice8 8085cbe8cb
gupnp: update to 1.2.0. 2019-03-14 16:38:52 -03:00
Cameron Nemo a7b5c8aa15 wireshark: update to 3.0.0. 2019-03-13 05:48:04 -03:00
Oreo639 330cff7c22 mutter: update to 3.32.0 2019-03-13 03:04:07 -03:00
maxice8 c317c31e9f
wlroots: update to 0.5.0. 2019-03-11 15:29:40 -03:00
Rasmus Thomsen 61555c814d gedit: update to 3.32.0. 2019-03-11 18:51:47 +01:00
maxice8 83e56ab4c8
dav1d: update to 0.2.0. 2019-03-11 01:10:55 -03:00
maxice8 44f4d4ccdc suricata: use system libhtp 2019-03-10 22:20:22 -03:00
maxice8 c25cbf6138
New package: libhtp-0.5.30 2019-03-10 22:01:21 -03:00
magenbluten 71f695c1da suricata: add build_options for hiredis, lua and rust
closes #9013

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-03-10 21:47:12 -03:00
Helmut Pozimski 5f661790ea nvidia390: update to 390.116. 2019-03-10 13:07:05 +01:00
John c1007c1918
kauth: update to 5.56.0
[ci skip]
2019-03-10 03:36:48 +01:00
Young Jin Park ffcf516c21
New package: wire-desktop-3.6.2885
closes #9543
2019-03-09 03:55:28 -03:00
maxice8 b808e42476
protobuf: update to 3.7.0. 2019-03-08 03:46:19 -03:00
maxice8 81e021bd8a common/travis/changed_templates.sh: try chroot-git then git 2019-03-07 17:26:45 -08:00
maxice8 44d393bc38 common/travis/fetch_upstream.sh: try chroot-git then git 2019-03-07 17:26:45 -08:00
lemmi 60a7b85fc4 skalibs: update to 2.8.0.0. 2019-03-07 06:06:25 +01:00
Cameron Nemo cfcea842f6 New package: libyang-0.16r3 2019-03-05 22:59:53 -03:00
John 1e3fded509 New package: rand48_r-0.1
[ci skip]
2019-03-05 18:18:07 +01:00
maxice8 f4d29fbd75
libgit2: update to 0.28.0. 2019-03-04 19:46:41 -03:00
maxice8 fabe1e1912
libpqxx: update to 6.3.3. 2019-03-04 14:11:12 -03:00
John 3088aefe5a MEGAsdk: update to 3.4.8. 2019-03-04 15:19:29 +01:00
q66 17e78ac881 cross-profiles: fix rust target for x86_64-musl
[ci skip]
2019-03-03 22:34:57 -03:00
maxice8 8956ff14f7
meta: forcefully gunzip and bunzip2 .gz and .bz2 files.
Otherwise it gets stuck with a confirmation prompt.
2019-03-03 19:34:54 -03:00
maxice8 15df6ba5b6 meta: link .sh from configure into patch envrionment. 2019-03-03 13:08:23 -03:00
maxice8 8101f76f9f meta: rewrite dopatch to use run_step 2019-03-03 13:08:23 -03:00
maxice8 166b70f35b meta: also run do-$step_name hooks when run_step is called. 2019-03-03 13:08:23 -03:00
maxice8 79172bd8dc
meta: also run actions in chroot when calling for patch phase. 2019-03-03 12:16:41 -03:00
maxice8 6bbc043e1d wlroots: update to 0.4.1. 2019-02-28 09:50:38 -03:00
maxice8 20f91ac1c0
meta: set meson_crossfile on both do-patch and do-configure 2019-02-28 09:42:55 -03:00
maxice8 8a028866dc
meta: make do-patch run hooks regardless 2019-02-28 07:44:58 -03:00
maxice8 237da231cb build-style/meson: use do_patch to create crossfile 2019-02-27 22:56:19 -03:00
maxice8 2c4a329a13 meta: Add support for running the patch phase 2019-02-27 22:56:19 -03:00
maxice8 34fe9c410f meta: move 00-patches.sh hook to do-patch phase 2019-02-27 22:56:19 -03:00
maxice8 4dddab21e9 meta: add hook directories for patch phase 2019-02-27 22:56:19 -03:00
maxice8 1ba87eee57 meta: unset the pre_patch() do_patch() post_patch() 2019-02-27 22:56:19 -03:00
maxice8 5f4d77c78a meta: add patch() build phase. 2019-02-27 22:56:19 -03:00
maxice8 f683b0aa08
meta: fix build-class -> build-helper 2019-02-26 17:28:12 -03:00
maxice8 1bda166a6c
meta: fix unsetting of only_for_archs 2019-02-26 09:45:25 -03:00
maxice8 717ebc72b8 mac: remove 2019-02-26 07:56:54 -03:00
Rasmus Thomsen f72a9ce12c New package: qmdnsengine-0.1.0 2019-02-26 07:54:59 -03:00
Rasmus Thomsen 176ce20950 New package: qhttpengine-1.0.1 2019-02-26 07:54:59 -03:00
maxice8 82de1fc8f7 brltty: update to 6.0. 2019-02-25 18:15:28 -03:00
maxice8 1df181b32a build-style/meson.sh: add objcopy to provided binaries 2019-02-25 13:42:40 -03:00
maxice8 d72970a2a7 libwaylandpp: update to 0.2.5. 2019-02-24 17:26:26 -03:00
purpurrot 25c1773386
New package: vala-panel-appmenu
closes #9110
2019-02-24 13:48:02 -03:00
purpurrot f0e73e4eb6
New package: vala-panel
Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-02-24 07:55:35 -03:00
Colin Gillespie 5390128481 nvidia: update to 418.43 2019-02-23 15:52:39 +01:00
maxice8 0bafe98071
common/shlibs: add libibverbs.so.1 and librdmacm.so.1 2019-02-23 05:44:24 -03:00
Piotr Wójcik 3c44154cf9 New package: kaccounts-integration-18.12.2 2019-02-22 23:36:51 +01:00
maxice8 8d45ff9677 common/shlibs: add libdvdcss.so.2 2019-02-22 11:52:42 -03:00
Piotr Wójcik 9291e28d14
build-style/python3-module.sh: add do_check
closes #8969

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-02-22 07:24:17 -03:00
John 5313faabfd common: add compatibility code for noarch also for prepkg and doinstall 2019-02-21 23:25:54 +01:00
maxice8 523e0a7a2f
common/shlibs: add libibumad.so.3 2019-02-21 14:20:36 -03:00
John 1c4edc0826 common: add compatibility code for noarch in do-pkg stage
resolves #9016
2019-02-21 16:41:51 +01:00
maxice8 ef6e576bd2 tracker: update to 2.2.0. 2019-02-21 07:31:36 -03:00
Kyle Nusbaum d8411ab8f3 New Package: orocos-kdl-1.4.0 2019-02-21 02:41:03 -03:00
Cameron Nemo 8c9b72ffa0 New package: frr-6.0.2 2019-02-20 00:51:33 -03:00
magenbluten 15f14a884e
New package: rocksdb-5.17.2
closes #8204

Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-02-19 09:15:18 -03:00
nexolight 396ce60f9d
new package: libogdf-2018.03_1
Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-02-19 08:37:12 -03:00
nexolight 6b2edb0cbc
new package: Clp-1.16.11
Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-02-19 06:57:56 -03:00
maxice8 3d6e2afc69 common/shlibs: add libQt5Pas.so.1 2019-02-19 00:35:17 -03:00
newbluemoon 07ee1bb321 olm: update to 3.0.0
and split off the python bindings into a separate template
2019-02-18 17:23:57 -03:00
Enno Boland 8f6d534cac vsed: make more compatible with sed commandline semantics. 2019-02-18 17:23:52 -03:00
maxice8 78015c6755 botan: update to 2.9.0. 2019-02-18 17:23:47 -03:00
Piotr Wójcik 2a0c3434fb xbps-src: update-check: switch sourceforge to https 2019-02-18 14:16:52 -03:00
maxice8 dfd0cde930 setup/install.sh: remove support for 'all' special arg. 2019-02-18 08:32:27 -03:00
Helmut Pozimski 8f597e412b New package: kodi-platform-17.1.0 2019-02-17 15:34:15 +01:00
maxice8 fc54c64606 qscintilla-qt5: update to 2.11.1. 2019-02-16 22:13:25 -02:00
John bff7a8c6db MEGAsdk: update to 3.4.7. 2019-02-16 22:13:18 -02:00
John f27e41dda7 common/hooks/pre-pkg/generate-runtime-deps: fix usage of skiprdeps in subpackages 2019-02-16 17:53:37 +01:00
maxice8 0f76ad0f76
environment/build-style/gem.sh: set noarch=yes to archs=noarch 2019-02-16 04:02:31 -02:00
maxice8 c8129e7d38 shutils/pkgtarget.sh: fix check for noarch 2019-02-15 12:14:53 -02:00
Enno Boland 38c457e1aa add compatibility code for noarch/only_for_archs 2019-02-15 13:19:44 +01:00
Enno Boland 6eb37e35b2 common: merge only_for_archs and noarch=yes into one.
* noarch=yes is replaced with archs=noarch
* only_for_archs= is renamed to archs=
* archs= allows the use of wildcards and negations; first matching rule applies:
  * archs="*-musl" will build the pkg only for musl-libcs
  * archs="~*-musl" will build the pkg only on non-musl-libc
  * archs="x86_64-musl ~*-musl" will build for x86_64-musl and any non-musl
    arch.
* archs= defaults to "*"
2019-02-15 13:19:44 +01:00
Renato Aguiar a0d3a0dd70 riot-desktop: Fix mistaken dependency on rpi-userland 2019-02-13 17:16:22 -02:00
Young Jin Park 81d267d9a8
New package: wf-config-0.1 2019-02-13 11:04:54 -02:00
maxice8 001c145d15 libnfs: update to 4.0.0. 2019-02-13 09:29:11 -02:00
maxice8 0ff58cd968 MEGAsdk: update to 3.4.6. 2019-02-12 03:45:25 -02:00
svenper 972645474a New package: teckit-2.5.8 2019-02-11 21:09:06 -02:00
q66 90d0411770 New package: libvpx5-1.7.0
This is necessary in order to transition to newer libvpx. Web
browsers, particularly their vendored webrtc component, depend
on libvpx with older API, while new versions in the future will
depend on the version with the newer API. In order to break the
cycle, we need to temporarily provide both versions, and remove
the older version once everything is updated.
2019-02-10 12:45:31 +01:00
q66 1b0f3ffd6b libvpx: update to 1.8.0 and rename to libvpx6
The rename is to follow the ABI version and make for easier
transitions.

[ci skip]
2019-02-10 12:45:31 +01:00
maxice8 ef02e1b8d4
bind: revert to 9.11.5
9.13.6 is Unstable-Development

Revert "bind: update to 9.13.6"

This reverts commit c67e7441f0.
2019-02-10 03:08:41 -02:00
q66 c67e7441f0 bind: update to 9.13.6 2019-02-10 02:46:48 -02:00
maxice8 93c8e15aa9 libidn2: update to 2.1.1. 2019-02-09 04:12:40 -02:00
maxice8 e42332f3f5 bacula-common: update to 9.4.2. 2019-02-09 02:45:22 -02:00
Foxlet f726125246 common: Set system processor for PPC cmake 2019-02-09 02:29:24 -02:00
maxice8 f90418ca33
hooks/99-pkglint-subpkgs.sh: match name until end of line 2019-02-09 02:19:56 -02:00
maxice8 2c0a9f1f24 glibc: update to 2.29. 2019-02-09 02:07:26 -02:00
maxice8 75df1a359a libspatialindex: update to 1.9.0. 2019-02-08 23:03:08 -02:00
maxice8 fd5bb48ecd poppler: update to 0.74.0. 2019-02-08 19:54:13 -02:00
Johannes 026ebc069e common: unset rust-cross specific variables for native builds 2019-02-08 19:16:39 +01:00
stenstorp 86ca0398b3 common: explicitly disable altivec on ppc 2019-02-08 13:06:57 -02:00
maxice8 f638b4e04f xbps-src: add valac wrapper
Projects like zeitgeist and gtksourceview4 need it
2019-02-06 20:13:27 -02:00
maxice8 fbb17f5cda
xbps-src: make vapigen_wrapper install vapigen-0.42 2019-02-05 23:19:27 -02:00