Commit graph

1425 commits

Author SHA1 Message Date
Juan RP 57dc040df6 xbps-src: create required dir for xbps-src.conf. 2014-12-22 11:28:52 +01:00
Juan RP 2e78e7fdcf xbps-src: create xbps.d/xbps.conf with our settings. 2014-12-22 11:24:58 +01:00
Juan RP fc052bad5b hooks: remove common/hooks/post-install/04-create-xbps-vpkg-files.sh.
It's unnecessary with xbps>=0.42.
2014-12-22 11:19:52 +01:00
Juan RP b77c7a6836 xbps-src: update for xbps-0.42 and bump required version. 2014-12-22 11:15:44 +01:00
onekk 028409522e New Package: libkipi and libkipi-devel 4.14.3 2014-12-21 16:05:22 +01:00
Juan RP 1ac0f4fe98 net-snmp: update to 5.7.3. 2014-12-21 11:54:14 +01:00
Juan RP 7591e97858 NetworkManager: update to 1.0.0. 2014-12-20 08:57:58 +01:00
pancake bcaf04fb47 New package: parrot 2014-12-19 11:04:42 +01:00
Juan RP 10454449cd hooks/script-wrapper: fix python-wrapper and update PATH. 2014-12-19 11:01:15 +01:00
Juan RP 9b3c55b8a3 hooks/script-wrapper: use XBPS_WRAPPERDIR. 2014-12-19 10:54:48 +01:00
Juan RP c1bb026071 libmusicbrainz5: update to 5.1.0 (soname bump). 2014-12-19 10:05:58 +01:00
Juan RP 85e8dd7b6e New package: speexdsp-1.2rc2 (required by some pkgs). 2014-12-16 13:04:27 +01:00
onekk aea288845c New Package: marble 4.14.3 and accompaining library 2014-12-16 12:32:04 +01:00
Juan RP c5dbedb04b ldc: update to 0.15.1. 2014-12-15 13:00:26 +01:00
Robert La Spina 9084967ef4 New package: libfcitx-qt5 2014-12-13 03:52:55 -08:00
Juan RP bf104ce0c4 xbps-src: no need to remove xbps main repo file; it's disabled already. 2014-12-13 10:01:33 +01:00
Juan RP 5929c2458a xbps-src: remove pkg statedir unless -C is set. 2014-12-13 09:42:11 +01:00
Logen Kain 5d803f4b34 New Package: liblastfm-1.0.9 2014-12-12 12:21:34 -06:00
Christian Neukirchen 09c1d7d1da do-extract/00-distfiles.sh: unzip -o to overwrite without asking. 2014-12-12 10:32:12 +01:00
Robert La Spina 31f26d4468 New package: fcitx 2014-12-12 09:25:45 +01:00
Juan RP 22855c054f qhull: register its shlibs (close #708) 2014-12-11 20:18:44 +01:00
Juan RP 9fbb4fcd42 libpgf: register its shlib. 2014-12-11 19:08:20 +01:00
grauehaare 4edbcab591 New package: espeak-1.48.04 2014-12-11 16:40:53 +01:00
Juan RP 6e13dcbaff xbps-src: introduce XBPS_STATEDIR to store state files, logs and others.
XBPS_STATEDIR is created in XBPS_BUILDDIR/.xbps-${sourcepkg}-${version}
and contains logs and state files for all phases, as well as wrappers.

We can now inspect the output from all hooks.
2014-12-11 11:02:22 +01:00
Juan RP fd3c0c336f wvstreams: merge uniconf subpkg.
- it's required by wvdial anyway.
- it was wrongly splitted with some missing parts in wvstreams.
2014-12-11 07:09:40 +01:00
Enno Boland 86a6dd650e New package: wvstreams-4.6.1 2014-12-11 02:41:11 +01:00
Juan RP 4a5d23fd3a New package: cgmanager-0.33. 2014-12-10 17:21:02 +01:00
onekk 0e16c7333d opencv fixed a typo in common/shlibs 2014-12-10 16:47:56 +01:00
onekk 494fd293a6 New package: opencv 2.4.10 and accompaining packages 2014-12-10 16:45:26 +01:00
Juan RP 28571c1c5e New package: libnih-1.0.3. 2014-12-10 16:36:55 +01:00
Juan RP dbe94cde64 New package: haveged-1.9.1. 2014-12-10 16:15:44 +01:00
Juan RP cc6b3134b8 hooks/pkglint: use xbps-query -Rs to check for shlib-requires in repos. 2014-12-10 09:32:28 +01:00
Juan RP a5193023b9 xbps-src: quote PATH while entering the chroot.
... otherwise if PATH contains whitespaces you could be fucked up.
2014-12-08 18:27:19 +01:00
equeim 91938ed961 New package: libtorrent-rasterbar 2014-12-07 22:35:33 +03:00
Juan RP f70364e9b2 New package: capstone-3.0. 2014-12-07 20:06:01 +01:00
Juan RP 782f331b10 xbps-src: repair running post-install hooks. 2014-12-06 18:10:08 +01:00
Juan RP 2a7a3209b8 xbps-src: make the 'pkg' target work after 'install'.
- Create state files in $wrksrc for $sourcepkg and $subpackages
to see if the phase needs to be re-run.
2014-12-06 13:45:49 +01:00
Juan RP be6533d7cc loudmouth: fix cross compilation; register its shlib. 2014-12-06 13:26:15 +01:00
Juan RP efc17d8c22 xbps-src: accept subpkgname as target pkg for the install target.
Close #686
2014-12-06 12:33:30 +01:00
Juan RP ef4fb8e0e2 libgksu: unbreak: add missing bdeps, fix cross build, remove gconf schemas.
Also register its soname into common/shlibs.
2014-12-04 06:55:14 +01:00
Juan RP 54356cfdf3 Revert "build_style/gnu-makefile: use our compiler/linker flags."
This reverts commit e5cc2819b4.

Revert this for now... Makefile writers don't seem to respect them.
2014-12-03 17:00:10 +01:00
Enno Boland 7d70ab2e08 libosmocore: update to 0.7.0. 2014-12-03 12:43:07 +01:00
Juan RP eedca4a854 New package: liboping-1.8.0. 2014-12-01 19:31:00 +01:00
Juan RP f917bf259a environment/setup: fix vmove with pkgs that use a var named "f". 2014-11-30 21:17:52 +01:00
Eivind Uggedal 1a3b512069 update_check.sh: support for kernels 2014-11-30 19:29:46 +00:00
Juan RP e5cc2819b4 build_style/gnu-makefile: use our compiler/linker flags. 2014-11-30 12:44:12 +01:00
Alessio Sergi 356561c5c7 poppler: update to 0.28.1 (soname bump) 2014-11-29 23:32:23 +01:00
Eivind Uggedal e56ad312f1 libucl: update to 0.6.1. 2014-11-29 20:13:15 +00:00
Enno Boland b7c7cc67fa xbps-src: update-check reports all newer versions one gnome sites. 2014-11-29 17:59:18 +01:00
Enno Boland 8b5b57a2f4 mutt-kz: update to 20141129; rebuild against notmuch-0.19. 2014-11-29 13:37:31 +01:00