Commit graph

15 commits

Author SHA1 Message Date
Juan RP
2c53035fb7 Added support for extended pkgdep version matching.
xbps from launchpad head branch has gained support for extended
pkg version matching, as specified in:

https://blueprints.launchpad.net/xbps/+spec/improved-version-matching

Now it's required to specify the operator(s) for required versions
in the depends files and "Add_dependency" option in build templates.

xbps-src now requires xbps utils 20091107.

--HG--
extra : convert_revision : fc09fa707483a75e0b6f68445721fc1a9166cdad
2009-11-07 05:01:00 +01:00
Juan RP
1ebe5e6b5e Mega-commit removing deps in xbps-base-chroot.
xbps-src:
  * ALWAYS use the static bins, to avoid breakage in the chroot.
  * Remove XBPS_FETCH_CMD. Use xbps-fetch (static) now that it's
    useful to download all distfiles in xbps-base-system.
  * Use busybox in the chroot and create links in /usr/local/bin
    at creation time. This helps to remove many packages that
    had problems with host/target libs (acl, attr, libarchive, etc).

build templates:
  * Add explicit gettext and texinfo build dependencies in all
    packages that need them, because they aren't built anymore
    by xbps-base-chroot.
  * Fixed some packages using build_style=gnu_makefile, that were
    broken because pre/post_configure() is not executed for a while,
    they should use pre/post_build() instead.

--HG--
extra : convert_revision : 0eaaf4917fd824710d0895e0c984bbc236b0cdf8
2009-10-30 22:14:09 +01:00
Juan RP
be70ec7ecf glib: update to 2.22.2.
--HG--
extra : convert_revision : cacc97e75a40f06b50817801853a22956bea28ad
2009-10-08 20:58:03 +02:00
Juan RP
8b5638ba1f glib: update to 2.22.0.
--HG--
extra : convert_revision : babd7adc5de6017d4be1c2fb313a4896c416302e
2009-09-24 22:06:47 +02:00
Juan RP
eb362a4452 glib: update to 2.20.5.
--HG--
extra : convert_revision : f3d29950dcd8b56b9bc6f6563dae6afd3e09d26c
2009-08-30 00:19:44 +02:00
Juan RP
6cabadf327 glib: update to 2.20.4.
--HG--
extra : convert_revision : d5c29b3a57e2e0515908bd6b1b6ad24ca741ac72
2009-08-10 18:06:21 +02:00
Juan RP
dd6b45c322 Set sourcepkg to pkgname through run_template().
This removes the need for having to specify sourcepkg manually in
every package that will build subpkgs.

--HG--
extra : convert_revision : 383e4c467e84844d2f4f61ae5c5e07a5124e9cfb
2009-07-29 22:44:30 +02:00
Juan RP
3356955bdb glib: update to 2.20.3.
--HG--
extra : convert_revision : fd27d5a94b4830e545c28feb047684c812b3e931
2009-06-06 01:31:42 +02:00
Juan RP
246b180038 glib: update to 2.20.2.
--HG--
extra : convert_revision : 9c9159fc2db328ad71bdc169c8b435342aacef70
2009-05-18 18:05:33 +02:00
Juan RP
1b7ba309d0 glib: update to 2.20.1.
--HG--
extra : convert_revision : 07fdb656e5cd706f4dedbc089517bf86b76c4f03
2009-04-16 17:24:13 +02:00
Juan RP
c13ce36148 glib: update to 2.20.0.
--HG--
extra : convert_revision : 9e9c061097c60b7bccf0372d784a474558f14a4b
2009-03-20 06:26:35 +01:00
Juan RP
3667f039f2 Install all packages via DESTDIR var and not prefix.
This removes many assignments that were needed before, and fixes
some packages to install its manpage/info files.

--HG--
extra : convert_revision : 5422f921ef81d089ed95ce0c52e5106ea10b2165
2009-03-18 10:02:43 +01:00
Juan RP
84222395b8 Provide some vars for use in template's targets.
These new vars are DESTDIR (by default XBPS_DESTDIR/pkgname-version),
SRCPKGDESTDIR (XBPS_DESTDIR/sourcepkg-version) and FILESDIR
(XBPS_TEMPLATESDIR/pkgname/files).

This simplifies packages that used them.

--HG--
extra : convert_revision : 287ea7128cb5df19870ca7aff0a3b8f99a11d63a
2009-03-11 06:31:56 +01:00
Juan RP
1c83b76888 glib, irssi, pcre: converted to subpkgs.
--HG--
extra : convert_revision : c3e0384ca9fb987a7e1b5ce93d40855dfcfbaa0e
2009-02-25 17:55:24 +01:00
Juan RP
fa2748d9b2 Reorganize the templates directory for possible future changes.
Now every template uses its own directory. Patches, prepost* files
and other related stuff are stored there.

--HG--
extra : convert_revision : bbc529ef161d9a59fe13a1d54ac058f77ea05845
2009-02-03 21:35:57 +01:00