Juan RP
4262450928
xbps-src: improve bulk code a bit more.
...
- use `show-avail` to discard broken pkgs.
- the parallel logic was incomplete.
- avoid unnecessary sorting.
2019-07-05 08:53:52 +02:00
Juan RP
3b73edbaa5
xbps-src: improve bulk_sortdeps().
...
./xbps-src sort-dependencies $(./xbps-src show-build-deps xbps)
0.202s vs 0.514s
2019-07-05 08:53:52 +02:00
Juan RP
1fc6aea821
xbps-src: fix XBPS_CHECKVERS_XCMD.
...
Needs to set -r $XBPS_CROSS_BASE to use correct dbdir.
2019-07-05 08:53:51 +02:00
Juan RP
2a4e178e35
xbps-src: multiple performance improvements.
...
- use xbps-checkvers(1) to resolve dependencies.
- all dependencies are installed at once for the host and target.
- the `show-build-deps` target is now much faster.
- the `update-bulk/show-repo-updates` targets are now much faster.
- the `update-sys/show-sys-updates` targets are now much faster.
- the `bootstrap` target now works on musl hosts.
- simplified some loops.
- use cut(1) rather than awk(1) where applicable.
- multiple random changes to improve performance.
Based on work started by @Duncaen on https://github.com/void-linux/void-packages/pull/12433
Close https://github.com/void-linux/void-packages/pull/12433
Close https://github.com/void-linux/void-packages/pull/11282
2019-07-05 08:53:51 +02:00
John
56fd6c783c
MEGAsdk: update to 3.5.4.
2019-07-04 15:29:49 +00:00
Piotr Wójcik
c3cfeb56e8
update-check: find versions with more components
2019-07-03 00:36:00 +02:00
Juan RP
e0e48d6f6a
xbps-src/chroot.sh: sanitize PATH.
2019-07-02 19:14:56 +02:00
Leah Neukirchen
dc408b323a
nftables: update to 0.9.1.
2019-06-28 11:06:21 +02:00
Jürgen Buchmüller
2c00cbac50
gcc: update to 9.1.0
...
Remove libmpx{,-devel} as they are no longer supported.
[ci skip]
2019-06-27 13:14:48 +02:00
Juan RP
571512c224
ell: update to 0.20 (bump version requirement for iwd>=0.18).
2019-06-26 13:00:55 +02:00
Juan RP
b52aae3114
xbps-src: do not ignore EEXIST rval from xbps-install(1).
...
Due to -I it cannot return EEXIST, and this error value shall
be treated as a real error.
Does not change the current behaviour but will do if we drop -I.
2019-06-26 12:52:59 +02:00
Juan RP
8e958c9f0c
gimp: update to 2.10.12 (bump babl/gegl version requirement).
2019-06-26 10:14:56 +02:00
Juan RP
f36f3fe28f
Revert "build-style/go: use XBPS_MAKEJOBS to control parallelism"
...
This reverts commit 12b15b0d72
.
I thought the conversation was already resolved, my fault.
Reverting until this gets resolved.
2019-06-25 23:05:17 +02:00
Cameron Nemo
12b15b0d72
build-style/go: use XBPS_MAKEJOBS to control parallelism
2019-06-25 22:04:46 +02:00
Andrew Benson
b10247a774
New package: mhash-0.9.9.9
2019-06-25 21:56:37 +02:00
Julio Galvan
b600d61430
wlroots: update to 0.6.0
2019-06-25 20:50:38 +02:00
Piraty
81cc8f39bc
hdf5: update to 1.10.5.
...
no revbumps required, because no package uses to the libhdf5_fortran
library.
2019-06-25 11:45:28 +02:00
Juan RP
67cd850ebf
xbps-src: introduce XBPS_REPO_COMPTYPE for etc/conf.
...
This sets the repository data compression format, as explained
in xbps-rindex(1). By default set to `gzip'.
2019-06-25 10:52:37 +02:00
Cameron Nemo
206a4a73f5
99-pkglint.sh: prevent installing files in /destdir
...
Signed-off-by: Cameron Nemo <cnemo@tutanota.com>
2019-06-23 17:17:22 +02:00
Juan RP
e2f098b972
xbps-src: print detected file conflicts.
2019-06-21 18:46:14 +02:00
Juan RP
2127bd2e00
xbps-src: require xbps>=0.55.
...
Build dependencies are now installed with -I, --ignore-file-conflicts.
A new option introduced in xbps-0.55 that just prints
conflicting files but does not error out.
Switch to xbps-fetch and xbps-digest.
2019-06-21 17:21:38 +02:00
Juan RP
d778cbdc70
Revert "xbps-src: require xbps>=0.54."
...
This reverts commit 198acb8e39
.
I'm reverting this until I fix the issue properly.
2019-06-21 13:04:43 +02:00
Juan RP
13d7353705
xbps{,-static}: rebuild due to libarchive>=3.3.3_5 requirement.
...
Bump libarchive version requirement due to enabling
lz4 and zstd by default, resulting in new symbols.
2019-06-21 12:03:19 +02:00
Juan RP
198acb8e39
xbps-src: require xbps>=0.54.
...
if xbps-install(1) returns EEXIST, treat it as an error,
do not ignore it.
xbps-install(1) now returns only EEXIST for file conflicts
in transaction, so that it should not be ignored.
2019-06-21 11:47:15 +02:00
Juan RP
248e301ff7
hooks/00-gen-pkg: use xbps-create(1) --changelog if set on template.
...
Signed-off-by: Juan RP <xtraeme@gmail.com>
2019-06-20 19:52:52 +02:00
Juan RP
f3dbb330fb
xbps: update to 0.54 (soname bump).
...
Two patches from master were added to fix build
failures seen on travis/void-linux/void-packages.
2019-06-20 19:44:39 +02:00
Duncaen
0639ff03da
xbps-src: simplify set_build_options
2019-06-19 11:33:54 +02:00
Duncaen
dd9c7a967e
xbps-src: less forking in get_subpkgs and unset_package_funcs
2019-06-19 11:30:22 +02:00
Duncaen
f1ec7fac9f
xbps-src: open $XBPS_MASTERDIR/etc/xbps/xbps-src.conf only once
2019-06-19 11:15:26 +02:00
Duncaen
6d3c739c9a
xbps-src: use substitutions instead of sed for xbps-shell
2019-06-19 11:12:29 +02:00
Duncaen
723170541d
xbps-src: don't check if base-chroot is installed for every single sourced template
2019-06-19 11:08:39 +02:00
Lorem
8024a20d51
New package: mtxclient-0.2.1
2019-06-18 08:27:41 +00:00
Juan RP
7b7d7c13a1
xbps-src: exit properly if mktemp(1) fails, not from its subshell.
...
Thanks @huglovefan
2019-06-17 17:38:07 +02:00
Juan RP
f59b295903
xbps-src: cleaned up usage of mktemp(1).
...
This one was on my TODO for a long while... fixes unportable
arguments (checked with the NetBSD's manual page).
2019-06-17 15:23:20 +02:00
Juan RP
66d8cbf014
travis/build.sh: update bootstrap pkgs two times.
...
This is required because xbps might be updated the first time.
2019-06-16 22:00:18 +02:00
Johannes
ed80967b9d
build-helper/rust: add variables for sodium-sys
2019-06-16 21:40:08 +02:00
Piraty
f8ad4e7b94
ksolid: split library into its own subpackage
2019-06-15 18:30:07 +02:00
Doan Tran Cong Danh
37ed8cb67b
common: add BUILD_{CXX,CPP,FC,LD} flags
2019-06-15 16:31:53 +02:00
Juan RP
6dc1c6d8fb
travis/build.sh: update bootstrap before building.
...
This should fix the recently failed build of elogind due
to xbps not updating revdeps of the build dependencies.
Signed-off-by: Juan RP <xtraeme@gmail.com>
2019-06-15 14:14:17 +02:00
Juan RP
d18cd13b16
xbps-src/cross.sh: require cross-vpkg-dummy>=0.30.
...
Signed-off-by: Juan RP <xtraeme@gmail.com>
2019-06-13 19:35:05 +02:00
Piotr Wójcik
b8039ef838
update-check: download each url once
2019-06-12 18:06:27 +02:00
Johannes
98dd6f95fc
libressl: update to 2.9.2.
2019-06-12 13:35:31 +02:00
Helmut Pozimski
2ad8fcde1e
common/shlibs: add shared libraries for flite
2019-06-09 15:45:10 +02:00
Andrew Benson
5452159bb7
New package: gnustep-gui-0.27.0
2019-06-08 12:13:02 +00:00
Enno Boland
54830c8584
Merge branch 'master' into gtk-4
2019-06-07 13:36:26 +02:00
John
14991022a0
libzim: update to 5.0.0.
2019-06-06 17:30:10 +02:00
Dominic Monroe
bb03bd06a1
New package: libmodule-4.1.0
2019-06-06 09:20:12 +02:00
Juan RP
59823ce14b
gettext: update to 0.20.1.
...
Signed-off-by: Juan RP <xtraeme@gmail.com>
2019-06-06 00:37:01 +02:00
Juan RP
baa928b247
travis/build.sh: use -jX in xbps-src.
...
Do not rely on nproc(1) being available.
Signed-off-by: Juan RP <xtraeme@gmail.com>
2019-06-04 13:51:32 +02:00
Juan RP
5bdc4619a4
efl: update to 1.22.2.
...
- Added new build options: elogind, drm, gstreamer and vlc.
- The same options that were available before are kept.
- Tested on x86_64.
2019-06-03 15:44:08 +02:00
Piotr Wójcik
95e3a60feb
update-check: recognize all gitlab instances
2019-06-01 14:23:37 +02:00
q66
c7989e5693
build-style/cmake: powerpc->ppc for CMAKE_SYSTEM_PROCESSOR
...
ppc is the correct name which cmake reports in a native ppc32
environment, therefore the cross toolchain definition is wrong.
Closes : #12061 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2019-06-01 00:58:57 +02:00
Daniel Eyßer
fe0af91768
iptables: update to 1.8.3.
2019-05-31 15:23:28 +02:00
Andrew Benson
478fab8b63
slack-desktop: update to 3.4.2
2019-05-30 13:27:14 +02:00
John
0151a88d15
krita: update to 4.2.0.
2019-05-29 19:48:37 +02:00
John
58029a4798
proj: update to 6.1.0.
2019-05-29 19:48:37 +02:00
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
maxice8
1c1490217a
xbps-src: Add wrapper for vapigen on cross
2019-02-05 19:43:56 -02:00
maxice8
069b217655
common/build-style: don't be explicit about pie, fails vala.
2019-02-05 04:40:31 -02:00
maxice8
f421389bd9
build-style/meson.sh: explicitly enable staticpic and pie.
2019-02-05 04:14:56 -02:00
Cameron Nemo
16e4d7886c
gpsd: update to 3.18.1.
2019-02-03 13:06:35 +01:00
maxice8
fae786dec1
build_helper: add gir build_helper
2019-02-02 23:33:48 -02:00
maxice8
ab96ff356e
xbps-src/hooks: most 05-rename-python3-c-bindings to post-install
2019-02-02 14:40:05 -02:00
Cameron Nemo
ff542ef2b5
io.elementary.files: update to 4.1.4.
2019-02-01 03:46:32 -02:00
maxice8
ff196d112f
05-rename-python3-c-bindings.sh: fix
2019-01-31 15:20:03 -02:00
maxice8
1a0ce0e066
hooks/pre-pkg/05-rename-python3-c-bindings.sh: introduce
2019-01-31 15:08:13 -02:00
maxice8
3e6ea8d31a
build-style/python-module: reset CFLAGS and LDFLAGS in each run
2019-01-31 12:22:30 -02:00
John
46d7925b97
udis86: move library into main package
...
otherwise we would have a cyclic dep udis86->udis86-devel->udis86
2019-01-30 21:36:49 +01:00
Denis Revin
fe6f7a1896
New package: live555-2018.12.14
2019-01-29 23:21:52 -02:00
maxice8
f6c595619c
hooks/pre-pkg/99-pkglint-subpkgs.sh: fix case where grep doesn't match
2019-01-29 23:14:59 -02:00
maxice8
732180dc1d
build-style/meson.sh: Provide path for gir tools.
2019-01-29 19:39:34 -02:00
John
475a685cb0
bullet: update to 2.88.
2019-01-29 20:54:34 +01:00
John
244dd3867f
kiwix-lib: update to 4.0.0.
2019-01-29 15:23:45 +01:00
Thomas Batten
b267b02a39
shlibs: Define libunwind-ppc32.so.8
2019-01-29 07:08:37 -02:00
maxice8
64cfd2f7c7
mgba: update to 0.7.0.
2019-01-27 19:44:33 -02:00
maxice8
c5d40ba078
hooks/pre-pkg: add pkglint-subpkgs hook
2019-01-27 10:20:32 +01:00
Piotr Wójcik
43e2545baf
build-style/perl-ModuleBuild: add perl to makedepends
2019-01-27 10:09:46 +01:00
maxice8
5850b188b4
shutils/build_dependencies.sh: also show build_helper that are set.
2019-01-27 09:15:17 +01:00
Cameron Nemo
2b569f1ef8
xbps-src: add show host/makedepends subcommand
2019-01-26 21:41:10 -02:00
maxice8
02bedb48a5
common/shlibs: remove entries from treefrog-framework
2019-01-26 19:19:59 -02:00
maxice8
65f119220f
common/shlibs: remove stale entries from mongo removal.
2019-01-26 19:18:55 -02:00
q66
82eec0d023
common/build-style/waf,waf3: explicitly pass libdir
...
Waf has a utility function ('lib64' in waflib/Utils.py) which
either returns an empty string or '64' depending on if either of
the paths '/usr/lib64' or '/usr/local/lib64' exist. Then, the
build system itself decides its default LIBDIR to be either
/usr/lib or /usr/lib64 depending on the result of that function,
except when libdir is passed explicitly.
We don't allow lib64 in our packages. We do have the /usr/lib64
path as that is a symlink. Therefore, do not ever allow waf to
configure the path that way.
2019-01-26 18:43:09 -02:00
maxice8
d00e89431f
libfm-qt: update to 0.14.0.
2019-01-26 15:04:49 -02:00
maxice8
24efa877cd
shutils/common.sh: Remove variables that are now in build-helper/rust.sh
2019-01-25 20:44:42 -02:00
maxice8
6e0a917d01
environment/build-style/cargo.sh: use rust build_helper
2019-01-25 20:44:42 -02:00
maxice8
b287b66c83
build-helper/rust.sh: Add
2019-01-25 20:44:42 -02:00
maxice8
5465d131f6
environment/setup/sourcepkg.sh: unset build_helper
2019-01-25 20:44:41 -02:00
maxice8
a4f786276a
shutils/show.sh: add support for showing build_helper
2019-01-25 20:44:41 -02:00
maxice8
e30a9c8908
shutils/common.sh: add support for source build-helper files
2019-01-25 20:44:41 -02:00
maxice8
68011c99c5
varnish: remove
2019-01-25 18:23:41 -02:00
Christian Buschau
9dfad181d7
x265: update to 3.0.
...
[ci skip]
2019-01-25 14:30:32 -02:00
maxice8
618c4484b6
New package: libreadline8-8.0.000
2019-01-25 06:04:13 -02:00
Helmut Pozimski
7da2123758
New package: vkd3d-1.1
2019-01-24 18:52:20 +01:00
Christian Buschau
e94daa57b2
liborcus: update to 0.14.1.
...
[ci skip]
2019-01-24 16:36:08 +00:00
Christian Buschau
97ce02047f
libixion: update to 0.14.1.
...
[ci skip]
2019-01-24 16:36:08 +00:00
Christian Buschau
65acf743fd
New package: snorenotify-0.7.0.
2019-01-24 12:31:51 -02:00
Enno Boland
0e39f18997
musl: update to 1.1.21.
...
To make sure that musl honours the elf stacksize header the shlib was
also bumped.
2019-01-24 09:29:37 +01:00
maxice8
bdd36775df
v8: remove
2019-01-23 19:06:21 +01:00
Thomas Batten
47f5b52023
common: Add rust target to ppc build/cross profiles
2019-01-22 22:54:16 -02:00
bra1nwave
1d74820e9c
New package: liquid-dsp-1.3.1
2019-01-22 09:19:28 -02:00
John
9518d3c77c
build-style/cmake: add missing space before closing bracket
2019-01-21 22:52:56 +01:00
maxice8
670f41a585
environment/fetch: add cmd_fetch variable.
2019-01-21 16:17:02 -02:00
maxice8
07c2dc7131
hooks/do-fetch/00-distfiles.sh: use fetch_cmd instead of XBPS_FETCH_CMD
2019-01-21 16:17:02 -02:00
maxice8
202b6a7b97
setup/sourcepkg.sh: unset fetch_cmd
2019-01-21 16:17:02 -02:00
maxice8
5512d7e69f
build-style/meson.sh: fix binary name
2019-01-21 02:16:03 -02:00
maxice8
a59075f1d1
build-style/meson.sh: add path to 'rustc'
2019-01-21 01:59:23 -02:00
maxice8
027cdb5bb8
shutils/common.sh: export CARGO_BUILD_TARGET
2019-01-20 19:41:18 -02:00
maxice8
8ddc68306e
build-style/cargo: don't manually configure with cargo, use the
...
environment.
2019-01-20 15:33:10 -02:00
maxice8
54040e4b1b
shutils/common.sh: define CARGO_BUILD_JOBS and
...
CARGO_TARGE_${RUST_TAGRGET}_LINKER.
2019-01-20 15:33:10 -02:00
Jan Friesse
5ecdaf256c
New package: libmp3splt-0.9.2
2019-01-20 09:24:44 -02:00
maxice8
d778c95a60
libosmocore: update to 1.0.0.
2019-01-20 01:36:08 -02:00
maxice8
26eb17f941
setup/sourcepkg.sh: unset more variables that can be set by the template
2019-01-19 23:02:28 -02:00
maxice8
977766323c
setup-subpkg/subpkg.sh: unset register_shell.
2019-01-19 19:22:14 -02:00
maxice8
5ae9e3d2f1
cross-profiles/README: mention XBPS_CROSS_RUST_TARGET
...
XBPS_CROSS_RUSTFLAGS
2019-01-19 08:03:20 -02:00
maxice8
1fcdcdd959
shutils/common.sh: fix typo
2019-01-19 08:03:10 -02:00
maxice8
918f50cd20
build-profiles/README: mention XBPS_RUST_TARGET
2019-01-19 07:59:52 -02:00
Thomas Batten
8f52911ac9
common: Add build/cross profiles for ppc/ppc-musl
2019-01-19 10:15:01 +01:00
Thomas Batten
c785cfd34e
common: Add ppc target
2019-01-19 10:15:01 +01:00
Noel Cower
e892b46432
build-styles: use go install instead of go build.
...
Fixes multi-package builds.
[ci skip]
2019-01-18 20:18:52 -08:00
Nathan Owens
da1b182ed1
ipset: update to 7.1
...
closes #7389
Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
2019-01-18 21:32:58 -02:00
maxice8
57ce5bc8e5
consistency_check.sh: use return instead of continue when appropiate.
...
Those are not meant to be continue as they are not in a loop they are in
a subshell.
2019-01-18 20:00:54 -02:00
Karol Kosek
9003ca968e
New package: libqmatrixclient-0.4.2.1
2019-01-18 22:22:11 +01:00
Christian Buschau
2b3756709e
libidn: update to 1.35.
2019-01-18 21:49:23 +01:00
Christian Buschau
74fd6dcf23
x265: update to 2.9.
...
[ci skip]
2019-01-18 21:00:24 +01:00
maxice8
9964ac65d3
common.sh: don't export XBPS_GCC_*
2019-01-18 05:42:18 -02:00
Christian Buschau
86f005a002
New package: libxml++3.0-3.0.1
2019-01-17 20:23:07 +01:00
John
6f0fee9429
build-style/cmake: add check fo nodebug flag
...
[ci skip]
2019-01-17 14:04:27 +00:00
Piraty
0df7f912a1
New package: opkg-0.4.0
...
* no `opkg.conf` file included. You have to build your own.
* opkg itself statically links libopkg via `--with-static-libopkg`
2019-01-17 04:22:17 -02:00
maxice8
673504e524
meta: add vsed function
2019-01-16 17:25:46 -02:00
Spencer Hill
3c1133cf63
discord: update to 0.0.7.
2019-01-15 18:47:50 -05:00
crater2150
c8c232d08d
New package: libgaminggear-0.15.1
2019-01-15 18:09:05 -02:00
Remi Pommarel
7baf4bcdac
New package: gnuradio-nrsc5-1.0.0_1
...
closes #7165
2019-01-15 13:22:44 -02:00
Remi Pommarel
19c5265e0b
New package: gnuradio-rds-1.1.0_1
...
closes #7164
2019-01-15 13:21:26 -02:00
John
6638dc5526
build-style/cmake.sh: Use -DCMAKE_BUILD_TYPE=RelWithDebInfo when having XBPS_DEBUG_PKGS set
2019-01-15 16:15:13 +01:00
maxice8
3967047603
New package: editline-1.16.0
2019-01-15 12:39:56 -02:00
Remi Pommarel
513aca474f
gnuradio: Add ettus USRP support (gr-uhd)
...
[ci skip]
closes #7100
2019-01-15 02:55:24 -02:00
Remi Pommarel
13575ee0f0
New package: uhd-3.13.0.2_1
...
[ci skip]
2019-01-15 02:55:23 -02:00
maxice8
612a9d9976
swi-prolog: update to 8.0.0.
2019-01-14 19:18:01 -02:00
maxice8
86ea0fb8df
exempi: update to 2.5.0.
2019-01-14 19:17:50 -02:00
Ben Sung Hsu
87daa40553
New package: libpinyin
...
This commit adds the 'libpinyin' library to the repo.
This library is needed by 'ibus-pinyin' and 'ibus-libpinyin' in order
to provide Chinese language input.
This library also provides Traditional Chinese (Bopomofo/ZhuYin) input.
PATCH 2: Simplified dependencies and build process per review comments
(*) Disabled cross build because some of the data generation requires
binary build with the build-system tools instead of the target system
tools and will require work to sort through the automake/autoconf project.
PATCH 3: Cleaned up long lines and simplified nocross comments
2019-01-14 05:27:22 -02:00
maxice8
86789013cd
common/shlibs: remove stale libcppunit entry
2019-01-14 05:16:48 -02:00
Helmut Pozimski
e82879d8b4
fifechan: update to 0.1.5.
...
restore package
2019-01-13 09:13:35 +01:00
maxice8
42f01aa18c
libewf: update to 20171104.
2019-01-11 13:34:35 -02:00
Leah Neukirchen
6b81302e38
environment/configure/hardening.sh: enable -fstack-clash-protection
...
This flag will make GCC 8 touch all space allocated using alloca(3)
and thus detect code jumping over the "stack gap".
2019-01-11 16:20:18 +01:00
maxice8
57125f8ba9
ruby: update to 2.6.0.
2019-01-11 02:05:28 -02:00
Christian Buschau
993f4ec759
libidn2: update to 2.1.0.
2019-01-10 17:21:24 -02:00
John
e234646841
plasma-workspace: move libkworkspace5 into new subpackage
2019-01-10 18:21:21 +00:00
maxice8
75e535d257
hooks/11-pkglint-elf-in-usrshare: make use of bashisms to fix stuff.
...
using for-loop causes the loop to hang at filenames with -.
Use while read instead with bash process substitution so it avoids the
subshell problem.
2019-01-10 00:44:44 -02:00
Rasmus Thomsen
d8d06d372a
weston: update to 5.0.0.
2019-01-09 23:24:46 -02:00
Rasmus Thomsen
ed83b3f71c
New package: llhttp-1.1.0
2019-01-09 23:02:10 -02:00
Christian Buschau
64c7493875
kid3: update to 3.7.0.
2019-01-09 21:12:24 -02:00
Andrew Benson
459f0e8b10
gnustep-base: update to 1.26
2019-01-09 20:00:52 -02:00
maxice8
c06512eac9
hooks: Add hook to check for ELF files in /usr/share
2019-01-09 17:01:13 -02:00
eater
08ea5a4a26
New package: musikcube
2019-01-09 16:34:32 -02:00
maxice8
0e888bcc93
libgksu: remove
...
Deprecated upstream in favour of polkit.
Removed in Debian, Arch, Ubuntu.
2019-01-09 16:26:16 -02:00
Rasmus Thomsen
a3cc25b011
poco: update to 1.9.0.
2019-01-09 01:21:27 -02:00
Nathan Owens
2f8b78b831
bro: update to 2.6.1
2019-01-09 00:33:55 -02:00
John
ae7aaf7b22
sile: update to 0.9.5.
2019-01-08 23:43:39 +01:00
David Flatz
db6915b401
nvidia: update to 410.93.
2019-01-08 21:34:05 +01:00
maxice8
689272b3e5
poppler: update to 0.73.0.
2019-01-08 14:52:49 -02:00
q66
a87fa0a914
New package: librtas-2.0.2
2019-01-08 10:18:42 +01:00
Piotr Wójcik
9c8ef3d6a9
update-check: handle python3-only modules from pypi
2019-01-07 18:28:36 -02:00
maxice8
e5fe1ed57f
cpptest: update to 2.0.0.
2019-01-07 17:52:54 -02:00
Cameron Nemo
785ec29218
New package: startup-1.13.3
2019-01-06 20:58:43 -02:00
q66
d3edfef8a0
libunwind: fix build on ppc64 targets
2019-01-06 18:07:31 -02:00
Enno Boland
0832e1adfa
build-style/cmake: fix typo
2019-01-05 23:45:27 +01:00
q66
01f3016e9a
glibc: enable ppc64le support
2019-01-05 23:38:00 +01:00
q66
151f876627
common: add ppc64 build profiles and other ppc64 bits
...
This adds the build profiles for ppc64 targets as well as
modifications in other parts of the infra.
These targets are supported:
- ppc64le (glibc little endian elfv2)
- ppc64le-musl (musl little endian)
- ppc64-musl (musl big endian)
ELFv1 targets are explicitly not supported at this point.
Big endian musl supports ppc 970 or newer, while little endian
targets are set to a generic powerpc64le which effectively means
POWER8 and newer. Tuning is always set for POWER9, which is the
most likely target hardware. We also make sure AltiVec is always
on, because it is supported on all hardware we target.
[ci skip]
2019-01-05 23:38:00 +01:00
John
bbf998527b
MEGAsdk: update to 3.4.5.
2019-01-05 14:06:13 +01:00
Johannes
3ab8843220
capstone: update to 4.0.
2019-01-05 13:59:33 +01:00
Piotr Wójcik
27d9e7ffea
hooks/uncompress-manpages: prevent hang
...
In case when file to be uncompressed existed, decompressors asked
whether to overwrite it.
As output is muted, building hung silently waiting for input.
2019-01-05 08:12:55 -02:00
Rasmus Thomsen
537de0ff41
lm_sensors: update to 3.5.0.
2019-01-04 20:48:07 -02:00
Jasper Chan
4979ea9237
New package: gerbv-2.6.2 [ci skip]
...
closes #6246
2019-01-04 17:09:59 -02:00
Daniel Lewan
e5c8b34dbb
New package: libfixposix-0.4.3
...
closes #6388
2019-01-04 17:08:46 -02:00
maxice8
3bf0575adf
New package: recutils-1.8
2019-01-04 14:38:21 -02:00
Rasmus Thomsen
24da9e875e
exiv2: update to 0.27.0.
...
[ci skip]
2019-01-04 11:44:01 +01:00
Rasmus Thomsen
0372613f92
http-parser: update to 2.9.0.
2019-01-03 23:20:02 -02:00
prspkt
fdaa76e8a0
zchunk: add devel subpackage
2019-01-03 22:29:10 -02:00
Noel Cower
43db1c25dc
build-styles: Add support for Go modules.
...
Adds support for Go modules by detecting a go.mod file and, if
available, using it. In addition, to continue supporting vendoring (and
avoid the need for git on all module builds), if a package includes
a vendor directory, the module mode will switch to vendor mode if not
already set. This will use vendored source code for dependencies
instead of downloading that code again using the descriptions under
go.mod.
go_mod_mode=vendor also skips the go.sum check because nothing is
downloaded that isn't already verified, so this fixes packages with
vendored code that have checksum mismatches due to Go 1.11.4 module
checksum changes.
[ci skip]
Closes : #6036 [via git-merge-pr]
2019-01-02 20:10:56 -08:00
Rasmus Thomsen
cb1ba97f1f
bacula-common: update to 9.4.1.
2019-01-01 23:11:50 -02:00
Frank Steinborn
c9a1e641f2
New package: getdns-1.5.0
2019-01-01 21:58:06 -02:00
Rasmus Thomsen
4b52c44077
ldc: update to 1.13.0.
2018-12-30 20:42:40 +01:00
John
ca832ffbb2
boost: update to 1.69.0
2018-12-28 05:41:10 -02:00
maxice8
a57a78e63f
llvm3.9: remove
2018-12-27 17:50:43 -02:00
Rasmus Thomsen
8bb85ec039
libical: update to 3.0.4.
2018-12-27 02:11:32 -02:00
Rasmus Thomsen
282f980cf9
llvm: update to 7.0.1.
...
* version latest version too -> llvm7
Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
[ci skip]
2018-12-25 23:54:27 -02:00
maxice8
06b5f44b30
libplacebo: update to 1.7.0.
2018-12-25 13:55:10 -02:00
Jürgen Buchmüller
c6c02b07f1
log4cplus: update to 2.0.3
...
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-12-23 13:31:25 +01:00
Jürgen Buchmüller
2d8e221b43
kea: update to 1.5.0
...
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-12-22 14:46:29 +01:00
Rasmus Thomsen
b50e169432
vala: update to 0.42.4.
...
* move usr/share/vala to vala-devel
2018-12-21 19:57:14 -02:00
maxice8
8485a7fb1d
qimageblitz: remove
2018-12-21 13:47:48 -02:00
maxice8
dffb2798f1
libdbusmenu-qt: remove
2018-12-21 12:19:25 -02:00
maxice8
9251941c99
hooks/pre-pkg: prohibit /usr/doc, mention /usr/share/doc
2018-12-20 16:33:35 -02:00
Johannes
b84952bf5b
ffmpeg: add build option nvenc
2018-12-20 18:41:18 +01:00
Rasmus Thomsen
fb7c3e14cb
New package: gmime3-3.2.3
2018-12-19 23:42:16 -02:00
maxice8
6a12dfa698
poppler: update to 0.72.0.
2018-12-19 22:20:37 -02:00
Helmut Pozimski
83b956f437
aqbanking: update to 5.7.8. (soname bump)
2018-12-19 08:17:33 +01:00
Rasmus Thomsen
5afc6e99ca
New package: libidn2-2.0.5
2018-12-17 12:54:10 -02:00
Olga U
32ed47e6b7
shlibs: add libkdegames
2018-12-17 14:14:53 +01:00
Rasmus Thomsen
3484913106
gtk+3: update to 3.24.2.
...
* add build option for cloudproviders
2018-12-16 22:52:04 -02:00
maxice8
791cfefafb
New package: woff2-1.0.2.
2018-12-14 12:38:35 -02:00
Cameron Nemo
f3e8ab9355
New package: dqlite-0.2.5
2018-12-13 10:21:59 -08:00
maxice8
3f5059ae50
hooks/post-install: fix find for executable files, use GNU -executable
2018-12-13 10:14:44 -02:00
Cameron Nemo
d367fc7c8b
gpgme: split library into its own subpackage
2018-12-13 08:55:23 -02:00
maxice8
80c5550ce4
hooks/post-install: fix message and indentation on pkglint-devel-paths.
2018-12-12 23:08:56 -02:00
maxice8
de31bf8d1f
hooks/post-install: Add hook to warn when paths for -devel packages
...
should be added.
This hooks checks installed files of all packages that do not end
in -devel and warn when certain paths are found that should be in
the -devel package like:
- /usr/include
- /usr/lib/*.so
- /usr/lib/*.a
- /usr/[lib|share]/[pkg-config|cmake]
- /usr/share/vala
- /usr/share/gir-1.0
2018-12-12 23:07:05 -02:00
maxice8
5fbffed2dc
shlibs: add private muffin libraries for cinnamon
2018-12-12 09:03:48 -02:00
maxice8
1484016a92
New package: dav1d-0.1.0
2018-12-12 08:52:18 -02:00
maxice8
41f0043c66
libode: update to 0.16.
2018-12-11 14:21:08 -02:00
bra1nwave
3ec2b4f2b9
SoapySDR: update to 0.7.0.
2018-12-11 13:05:32 -02:00
maxice8
7bd2eaea34
hooks/pre-pkg: deal with packages that install to /etc but should use
...
/usr/lib
some packages install stuff to places like /etc/udev/rules.d and
/etc/modprobe.d.
That is wrong, they should use their equivalents in /usr/lib.
2018-12-10 20:16:25 -02:00
maxice8
c830164053
common/shlibs: update capnroto entries
2018-12-09 20:12:54 -02:00
maxice8
b9fc924dd0
fdk-aac: update to 2.0.0.
2018-12-09 11:07:40 -02:00
maxice8
07fe6e71c5
libplacebo: update to 0.6.0.
2018-12-09 05:16:41 -02:00
Piotr Wójcik
1bbbd55871
update-check: add gitlab.freedesktop.org
2018-12-08 19:54:15 +01:00
maxice8
d1a14f90be
hooks/pre-pkg: deal with packages using /etc/bash_completion.d
...
Detect when it is used and suggest
/usr/share/bash-completion/completions instead.
2018-12-07 12:30:20 +01:00
Jürgen Buchmüller
a2edcda867
clamav: update to 0.101.0
...
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-12-06 19:33:02 +01:00
Sami Pitkänen
cfc22c5865
chicken: update to 5.0.0
2018-12-05 09:20:32 -02:00
maxice8
6a1b3895e8
liblouis: update to 3.8.0.
2018-12-04 08:06:04 -02:00
Piotr Wójcik
7f7ff14e13
tesseract-ocr: update to 4.0.0.
...
Closes : #5380 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-12-04 10:19:10 +01:00
Jürgen Buchmüller
d30965d762
botan: update to 2.8.0
...
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-12-03 17:58:52 +01:00
mobinmob
2c47496efb
New package: tokyocabinet-1.4.48
2018-12-03 07:38:09 -02:00
SolitudeSF
34ccb76cd0
New package: CSFML-2.5
2018-12-03 06:32:10 -02:00
Linux-BSD
db35a1e9a1
Add variables to fix cross compiling rust for mips*
...
Closes : #5259 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-12-03 09:11:48 +01:00
Jürgen Buchmüller
0ef86da07c
common/shlibs: fix ois-1.5 entry
...
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-12-02 17:51:18 +01:00
Piotr Wójcik
fce76df60c
libmaa: update to 1.4.2.
2018-12-01 08:51:28 -02:00
maxice8
477bf82806
New package: libSavitar-3.6.0
2018-12-01 08:21:06 -02:00
John
fda82cdf38
MEGAsdk: update to 3.4.4.
2018-11-29 09:14:35 +01:00
John
ee4ce35a68
build-style/cmake: dehardcode gtk2 wxWdigets when cross compiling
2018-11-28 16:49:52 -02:00
Cameron Nemo
f618b35503
gutenprint: update to 5.3.1.
2018-11-27 00:25:15 -02:00
eater
32edac01a2
New package: gts-0.7.6
...
closes #2734
2018-11-26 21:20:55 -02:00
Cameron Nemo
e5ec7527e5
nss-mdns: update to 0.14.1.
...
closes #5003
2018-11-26 18:35:02 -02:00
bra1nwave
25a0117e91
New package: hamlib-3.3
...
closes #1326
2018-11-26 13:01:47 -02:00
Andy Weidenbaum
afdfdf9991
build_style=perl6-dist: add
2018-11-26 04:11:50 -02:00
maxice8
1e57f4e9dd
libwebsockets: update to 3.1.0.
2018-11-24 20:44:42 -02:00
Andrew Benson
3de4101276
New package: libpst-0.6.72
2018-11-24 09:09:10 +01:00
maxice8
df2b2c5e4d
common/shlibs: re-add libdri2.so.1 entry
2018-11-23 01:37:45 -02:00
maxice8
f90ce86924
New package: libump-git-20181122
2018-11-23 01:37:45 -02:00
Johannes
5f5a55c2bb
build-style/cargo.sh: export common variables to avoid static linking
2018-11-22 18:18:11 -02:00
maxice8
c8c63c3aba
varnish: update to 6.1.1.
2018-11-20 19:53:09 -02:00
maxice8
54ab284ce7
bind: update to 9.11.5.
2018-11-20 16:11:20 -02:00
maxice8
69d620ffe5
goffice0.8: remove
2018-11-20 13:02:02 -02:00
maxice8
b527e33675
libapp: remove
2018-11-20 13:01:55 -02:00
maxice8
8481502a33
sssd: update to 2.0.0.
2018-11-19 23:44:47 -02:00
maxice8
56b6e7b240
shutils/update_check.sh: be more strict with rubygem update checks
...
try to match the whole line from
href="/gems/${pkgname#ruby-}/versions/[VERSION NUMBERS]"
matching until the quote avoids problems like the travis gem that has
special versions like
1.8.10.travis.921.11
before it would match until 1.8.10., now it doesn't match.
2018-11-19 02:29:28 -02:00
maxice8
c646f89f87
build-style/gem.sh: ignore ~> operator
2018-11-19 02:29:28 -02:00
maxice8
6ce9a1636a
build-style/gemspec.sh: ignore ~> operator
2018-11-19 02:29:28 -02:00
Cameron Nemo
61065bcb1f
hooks/pre-pkg: safely pass arguments to printf
2018-11-18 20:30:04 +01:00
Sam Smoker
91544bdf7e
shaderc: update to 2018.0.
2018-11-18 17:12:45 -02:00
Simon Dickson
5811aa3280
nvidia: update to 410.78
2018-11-18 19:07:20 +01:00
maxice8
24191ee705
mtxclient: remove
2018-11-17 07:20:15 -02:00
John
dfde9e8787
kdevelop: update to 5.3.0.
2018-11-15 14:15:40 -02:00
maxice8
26dd361a3b
hunspell: update to 1.7.0.
...
[ci skip]
2018-11-14 23:20:51 -02:00
maxice8
916144fbb7
options.description: add description for vala build_option.
2018-11-14 00:21:41 -02:00
maxice8
476cf46ef1
libnftnl: update to 1.1.2.
2018-11-13 12:55:30 -02:00
Rasmus Thomsen
5fb045bbaf
libaccounts-glib: update to 1.24.
2018-11-12 20:02:58 -02:00
John
44cf608ae1
attica-qt5: update to 5.52.0.
2018-11-11 19:26:03 +01:00
Elie ROUDNINSKI
55f3dc9725
New package: fstrcmp-0.7.D001_1
2018-11-11 14:31:47 +01:00
maxice8
ea6e31201b
New package: libvoikko-4.2
2018-11-10 08:51:31 -02:00
Piotr Wójcik
e64aa6f323
calc: update to 2.12.7.1.
2018-11-09 11:46:37 +01:00
maxice8
b4eb4047f2
poppler: update to 0.71.0.
...
[ci skip]
2018-11-08 18:13:27 +01:00
maxice8
edc8f437c4
New package: libxmlb-0.1.3
2018-11-07 16:01:47 -02:00
maxice8
9cfab9f72c
tinyxml2: update to 7.0.0.
2018-11-06 20:40:18 -02:00
maxice8
9ead6eef92
update_check: add support for rubygems.org
2018-11-06 15:51:46 -02:00
Enno Boland
73ded0cf32
libressl: update to 2.8.0.
2018-11-03 20:37:57 +01:00
maxice8
e946d7cfa2
build-style/gemspec.sh: fix cross compilation
2018-11-03 15:38:33 -03:00
Simon Dickson
399c4b9504
nvidia: update to 410.73
2018-11-03 10:56:01 +01:00
Simon Dickson
464d7e7816
New package: nvidia390-390.87
2018-11-03 10:56:01 +01:00
John
b4f0e9d8c8
lldb: add liblldb.so.6 shlib
2018-11-02 19:48:15 +01:00
Johannes
3aa797cb3a
build-style cargo: move cargo config from wrksrc to home
...
since cargo 0.31.0 ${wrksrc}/.cargo/config is ignored for cargo install
fixes: https://github.com/void-linux/void-packages/issues/4328
2018-11-02 13:39:53 +01:00
Rasmus Thomsen
a8f008f21c
hook/do-extract: support extracting .crate files
2018-11-02 08:59:03 -03:00
Jürgen Buchmüller
7e0642f4ca
build-style: qmake.sh add missing QMAKE_LINK_C=$CC
2018-11-02 12:25:31 +01:00
maxice8
70dce3d920
build-style/gemspec.sh: guard against usage of find on man and etc
2018-11-02 07:41:49 -03:00
maxice8
a8bbc60f5b
build-style/gem.sh: guard usage of find on etc and man
2018-11-02 07:41:36 -03:00
maxice8
03ea181231
build_style: Add gemspec build_style
2018-11-02 07:15:08 -03:00
maxice8
49e11e1ca5
build_style: Add gem build_style
2018-11-02 07:15:08 -03:00
John
34c600aad1
kiwix-lib: update to 3.0.0.
2018-11-01 18:12:25 +01:00
John
61e8c1ea84
MEGAsdk: update to 3.4.3.
2018-11-01 18:03:52 +01:00
Jürgen Buchmüller
7193ed84a2
gcc: move libgna{rl,t}{,-8}.so to usr/lib
...
Also add common/shlibs entries for libgnarl-8.so and libgnat-8.so
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-10-31 12:12:13 +01:00
Helmut Pozimski
bf9bb9b86a
qalculate: update to 2.8.0. (soname bump)
2018-10-30 14:25:08 +01:00
maxice8
0a95f17200
shlibs: remove webkitgtk2 shlibs
...
was removed on 977f88d9e0
2018-10-28 15:57:17 -03:00
maxice8
8dbec3aae1
New package: mtxclient-0.2.0
2018-10-28 15:46:06 -03:00
Cameron Nemo
2948786ddb
New package: io.elementary.calendar-4.2.3
2018-10-28 14:46:26 -03:00
maxice8
51dab87e34
New package: fmt-5.2.1.
2018-10-28 13:26:42 -03:00
Piraty
233ae27783
hdf5: update to 1.10.4.
2018-10-27 23:03:45 +02:00
maxice8
4f9dbaf661
libupnp1.8: update to 1.8.4.
2018-10-27 09:31:17 -03:00
maxice8
c6c249348d
hooks/do-extract: support extracting .gem files with gem unpack.
2018-10-27 09:25:31 -03:00
maxice8
977f88d9e0
webkitgtk: remove.
2018-10-25 18:54:25 +02:00
maxice8
0abde7c069
icu: update to 63.1.
...
[ci skip]
2018-10-25 00:24:27 -03:00
Rasmus Thomsen
4daa2a41a3
New package: libmanette-0.2.1
2018-10-23 20:48:18 -03:00
Rasmus Thomsen
cecdf12347
New package: retro-gtk-0.16.0
2018-10-23 20:48:18 -03:00
Crestwave
21d9814fdc
New package: YACReader-9.5.0
2018-10-23 10:55:24 +02:00
maxice8
59231be38f
New package: libcotp-1.2.1
2018-10-21 21:23:49 -03:00
maxice8
c9e6693689
New package: libbaseencode-1.0.9
2018-10-21 21:23:49 -03:00
Johannes
9079eede15
net-snmp: update to 5.8.
2018-10-21 23:23:29 +02:00
Francisco Gómez García
464abb2352
ffmpeg: added libaom build option
2018-10-21 22:12:11 +02:00
maxice8
5459fb1ed3
New package: wlroots-0.1
2018-10-20 21:35:56 -03:00
Enno Boland
3106b0cd32
Merge pull request #3230 from Johnnynator/boost
...
boost: update to 1.68.0.
2018-10-20 00:00:24 +02:00
maxice8
02be8b9e6b
libva-glx: update to 2.3.0.
2018-10-19 13:11:41 -03:00
maxice8
a13077216e
libva: update to 2.3.0.
2018-10-19 12:44:50 -03:00
John Zimmermann
65547f05cc
boost: update to 1.68.0.
...
[ci skip]
2018-10-18 19:27:40 +02:00
maxice8
4099097381
libutf8proc: update to 2.2.0.
...
[ci skip]
2018-10-18 19:23:56 +02:00
bra1nwave
ff1c1cb18f
stlink: update to 1.5.1.
2018-10-18 19:14:35 +02:00
Cameron Nemo
4bba96eec0
New package: io.elementary.files-4.0
2018-10-18 13:43:04 -03:00
Cameron Nemo
e4391b7bc4
New package: io.elementary.music-5.0
2018-10-18 08:53:58 -03:00
Leah Neukirchen
74b418e264
common/shlibs: add libjabber.so.0.
2018-10-18 13:24:03 +02:00
Cameron Nemo
568ffc0a92
New package: io.elementary.code-3.0
2018-10-17 23:04:10 -03:00
maxice8
c714d13f37
setup/install.sh: support bzipped (.bz2) manpages
2018-10-17 11:28:58 -03:00
Johannes
acd2241ba4
build-style cargo: do not pull complete rustc for target
2018-10-16 00:23:41 +02:00
Rasmus Thomsen
0318d0385a
build-style/cargo.sh: add
2018-10-15 20:58:51 +02:00
Rasmus Thomsen
45030a9b15
build-profiles: set XBPS_RUST_TARGET
2018-10-15 08:20:10 +02:00
Rasmus Thomsen
9141df9698
cross-profiles: set XBPS_CROSS_RUST_FLAGS&XBPS_CROSS_RUST_TARGET
...
only added to platforms which support rust
2018-10-15 08:20:10 +02:00
Cameron Nemo
96390e8525
New package: switchboard-2.3.4
2018-10-11 10:02:59 +02:00
Johannes
ea91d55378
armadillo: update to 9.100.5.
...
remove entry from common/shlibs because nothing uses it
2018-10-10 21:32:41 +02:00
Daniel Lewan
1904a66c45
granite: update to 5.1.0.
2018-10-09 15:04:47 -03:00
maxice8
58d5cc4105
build-style/meson: enable b_ndebug and be explicit about paths used.
2018-10-09 10:36:32 -03:00
maxice8
c3a7872561
qtkeychain: remove.
...
This is surpassed by qtkeychain-qt5 and has no revdeps
[ci skip]
2018-10-08 11:47:16 +02:00
Alessio Sergi
b2b45f5619
Merge pull request #2481 from yopito/seafile.624.py3
...
Seafile client: update to 6.2.4, switch to python3
2018-10-07 18:24:25 +02:00
Rasmus Thomsen
51f98b342b
New package: libhandy-0.0.3
2018-10-06 09:00:20 -03:00
maxice8
a317f4d274
Revert "x265: update to 2.9."
...
This reverts commit aeef520a2b
.
2018-10-06 02:01:32 -03:00
maxice8
aeef520a2b
x265: update to 2.9.
2018-10-05 23:48:45 -03:00
maxice8
b552a5f05d
build-style/cmake.sh: set CMAKE_SYSTEM_PROCESSOR on cross-builds
2018-10-04 10:30:10 +02:00
Toyam Cox
1edc8846ca
xbps-src: Migrate from build_style for 32bit pkgs
...
This allows dxpb to have a simpler test for whether or not a 32bit
package will be built.
2018-10-04 10:28:27 +02:00
yopito
08dbfd97a4
ccnet: remove packages (embedded in seafile-libclient)
2018-10-03 22:41:13 +02:00
John
b11b90e1f7
proj: update to 5.2.0.
2018-10-03 20:54:58 +02:00
John Zimmermann
49d797dcd0
OpenXcom: rebuild against yaml-cpp-0.6.2_1
2018-10-03 20:15:07 +02:00
John Zimmermann
450d49aa29
MEGAsdk: update to 3.4.1.
2018-10-03 20:11:18 +02:00
Johannes
2a5cd3b725
openexr: update to 2.3.0.
2018-10-02 23:28:11 +02:00
Johannes
095c69d21f
ilmbase: update to 2.3.0.
2018-10-02 23:28:11 +02:00
maxice8
47f6ff12d2
telepathy-qt: remove.
...
No packages use it and there is a qt5 version on telepathy-qt5 which has
users.
[ci skip]
2018-10-02 11:38:49 +02:00
maxice8
ec98d890a7
qoauth: remove.
...
Was used as part of
kdeplasma-addons-4.14.3_3
which is already removed
[ci skip]
2018-10-02 11:38:24 +02:00
newbluemoon
de83d6fdb1
xbps-src/shutils/update-check.sh: accept RSS MIME type
...
This fixes update-check for sourceforge.net.
2018-10-02 11:34:16 +02:00
cr6git
eecf3e55a6
postgis: update to 2.5.0 & adopt package
...
* postgis: update to 2.5.0 & adopt package (resolves #3227 )
* geos: update to 3.7.0.
2018-10-02 10:29:00 +02:00
John Zimmermann
0a9a09eb20
kea: update to 1.4.0.P1.
2018-10-01 22:53:23 -03:00
maxice8
40ec652855
strigi: remove.
...
Is a supporting library for
kdegraphics-strigi-analyzer-4.14.3_1
kdelibs-4.14.3_10
both were removed some time ago and nothing depends on it
it has 1 commit in 2016 and the rest are 2013 and below
[ci skip]
2018-10-01 10:20:40 +02:00
mobinmob
1f78e9749e
New package: uriparser-0.8.6
2018-10-01 02:30:39 -03:00
mobinmob
8de725f187
New package: cpptest-1.1.2
2018-10-01 02:30:39 -03:00
maxice8
ea1b905d26
build-style/meson: enable Link-Time-Optimization by default.
2018-10-01 01:59:37 -03:00
maxice8
eb6d966ff5
hiredis: update to 0.14.0.
2018-09-30 19:03:30 -03:00
Cameron Nemo
a5db66637a
New package: fractal-3.30.0
2018-09-28 08:52:05 +02:00
maxice8
0982fea87c
fswatch: update to 1.13.0.
2018-09-27 23:09:53 -03:00
John Zimmermann
09436b7275
xxHash: add devel and library subpackages
2018-09-27 20:27:34 +02:00
Michael Aldridge
70be94e665
ceph: remove
2018-09-26 22:12:34 +02:00
maxice8
9c5274736c
New package: dleyna-server-0.6.0
2018-09-25 21:53:42 -03:00
maxice8
8847957381
New package: dleyna-renderer-0.6.0
2018-09-25 21:53:42 -03:00
maxice8
05a556a07f
New package: dleyna-core-0.6.0
2018-09-25 21:53:42 -03:00
John
0c683319f5
AppStream: enable qt5 bindings
2018-09-25 11:29:34 -03:00
maxice8
63b712ec2c
libosmocore: update to 0.12.1.
2018-09-24 05:06:22 -03:00
Enno Boland
39914e6b6f
gflags: use correct sonames in common/shlibs
2018-09-24 09:03:51 +02:00
Nicolas Porcel
054de5c6db
ocl-icd: add missing shlib
2018-09-22 16:02:15 -03:00
maxice8
00dcadcaae
facter: update to 3.12.0.
...
remove the shlib entry since nothing uses it and it updates on every
package update making it effectively useless
2018-09-22 11:54:07 -03:00
maxice8
65fe04df49
cJSON: update to 1.7.8.
...
100% tests passed, 0 tests failed out of 18
Total Test time (real) = 0.04 sec
2018-09-21 21:34:41 -03:00
Cameron Nemo
2a362ed649
New package: audit-2.8.4 ( closes #2832 )
2018-09-21 22:23:14 +02:00
maxice8
7b319c381a
shotwell: update to 0.30.0.
2018-09-21 16:43:10 -03:00
Kyle Nusbaum
422e3461fe
Fail go build when $go_import_path is not set
...
Closes : #2881 [via git-merge-pr]
2018-09-20 22:38:35 -07:00
maxice8
5933b1b8cb
krita: rebuild against libraw.so.19
...
[ci skip]
2018-09-20 19:50:28 -03:00
maxice8
542a7de871
nomacs: rebuild against libraw.so.19
2018-09-20 18:46:03 -03:00
maxice8
a5c800823d
libraw: update to 0.19.0.
2018-09-20 18:18:23 -03:00
maxice8
c5961e1390
ell: update to 0.10.
2018-09-20 16:19:28 -03:00
maxice8
8cffc36bcc
common/shlibs: remove shlibs from removed packages.
2018-09-20 13:40:46 +02:00
John
7d079353a9
akonadi: remove package
2018-09-20 01:12:32 -03:00
John
ca84c49532
tomahawk: remove qt4 version
2018-09-20 01:12:32 -03:00
John
f5ee759220
quazip: drop qt4 version
2018-09-20 01:12:32 -03:00
maxice8
4379725cce
libopenshot: update to 0.2.1.
2018-09-19 18:01:19 -03:00
Helmut Pozimski
146587c2b8
shlibs: remove libwx_gtk2u_webview-3.0.so.0 no longer provided by the wxWidgets package
2018-09-19 16:02:58 +02:00
maxice8
814361ccc6
New package: libopusenc-0.2
2018-09-19 00:51:21 -03:00
maxice8
2748e21418
build-style/go.sh: fix indent
2018-09-18 21:41:08 -03:00
Rasmus Thomsen
8a14a81172
vala: update to 0.42.1.
2018-09-17 23:08:58 -03:00
maxice8
b76c45ab31
glibc: update to 2.28.
...
Closes : #1605 [via git-merge-pr]
2018-09-16 18:38:27 +02:00
maxice8
194bad65a2
linux-driver-management: remove unused shlib entry and fix build
2018-09-16 13:34:11 -03:00
maxice8
8ddbfeffeb
common/shlibs: remove packages that do not exist anymore in srcpkgs/
2018-09-16 15:16:40 +02:00
maxice8
051868beca
common/shlibs: remove obsolete entries from kdelibs and marble.
2018-09-16 15:14:40 +02:00
Johannes
f937718a42
New package: ImageMagick6
2018-09-15 18:59:04 +02:00
Johannes
d92cdb4bda
ImageMagick: update to 7.0.8.11.
2018-09-15 18:59:04 +02:00
cr6git
e8850d8dd5
pulseeffects: update to 4.3.4. ( closes #2566 )
2018-09-15 09:36:43 +02:00
maxice8
9e513c58d8
gwenhywfar: update to 4.20.1.
2018-09-15 03:45:17 -03:00
John
b66870c16c
syndication: update to 5.50.0.
...
syndication is now part of kde-frameworks and therefore also following
the kde framework versioning, which results in a lower number than
before.
2018-09-15 08:02:23 +02:00
Alessio Sergi
08408ed943
common/environment/setup/python.sh: always expose py{2,3}_* vars
...
Their values are static now, so remove the tests.
2018-09-15 01:49:45 +02:00
maxice8
0aa9396c51
mbedtls: update to 2.13.1.
2018-09-14 13:54:35 -03:00
maxice8
70cb6b8098
mozjs60: fix linking against libmozjs-60
2018-09-14 08:43:31 -03:00
Helmut Pozimski
b8ef609f0b
gnucash: update to 3.2.
2018-09-14 09:24:48 +02:00
Alessio Sergi
e3a882ddea
common/options.description: keep desc_option_* sorted alphabetically
2018-09-13 20:09:57 +02:00
maxice8
cac8223fe4
duktape: update to 2.3.0.
2018-09-13 12:22:05 -03:00
maxice8
608f10ea59
build-style/meson: add nm to binaries and export LD, AR, CPPFLAGS and
...
LDFLAGS.
2018-09-12 21:24:31 -03:00
Rasmus Thomsen
7385626441
mutter: update to 3.30.0.
2018-09-12 10:50:41 -03:00
Rasmus Thomsen
3281ac5c85
New package: tepl-4.2.0
2018-09-12 07:42:14 -03:00
Leah Neukirchen
a7aa26c7fc
unbound: update to 1.8.0.
2018-09-11 13:18:01 +02:00
Jürgen Buchmüller
e9cbfacb5a
build style go.sh: split gocache for glibc/muslc
...
Closes : #2542
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-09-11 12:39:29 +02:00
Enno Boland
c937507e7a
Revert "gnome-shell: update to 3.30.0."
...
This reverts commit 780b827407
.
2018-09-10 22:57:47 +02:00
Helmut Pozimski
ee4e6ad061
02-script-wrapper.sh: add wx-config-gtk3 for the generic_wrapper
2018-09-10 14:43:09 +02:00
Helmut Pozimski
b72bd9a0be
New package: wxWidgets-gtk3-3.0.4
...
split common files with wxWidgets(-devel) in wxWidgets-common(-devel)
[skip ci]
2018-09-10 14:43:09 +02:00
Rasmus Thomsen
5dfcbd90b0
mutter: update to 3.30.0.
2018-09-10 07:29:57 -03:00
maxice8
d0562177a5
build-style/meson: define PKG_CONFIG for host usage.
...
PKG_CONFIG environment variable should point to the pkg-config executable
to be used to fetch dependencies that use 'native: true' (indicate to build
against host libraries not cross-compiled ones)
To meet those requirements we set an absolute path to the host
pkg-config since the relative path to pkg-config is taken by the
wrapper.
This currently requires a patch that is a milestone of meson-0.48 that
was generated by the issue:
https://github.com/mesonbuild/meson/issues/1736
2018-09-10 01:17:05 -03:00
Rasmus Thomsen
37f434ffc0
New package: gtksourceview4-4.0.2
2018-09-09 15:44:11 -03:00
maxice8
15c6bd1aa4
New package: libpsl-0.20.2
2018-09-09 06:22:25 -03:00
maxice8
bf0d45ebef
devhelp: update to 3.30.0.
2018-09-09 03:05:39 -03:00
maxice8
0c27fd4ae9
New package: amtk-5.0.0
2018-09-09 03:05:39 -03:00
maxice8
9846ea0b0e
pipewire: update to 0.2.3.
2018-09-08 20:49:18 -03:00
Rasmus Thomsen
ba5d3f403c
evolution: update to 3.30.0.
2018-09-08 19:44:22 -03:00
Rasmus Thomsen
d18e30bfac
New package: mozjs60-60.0.2
2018-09-08 12:08:37 -03:00
newbluemoon
435f99d4a7
common/build-style/perl-ModuleBuild.sh: use target perl includes
2018-09-08 07:10:55 -03:00