Commit graph

6740 commits

Author SHA1 Message Date
Juan RP 6996a8c9a7 agar: needs gettext-libs to build. 2011-07-02 15:51:33 +02:00
Juan RP dc3bf1d413 libcap: move lib to /lib, programs to /sbin, cleanups. 2011-07-02 15:26:54 +02:00
Juan RP 6513a02ee0 xbps-src: improve vmove(). 2011-07-02 13:33:06 +02:00
Juan RP a26dd06538 xbps-src: make targetdir in vmove() optional. 2011-07-02 12:11:01 +02:00
Juan RP 162d7fd0b5 xorg-server: added glproto rundep for -devel subpkg, use vmove et al. 2011-07-02 11:34:23 +02:00
Juan RP 6cb6110f4e xbps-src: improve vinstall(), add vmove() for subpkgs. 2011-07-02 11:33:59 +02:00
Juan RP ff312cd1be glib-devel: needs perl rundep for glib-mkenums. 2011-07-02 11:06:44 +02:00
Juan RP b05c560843 agar: needs perl and groff to build, use vmkdir(). 2011-07-02 11:01:20 +02:00
Juan RP f539a07d0a accountsservice: needs intltool to build. 2011-07-02 11:00:12 +02:00
Juan RP e9df0bedde os-prober: update to 1.47, use v{install,copy,mkdir}. 2011-07-02 10:52:05 +02:00
Juan RP 75d55258a5 xbps-src: added new funcs to install files into DESTDIR.
vcopy <files> <targetdir>
	Executes cp -a <files> ${DESTDIR}/<targetdir>

vinstall <file> <mode> <targetdir> <targetfile>
	4th argument is optional.
	Executed install -Dm<mode> <file> ${DESTDIR}/<targetdir>/<file>

vmkdir <dir> <mode>
	Executed install -dm<mode> ${DESTDIR}/<dir>
2011-07-02 10:49:22 +02:00
Juan RP cbdfc216de xbps-src: added XBPS_CCACHE option to xbps-src.conf.
If set /usr/lib/ccache/bin will be added to PATH as the first entry,
*only* for chroot.
2011-07-02 09:15:29 +02:00
Juan RP 5c55f940ae xbps-src: fix previous path for ccache. 2011-07-02 08:54:42 +02:00
Juan RP 1ebd495d9c xbps-src: redo PATH to use correct paths for xbps, and ccache. 2011-07-02 08:53:09 +02:00
str1ngs 64cae7bf75 liboil: upgrade 0.3.17 homepage/license 2011-07-01 23:14:34 -07:00
str1ngs fa30c43619 gnome-terminal: gsettings-desktop-schemas,coreutils build depend 2011-07-01 16:56:59 -07:00
str1ngs 0dd83995d9 damageproto: upgrade 1.2.1 homepage/license 2011-07-01 16:56:59 -07:00
str1ngs 8666249163 xbps-src: add HOME section to fetch_sites.sh 2011-07-01 16:56:59 -07:00
str1ngs 7b93336b6b libXCursor: upgrade to 1.1.12 2011-07-01 16:56:59 -07:00
Juan RP 85fcfb5973 perl-XML-SAX: avoid env(1) in INSTALL/REMOVE. 2011-07-01 21:44:35 +02:00
Juan RP f33efd6ea5 ca-certificates: avoid mktemp(1) in REMOVE, use full depends. 2011-07-01 21:36:27 +02:00
Juan RP 5d7873a5b2 xbps-src: massive rewrite of builddeps resolving code.
This speeds up the process of resolving builddeps with
XBPS_PREFER_BINPKG_DEPS enabled and disabled by ~15% aproximately.

This fixes also some bugs I've found while building a massive rebuild
of all packages with XBPS_PREFER_BINPKG_DEPS enabled.
2011-07-01 17:48:29 +02:00
Juan RP a09089a9b0 Remove compiz and friends, 0.9.x series are really broken. 2011-07-01 17:28:09 +02:00
Juan RP 6227b9f1f7 xbps-src: append /usr/local/{s,}bin to PATH in INSTALL/REMOVE scripts. 2011-07-01 16:15:59 +02:00
Juan RP d05d16ad3d xbps-trigger: add /usr/local/bin to PATH, for xbps-src chroot. 2011-07-01 15:22:10 +02:00
Juan RP 4356d9bd30 libnotify: needs gtk+3-devel to build. 2011-07-01 15:10:01 +02:00
Juan RP 5c48fba762 base-chroot: depend explicitly in -devel subpkgs. 2011-07-01 14:55:31 +02:00
Juan RP 54a29def1f libgudev: re-enable --enable-gudev. 2011-07-01 14:28:04 +02:00
Juan RP be22738368 bash: don't run depend in coreutils, it's unnecessary. 2011-07-01 13:43:12 +02:00
Juan RP e2b94826ab blueman: needs intltool to build. 2011-07-01 12:47:06 +02:00
Juan RP 3b0483a3c7 notify-python: clean up deps, patches from Arch to make it build. 2011-07-01 12:41:52 +02:00
Juan RP 05a66d1ab2 base-system: remove some unneeded depends, reorder. 2011-07-01 09:34:57 +02:00
Juan RP 98edb5e389 dash: create /bin/sh symlink at pre INSTALL, iff doesn't exist. 2011-07-01 09:27:51 +02:00
Juan RP 44f85a8a7f sudo: purge /etc/sudoers, check for /etc/sudoers.d before rmdir. 2011-07-01 09:04:06 +02:00
Juan RP ca8369eada xbps-src [chroot]: ignore busybox tar, xz, gzip and bunzip2 applets. 2011-07-01 01:43:19 +02:00
Juan RP cd8259aaa9 chroot-grep: arg, don't inherit run_depends from grep. 2011-07-01 01:16:07 +02:00
Juan RP d1e7757528 busybox: enable tar, b{,un}zip2, {un,}xz, diff, etc. 2011-07-01 01:00:18 +02:00
Juan RP 92740bd661 xbps-src [extract]: use decompress utils and pipe to tar(1). 2011-07-01 01:00:18 +02:00
Juan RP 5ce6e61930 chroot-grep: disable pcre properly, bumprev. 2011-07-01 01:00:18 +02:00
str1ngs 81e257bef1 swig: upgrade 2.0.4 license/readme 2011-06-30 15:30:43 -07:00
str1ngs a00964a4c7 Terminal: upgrade 0.4.7 license/homepage 2011-06-30 15:30:43 -07:00
Juan RP a48dc4c512 xbps-src [chroot]: try different shells for /bin/sh symlinks. 2011-07-01 00:29:11 +02:00
Juan RP 61b0c7ec7c kernel-snapshot: update to 3.0.0rc5. 2011-06-30 22:45:02 +02:00
Juan RP 44ff75e0d4 xbps-src: remove libhal shlib mappings. 2011-06-30 22:30:07 +02:00
Juan RP efaf4425a3 Remove hal and hal-info, they are obsolete. 2011-06-30 21:13:00 +02:00
str1ngs 31fd343fd1 gcalctool: upgrade to 6.0.2 which/flex build depend 2011-06-30 08:45:24 -07:00
str1ngs c9446ea0c9 git: upgrade to 1.7.6 2011-06-30 07:02:21 -07:00
str1ngs 09ec6a9fc3 mkfontscale: upgrade to 1.0.9, license and homepage 2011-06-30 06:34:48 -07:00
Juan RP 09370643f1 xbps-src: [install_pkg_from_repos] handle 2nd ENOENT. 2011-06-30 13:45:11 +02:00
Juan RP 8d21b447ca font-dec-misc: needs pkg-config and bdftopcfg to build. 2011-06-30 12:48:19 +02:00