Juan RP
f446cf5b2b
xbps-triggers: update to 0.2.
...
Update gtk-pixbuf-loaders trigger for the new gdk-pixbuf package.
2010-10-23 17:49:36 +02:00
Juan RP
68198645d9
Added gdk-pixbuf-2.22.0 build template.
2010-10-23 17:48:31 +02:00
Juan RP
2b1c03f94f
Added talloc-2.0.1 build template.
2010-10-22 03:58:24 +02:00
Juan RP
b257ba41fc
xbps-src: do not overwrite PATH, just append it to the new one.
2010-10-21 17:21:23 +02:00
Juan RP
20093232cc
poppler: update to 0.14.0, bump abi_depends.
2010-06-09 15:50:25 +02:00
Juan RP
0c5f31342c
xbps-src: do not overwrite masterdir if -c not set and -m set.
2010-06-03 01:49:33 +02:00
Juan RP
f5bc858199
Added gtksourceview-2.10.3 build template.
2010-06-02 22:38:35 +02:00
Juan RP
0432cc3785
xbps-src: remove dup strip_files() in pkgtarget_funcs.sh.
2010-05-26 15:47:59 +02:00
Juan RP
c34e13336b
xbps-src: multiple changes to improve infrastructure.
...
- Remove buildvars_funcs.sh, its code has been moved into set_tmpl_common_vars().
- Move stripping code into its own file, and don't run it via fakeroot.
- Remove unnecesary reset_tmpl_vars() call in install_pkg().
- Misc changes.
2010-05-26 15:41:26 +02:00
Juan RP
f6b57540bd
xbps-src: fucking (un)set_build_vars() crap!
2010-05-21 01:06:22 +02:00
Juan RP
9408af3761
xbps-src: make BUILD_32BIT work for packages using C++.
2010-05-21 00:30:27 +02:00
Juan RP
127a8e42f7
xbps-src: make it possible to build bootstrap packages on x86_64 for 32bit,
...
by setting the envvar BUILD_32BIT.
So now you can build bootstrap pkgs for i686 on x86_64 like this:
1) install gcc-multilib and ncurses32.
2) env BUILD_32BIT=yes linux32 xbps-src bootstrap
2010-05-20 22:20:52 +02:00
Juan RP
c785787fdd
xbps-src: added 'clean' target to remove pkg build directory.
2010-05-20 04:05:35 +02:00
Juan RP
f00c51a6a3
xbps-src: support -m with 'checkvers' target.
2010-05-19 03:04:42 +02:00
Juan RP
b9d0db9470
xbps-src: added new 'checkvers' target to check for new versions from srcpkgs
...
against current installed packages.
2010-05-19 03:00:52 +02:00
Juan RP
c99f975f63
xbps-src: also check for xbps static utils.
2010-05-17 22:26:58 +02:00
Juan RP
73eb032904
xbps-src: check for required utilities in the host system.
2010-05-17 22:23:52 +02:00
Juan RP
66321f05e6
xbps-src: fix an error in the unstow case.
2010-05-17 22:21:19 +02:00
Juan RP
9e285b9608
xbps-src: improve multiple mount/umount chroot handling.
2010-05-17 12:09:44 +02:00
Juan RP
a0432bffa5
xbps-src: do not set CFLAGS/CXXFLAGS multiple times via build_vars.
2010-05-15 18:20:56 +02:00
Juan RP
ab3193c208
xbps-src: do not umount if <masterdir>/.xbps_chroot_working is there.
2010-05-15 17:28:18 +02:00
Juan RP
fecc9617dd
Pass XBPS_MASTERDIR to the xbps-src signal handler.
2010-05-14 15:25:07 +02:00
Juan RP
fe36d782ca
xbps_chroot_handler: do not umount, leave this to the signal handler of xbps-src.
2010-05-14 15:17:58 +02:00
Juan RP
a599311f15
xbps-src: always try to unmount via xbps-src-chroot-helper before exiting.
2010-05-14 14:48:55 +02:00
Juan RP
561783f002
fetch_funcs: print a message if using $nofetch.
2010-05-14 02:27:38 +02:00
Juan RP
816b0945a8
chroot.sh: mention that xbps-src.conf in the chroot is autogenerated.
2010-05-14 01:12:53 +02:00
Juan RP
148f1d5db5
xbps-src: reinstall xbps-src any time we are entering into the chroot.
2010-05-14 00:16:37 +02:00
Juan RP
ceefb18bff
xbps-src: multiple improvements to messages and phases.
...
- Prefix all messages with 'Package 'pkgname (version)': ..." to really
understand what's going on. Add more messages in some stages...
- Do not run pre/post_{configure,build,install} or do_{build,install} stages
if they were executed successfully in the past.
2010-05-14 00:07:47 +02:00
Juan RP
85f018289f
builddep_funcs: add extra space to the deps message.
2010-05-13 22:22:05 +02:00
Juan RP
8a9c6d1033
xbps-src: install required deps if necessary in the configure/build target.
2010-05-13 22:21:08 +02:00
Juan RP
d1791dad60
make-binpkg: pass correct vars as arguments to the signal handler.
2010-05-13 21:21:36 +02:00
Juan RP
ea1e29a43c
xbps-src: don't forget to clean up $wrksrc in the bootstrap target!
...
Thanks to pancake for finding the bug.
2010-05-13 20:43:08 +02:00
Juan RP
a4468b1fe8
pkgtarget_funcs: print a msg while installing the origin pkg.
2010-05-13 17:42:39 +02:00
Juan RP
fdd96d947b
buildvars: also (un)set CPPFLAGS and LDFLAGS in the chroot.
2010-05-13 17:42:07 +02:00
Juan RP
200a33e3c7
common_shlib_binpkg: add ntfs-3g new shlib.
2010-05-13 17:41:26 +02:00
Juan RP
65619596d0
stow_funcs: check for file and links before dirs while stowning in the chroot.
2010-05-13 15:28:17 +02:00
Juan RP
8f5898fa63
build_funcs: unset_build_vars before returning.
2010-05-13 15:27:41 +02:00
Juan RP
e675201990
Improve how build deps are processed, return on errors immediately.
2010-05-12 17:23:35 +02:00
Juan RP
a42db9b593
curl: update to 7.20.1, rename curl-{libs,devel} to libcurl{,-devel} respectively.
...
--HG--
rename : srcpkgs/curl/curl-devel.template => srcpkgs/curl/libcurl-devel.template
rename : srcpkgs/curl/curl-libs.template => srcpkgs/curl/libcurl.template
2010-05-12 07:27:58 +02:00
Juan RP
c57efc958f
install_pkg(): remove another return value test.
2010-05-12 02:16:31 +02:00
Juan RP
a785022b62
reset_tmpl_vars: add do_{build,install}.
2010-05-12 01:51:53 +02:00
Juan RP
8d383c1c83
builddep_funcs: skip some return values from install_pkg().
2010-05-11 23:39:37 +02:00
Juan RP
218482d3e9
gettext: update to 0.18.
2010-05-11 22:46:34 +02:00
Juan RP
622c398a66
build_vars: (un)set PKG_CONFIG also in the chroot.
2010-05-11 22:15:33 +02:00
Juan RP
d3047787ba
configure_funcs: unset build vars before return.
2010-05-11 22:10:51 +02:00
Juan RP
f964d9b8fb
install_dependencies_pkg(): install_pkg_deps() might return non 0, don't treat this as fatal.
2010-05-11 21:30:01 +02:00
Juan RP
84a4e9e377
{un,-}set_build_vars(): set PKG_CONFIG_LIBDIR.
2010-05-11 15:46:34 +02:00
Juan RP
037b066e92
xbps-src: required XBPS utils >= 20100511, hardcode fakeroot path.
2010-05-11 15:03:36 +02:00
Juan RP
8620b39842
Added libelf-0.8.13 build template.
2010-05-10 12:50:57 +02:00
Juan RP
caf9d4ac62
install_pkg_deps() may return 1 sometimes, do not treat it as fatal error.
2010-05-10 12:18:41 +02:00