Commit Graph

361 Commits

Author SHA1 Message Date
Juan RP e643f8dcee xbps-src: gawk is required by glibc, so detect it. 2010-12-23 20:48:04 +01:00
Juan RP 81cad50a1e xbps-src: do not return error if $wrksrc doesn't exist in the 'clean' target. 2010-12-23 20:39:54 +01:00
Juan RP c7aac27ded xbps-src: do a fake extraction if $distfiles not set too, as before. 2010-12-23 17:59:19 +01:00
Juan RP ce79a6fe48 Added virtualbox-4.0.0 build template (with DKMS support!). 2010-12-23 14:41:13 +01:00
Juan RP ae3c15cb59 xbps-src: added a new var for templates "dkms_modules".
It will be used by packages that will install DKMS modules.
2010-12-23 14:29:38 +01:00
Juan RP 6183d49629 xbps-src: remove_pkg(): remove subpkg stat files in $wrksrc if found. 2010-12-23 13:14:18 +01:00
Juan RP f9135c92c8 xbps-src: if $noextract is set, also try to run the "do_extract" function if available. 2010-12-23 02:13:40 +01:00
Juan RP 2d32c8fd9e xbps-src: make some targets work by specifying its pkgname.
There are now two ways to use the following targets:

build, build-pkg, clean, configure, extract, fetch, info, install,
install-destdir, remove, stow, unstow.

1) The known way: 'cd srcpkgs/foo && xbps-src <target>"
2) The new way: 'xbps-src <target> foo'.
2010-12-21 18:45:39 +01:00
Juan RP b5e94efcfb xbps-src: enable XBPS_USE_CAPABILITIES and XBPS_COMPRESS_LEVEL=9 by default in the conf file. 2010-12-21 12:38:57 +01:00
Juan RP 4616674b86 xbps-src: find out the correct path for XBPS_DISTRIBUTIONDIR in the build process.
--HG--
rename : xbps-src/etc/xbps-src.conf => xbps-src/etc/xbps-src.conf.in
2010-12-21 12:33:46 +01:00
Juan RP 543fe35787 xbps-src: improve some messages in fetch phase. 2010-12-20 07:06:48 +01:00
Juan RP 3da3783333 xbps-src: improve msg_* funcs and update all callers. 2010-12-20 00:22:12 +01:00
Juan RP c9f5c7a344 Added libmodplug-0.8.8 build template. 2010-12-19 11:30:08 +01:00
Juan RP 08d47bc8b1 xbps-src: improve run_func and always make a log in $wrksrc.
Also when or after the pkg is installed to destdir/stowned, and there was
any error, always remove the files that were installed into destdir.

With these changes there's no need to return any value in the do_foo()
functions because they are caught automatically. Also any function is now
logged into its own file to always log what happens.
2010-12-18 22:38:21 +01:00
Juan RP 82d298b6ca xbps-src: clean up /tmp when entering to the chroot. 2010-12-18 14:33:30 +01:00
Juan RP cf0c6771a6 mapping_shlib_binpkg: add SDL_net shlib. 2010-12-18 13:42:48 +01:00
Juan RP 4f2edb4c45 xbps-src: verify_rundeps: if package has missing deps, return error. 2010-12-16 22:42:54 +01:00
Juan RP 5400f458f6 Added vala-0.10.1 build template. 2010-12-16 17:10:17 +01:00
Juan RP a4330337e4 xbps-src: cd to $MASTERDIR when executing the signal handler. 2010-12-16 00:27:42 +01:00
Juan RP 1c8e866f9d xbps-src: quote properly some vars in the strip/verifyrdeps code. 2010-12-14 18:16:53 +01:00
Juan RP f2bd4e603b xbps-src: handle files with spaces and other characters. 2010-12-14 16:34:05 +01:00
Juan RP e647d8dcee Added wavpack-4.60.1 build template. 2010-12-14 00:56:02 +01:00
Juan RP dbbfd4b795 Added enca-1.13 build template. 2010-12-14 00:33:54 +01:00
Juan RP 677dc32589 Added recode-3.6 build template. 2010-12-14 00:26:36 +01:00
Juan RP decc932c12 jasper: add libjasper subpkg, bumprev. 2010-12-14 00:07:05 +01:00
Juan RP 718b0c69b8 Added samba-3.5.6 build template. 2010-12-13 23:41:22 +01:00
Juan RP e506c3099c Added libmms-0.6 build template. 2010-12-13 22:31:24 +01:00
Juan RP cd8945b2df libsamplerate: fix checksum, add soname. 2010-12-13 22:25:34 +01:00
Juan RP f57c2a542d mapping_shlib_binpkg: fix libparted soname. 2010-12-13 02:50:52 +01:00
Juan RP fbdbcad15f db: move shared libs into libdb subpkg, move /usr/share/doc into -docs subpkg. 2010-12-11 02:27:33 +01:00
Juan RP ef9cfa20bf strip_files: skip this pass completely if $noarch is set. 2010-12-11 01:53:14 +01:00
Juan RP eaf3247352 builddep_funcs: if there are no build deps, do not print a wrong message. 2010-12-11 01:46:55 +01:00
Juan RP e96fc4bf11 pcre: update to 8.11, added libpcre subpkg. 2010-12-11 01:22:05 +01:00
Juan RP 4b71f4195b xbps-src-doinst-helper: if 'make install' fails print the log file and inform the user. 2010-12-11 00:48:32 +01:00
Juan RP 43ecc9f661 xbps-src-chroot-capumount: fix error message. 2010-12-11 00:47:39 +01:00
Juan RP 408373cb17 binutils: update to 2.21. 2010-12-10 16:12:36 +01:00
Juan RP 38a0a4eb53 xbps-src: add openrc_services trigger before system_users.
Packages that use both will try to remove the system user when the openrc services
are launched, so they report "user still logged in" errors.

While being here remove unnecessary empty lines in the generated scripts.
2010-12-07 17:51:17 +01:00
Juan RP 919b60c0b5 helpers/python-module: added a do_build() that runs setup.py build. 2010-11-27 22:32:13 +01:00
Juan RP 633a86162f Added atkmm-2.22.1 build template. 2010-11-27 16:36:04 +01:00
Juan RP 06cc6a0230 pulseaudio: update to 0.9.22. 2010-11-26 10:27:03 +01:00
Juan RP 4749310585 Added gupnp-0.14.0 build template. 2010-11-23 00:26:15 +01:00
Juan RP 43538beb7c Added gssdp-0.9.0 build template. 2010-11-23 00:14:06 +01:00
Juan RP a71ba2eeb1 Added tdb-1.2.2 build template. 2010-11-21 16:44:55 +01:00
Juan RP 8b33ba4701 Added gst-plugins-bad-0.10.20 build template. 2010-11-20 18:54:45 +01:00
Juan RP 558ad76280 Added glade3-3.6.7 build template. 2010-11-20 16:10:56 +01:00
Juan RP 4830e9a19c Added totem-pl-parser-2.32.0 build template. 2010-11-20 03:31:31 +01:00
Juan RP 6af02373e0 Added gmime-2.4.19 build template. 2010-11-20 02:54:02 +01:00
Juan RP 9e7c87f789 Added orc-0.4.11 build template. 2010-11-20 01:31:20 +01:00
Juan RP ea8d667378 gnome-media: build with pulseaudio support, bumprev. 2010-11-20 00:17:11 +01:00
Juan RP ffde65e31f Added pulseaudio-0.9.21 build template. 2010-11-20 00:10:49 +01:00