[arch-commits] Commit in mkinitcpio/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Thu Jun 30 17:36:51 UTC 2011


    Date: Thursday, June 30, 2011 @ 13:36:51
  Author: thomas
Revision: 129973

mkinitcpio: Release version 0.7

Dave Reisner (52):
      init: don't attempt modprobe if $MODULES is empty
      mkinitcpio.conf: s/raid/mdadm/
      mkinitcpio: deprecate install() in install hooks
      dmesg: remove install/hook
      functions: cleanup and refactor add_binary
      functions: refactor add_module
      functions: remove add_device
      functions: remove add_symlink2
      use bsdcpio to create images
      functions: refactor add_file
      functions: document hook API
      mkinitcpio.conf: note implicit support for lzop
      mkinitcpio: use simple PEs instead of externals
      mkinitcpio: allow specifying kernel ver as path to image
      lsinitcpio: new utility to dump contents of images
      Makefile: refactor and simplify
      mkinitcpio: bashify preset build loop
      use consistent vim modelines
      declare all variables in mkinitcpio
      mkinitcpio: refactor and bashify early path calculations
      declare SAVELIST, QUIET, SHOW_AUTOMODS as faux booleans
      mkinitcpio: remove cruft in getopts loop
      overhaul output, introducing color
      functions: refactor add_symlink
      functions: simplify parse_hook
      mkinitcpio: bashification, part 1/2
      mkinitcpio: bashification, part 2/2
      add -t option to specify alternate build directory
      install/keymap: refactor and bashify
      mkinitcpio: declare usage as a heredoc
      remove support for -m to add a startup message
      install/base: cleanup and simplify
      functions: remove get_module_name
      init: declare PATH, remove absolute paths
      init: remove unnecessary variable declarations
      mkinitcpio: allow overriding the compression method
      mkinitcpio: only show usage on request
      mkinitcpio.5: alphabetize options for easier nav
      README: update copyright year, add self as author
      mkinitcpio: catch errors in parse_hook
      add a PKGBUILD for easier testing from the repo
      mkinitcpio: allow absolute paths to preset files
      install/{sata,pata,scsi}: cleanup and simplify
      properly support $BASEDIR
      install/autodetect: refactor and simplify hook
      functions: support $BASEDIR in modprobe
      Makefile: the Makefile itself is a dep for the manpage
      functions: add missing 'command' before install
      functions: s/basedir/BASEDIR/
      functions: fix pathing issue with $BASEDIR
      install/base: use private API call to add config
      mkinitcpio: fix resolution issues with RTLD

Eric B?\195?\169langer (1):
      Added usbinput to default hooks (implements FS#19328)

Gerardo Exequiel Pozzi (3):
      Fix some install hooks due recent change in all_modules()
      Add missing /etc/bash_completion.d in Makefile
      Add asciidoc as makedepends in private PKGBUILD.

Sebastien Luttringer (6):
      Add bash completion to mkinitcpio
      Fix printing of bash usage when asking for a bad hook
      Print pretty message if no help is defined in hook
      Use error function instead of echo
      Add lsinitcpio bash completion
      Use _get_comp_words_by_ref in bash completion

Thomas B?\195?\164chler (7):
      Merge branch 'master' of https://github.com/seblu/arch-mkinitcpio into working
      Remove old '-m' option from bash completion.
      emove old '-a' option from bash completion and fix '-s' option.
      Merge branch 'working'
      Add .gitignore file
      install/keymap: fix installation ($buildroot -> $BUILDROOT)
      Release version 0.7

Modified:
  mkinitcpio/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-30 17:16:34 UTC (rev 129972)
+++ PKGBUILD	2011-06-30 17:36:51 UTC (rev 129973)
@@ -2,23 +2,24 @@
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 
 pkgname=mkinitcpio
-pkgver=0.6.15
+pkgver=0.7
 pkgrel=1
 pkgdesc="Modular initramfs image creation utility"
 arch=(any)
 url="http://www.archlinux.org/"
 license=('GPL')
-depends=('mkinitcpio-busybox>=1.16.1-2' 'module-init-tools' 'util-linux>=2.19' 'gen-init-cpio' 'coreutils'
+depends=('mkinitcpio-busybox>=1.16.1-2' 'module-init-tools' 'util-linux>=2.19' 'libarchive' 'coreutils'
          'bash' 'findutils' 'sed' 'grep' 'filesystem>=2009.01-2' 'udev>=171-2' 'file' 'gzip'
          'which')
 optdepends=('xz: Use lzma or xz compression for the initramfs image'
             'bzip2: Use bzip2 compression for the initramfs image'
+            'lzop: Use lzo compression for the initramfs image'
             'mkinitcpio-nfs-utils: Support for root filesystem on NFS')
 replaces=('mkinitrd' 'mkinitramfs' 'klibc' 'klibc-extras' 'klibc-kbd'
           'klibc-module-init-tools' 'klibc-udev')
 source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz)
 backup=(etc/mkinitcpio.conf)
-sha256sums=('b7218ae51018954b0f0ad7d327204759e0934d72ee6d8c8bd1ef4ecf742bacae')
+sha256sums=('e56eeb62083faa7fade6053870111ca586c0c69a4065670617d96e16c89ba415')
 
 package() {
   cd $srcdir/${pkgname}-${pkgver}




More information about the arch-commits mailing list