[arch-commits] Commit in btrfs-progs/repos (10 files)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Fri Sep 6 21:45:41 UTC 2013
Date: Friday, September 6, 2013 @ 23:45:41
Author: bpiotrowski
Revision: 193931
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
btrfs-progs/repos/testing-i686/
btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 193930, btrfs-progs/trunk/PKGBUILD)
btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 193930, btrfs-progs/trunk/btrfs-progs.install)
btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 193930, btrfs-progs/trunk/initcpio-hook-btrfs)
btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 193930, btrfs-progs/trunk/initcpio-install-btrfs)
btrfs-progs/repos/testing-x86_64/
btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 193930, btrfs-progs/trunk/PKGBUILD)
btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 193930, btrfs-progs/trunk/btrfs-progs.install)
btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 193930, btrfs-progs/trunk/initcpio-hook-btrfs)
btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 193930, btrfs-progs/trunk/initcpio-install-btrfs)
---------------------------------------+
testing-i686/PKGBUILD | 47 ++++++++++++++++++++++++++++++++
testing-i686/btrfs-progs.install | 9 ++++++
testing-i686/initcpio-hook-btrfs | 7 ++++
testing-i686/initcpio-install-btrfs | 17 +++++++++++
testing-x86_64/PKGBUILD | 47 ++++++++++++++++++++++++++++++++
testing-x86_64/btrfs-progs.install | 9 ++++++
testing-x86_64/initcpio-hook-btrfs | 7 ++++
testing-x86_64/initcpio-install-btrfs | 17 +++++++++++
8 files changed, 160 insertions(+)
Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 193930, btrfs-progs/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-09-06 21:45:41 UTC (rev 193931)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=btrfs-progs
+pkgver=0.20rc1.2
+pkgrel=2
+pkgdesc="btrfs filesystem utilities"
+arch=(i686 x86_64)
+depends=('glibc' 'e2fsprogs' 'lzo2')
+makedepends=('git')
+url="http://btrfs.wiki.kernel.org/"
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=("git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git#commit=7854c8b667"
+ initcpio-install-btrfs
+ initcpio-hook-btrfs)
+install=btrfs-progs.install
+options=(!staticlibs)
+
+build() {
+ cd $pkgname
+ make CFLAGS="$CFLAGS"
+ make CFLAGS="$CFLAGS" btrfs-select-super
+}
+
+package() {
+ cd $pkgname
+
+ make prefix=$pkgdir/usr install
+ install -Dm755 btrfs-select-super $pkgdir/usr/bin
+
+ # fix manpage
+ mkdir -p $pkgdir/usr/share/
+ mv $pkgdir/usr/man $pkgdir/usr/share/man
+
+ # install mkinitcpio hooks
+ install -Dm644 "$srcdir/initcpio-install-btrfs" \
+ "$pkgdir/usr/lib/initcpio/install/btrfs"
+ install -Dm644 "$srcdir/initcpio-hook-btrfs" \
+ "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+}
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')
Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 193930, btrfs-progs/trunk/btrfs-progs.install)
===================================================================
--- testing-i686/btrfs-progs.install (rev 0)
+++ testing-i686/btrfs-progs.install 2013-09-06 21:45:41 UTC (rev 193931)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+ if [ "$(vercmp 0.19.20121005 "$2")" -eq 1 ]; then
+ echo "btrfs multi-device support now relies on linux 3.6 or later"
+ fi
+}
+
+# vim:set ts=2 sw=2 et:
Copied: btrfs-progs/repos/testing-i686/initcpio-hook-btrfs (from rev 193930, btrfs-progs/trunk/initcpio-hook-btrfs)
===================================================================
--- testing-i686/initcpio-hook-btrfs (rev 0)
+++ testing-i686/initcpio-hook-btrfs 2013-09-06 21:45:41 UTC (rev 193931)
@@ -0,0 +1,7 @@
+#!/usr/bin/ash
+
+run_hook() {
+ btrfs device scan
+}
+
+# vim: set ft=sh ts=4 sw=4 et:
Copied: btrfs-progs/repos/testing-i686/initcpio-install-btrfs (from rev 193930, btrfs-progs/trunk/initcpio-install-btrfs)
===================================================================
--- testing-i686/initcpio-install-btrfs (rev 0)
+++ testing-i686/initcpio-install-btrfs 2013-09-06 21:45:41 UTC (rev 193931)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+build() {
+ add_module btrfs
+ add_binary btrfs
+ add_binary btrfsck
+ add_runscript
+}
+
+help() {
+ cat <<HELPEOF
+This hook provides support for multi-device btrfs volumes. This hook
+is only needed for initramfs images which do not use udev.
+HELPEOF
+}
+
+# vim: set ft=sh ts=4 sw=4 et:
Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 193930, btrfs-progs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-06 21:45:41 UTC (rev 193931)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=btrfs-progs
+pkgver=0.20rc1.2
+pkgrel=2
+pkgdesc="btrfs filesystem utilities"
+arch=(i686 x86_64)
+depends=('glibc' 'e2fsprogs' 'lzo2')
+makedepends=('git')
+url="http://btrfs.wiki.kernel.org/"
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+source=("git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git#commit=7854c8b667"
+ initcpio-install-btrfs
+ initcpio-hook-btrfs)
+install=btrfs-progs.install
+options=(!staticlibs)
+
+build() {
+ cd $pkgname
+ make CFLAGS="$CFLAGS"
+ make CFLAGS="$CFLAGS" btrfs-select-super
+}
+
+package() {
+ cd $pkgname
+
+ make prefix=$pkgdir/usr install
+ install -Dm755 btrfs-select-super $pkgdir/usr/bin
+
+ # fix manpage
+ mkdir -p $pkgdir/usr/share/
+ mv $pkgdir/usr/man $pkgdir/usr/share/man
+
+ # install mkinitcpio hooks
+ install -Dm644 "$srcdir/initcpio-install-btrfs" \
+ "$pkgdir/usr/lib/initcpio/install/btrfs"
+ install -Dm644 "$srcdir/initcpio-hook-btrfs" \
+ "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+}
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')
Copied: btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 193930, btrfs-progs/trunk/btrfs-progs.install)
===================================================================
--- testing-x86_64/btrfs-progs.install (rev 0)
+++ testing-x86_64/btrfs-progs.install 2013-09-06 21:45:41 UTC (rev 193931)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+post_upgrade() {
+ if [ "$(vercmp 0.19.20121005 "$2")" -eq 1 ]; then
+ echo "btrfs multi-device support now relies on linux 3.6 or later"
+ fi
+}
+
+# vim:set ts=2 sw=2 et:
Copied: btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs (from rev 193930, btrfs-progs/trunk/initcpio-hook-btrfs)
===================================================================
--- testing-x86_64/initcpio-hook-btrfs (rev 0)
+++ testing-x86_64/initcpio-hook-btrfs 2013-09-06 21:45:41 UTC (rev 193931)
@@ -0,0 +1,7 @@
+#!/usr/bin/ash
+
+run_hook() {
+ btrfs device scan
+}
+
+# vim: set ft=sh ts=4 sw=4 et:
Copied: btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs (from rev 193930, btrfs-progs/trunk/initcpio-install-btrfs)
===================================================================
--- testing-x86_64/initcpio-install-btrfs (rev 0)
+++ testing-x86_64/initcpio-install-btrfs 2013-09-06 21:45:41 UTC (rev 193931)
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+build() {
+ add_module btrfs
+ add_binary btrfs
+ add_binary btrfsck
+ add_runscript
+}
+
+help() {
+ cat <<HELPEOF
+This hook provides support for multi-device btrfs volumes. This hook
+is only needed for initramfs images which do not use udev.
+HELPEOF
+}
+
+# vim: set ft=sh ts=4 sw=4 et:
More information about the arch-commits
mailing list