Commit graph

5 commits

Author SHA1 Message Date
Juan RP
85cc462e1d Major infrastructure changes, part 2.
* Moved helpers, common and triggers dirs into xbps-src, where
  they belong.
* Renamed the templates dir to srcpkgs, it was so redundant before.
* Make it possible to add subpkgs with no restriction in names, for
  example udev now has a subpkgs called "libgudev". Previously
  subpkgs were named "${sourcepkg}-${pkgname}".
* xbps-src: changed to look for template files in current directory.
  That means that most arguments from the targets have been removed.
* xbps-src: added a reinstall target, to remove + install.
* xbps-src: do not overwrite binpkgs by default, skip them.

And more that I forgot because it's a mega-commit that I've been
working for some days already...

--HG--
extra : convert_revision : 0f466878584d1e6895d2a234f07ea1b2d1e61b3e
2009-11-22 08:31:44 +01:00
Juan RP
6af47b83fb OpenRC: merge some local changes.
* Move all patches to xbps-changes.diff.
* Provide /etc/conf.d/locale and set "en_US" by default.
* Move rc.conf to /etc/default/rc.conf. Set unicode, rc_shell
  and rc_logger by default.
* Explain in keymaps that keyboard layout must also be specified,
  like "qwerty/es"; otherwise lodkeys will fail to use the correct
  keymap if there exists duplicate keymaps with the same name.

Bump revision.

--HG--
extra : convert_revision : 0b99d27c67cb0d7d055e769bb9a0c6b640adfe87
2009-10-10 08:39:39 +02:00
Juan RP
0161d3bfd9 OpenRC: some fixes for locale service and inittab.
- Fix the locale service when $LOCALE is not, default to "en_US".
- Use again ttyX in inittab now the devices are created by udev.

Bump revision.

--HG--
extra : convert_revision : e7503768b9fca65d90925962cfae13a555b94375
2009-10-04 19:30:06 +02:00
Juan RP
27286b694b OpenRC: always set the UTF-8 variant for the locale.
--HG--
extra : convert_revision : 0f0ff2481fb5797a0e7759854ec3efd0a184f6fd
2009-05-07 16:34:50 +00:00
Juan RP
38567c4b37 OpenRC: add a locale service to set system locale.
--HG--
extra : convert_revision : c218ac3f09ddf1be616bf208d4438364a5eaef73
2009-05-07 16:09:01 +00:00