[arch-commits] Commit in btrfs-progs/repos (10 files)
Sébastien Luttringer
seblu at archlinux.org
Fri Apr 3 01:21:25 UTC 2015
Date: Friday, April 3, 2015 @ 03:21:25
Author: seblu
Revision: 235358
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
btrfs-progs/repos/testing-i686/
btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 235357, btrfs-progs/trunk/PKGBUILD)
btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 235357, btrfs-progs/trunk/btrfs-progs.install)
btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 235357, btrfs-progs/trunk/initcpio-hook-btrfs)
btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 235357, btrfs-progs/trunk/initcpio-install-btrfs)
btrfs-progs/repos/testing-x86_64/
btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 235357, btrfs-progs/trunk/PKGBUILD)
btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 235357, btrfs-progs/trunk/btrfs-progs.install)
btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 235357, btrfs-progs/trunk/initcpio-hook-btrfs)
btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 235357, btrfs-progs/trunk/initcpio-install-btrfs)
---------------------------------------+
testing-i686/PKGBUILD | 49 ++++++++++++++++++++++++++++++++
testing-i686/btrfs-progs.install | 9 +++++
testing-i686/initcpio-hook-btrfs | 7 ++++
testing-i686/initcpio-install-btrfs | 17 +++++++++++
testing-x86_64/PKGBUILD | 49 ++++++++++++++++++++++++++++++++
testing-x86_64/btrfs-progs.install | 9 +++++
testing-x86_64/initcpio-hook-btrfs | 7 ++++
testing-x86_64/initcpio-install-btrfs | 17 +++++++++++
8 files changed, 164 insertions(+)
Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 235357, btrfs-progs/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2015-04-03 01:21:25 UTC (rev 235358)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=btrfs-progs
+pkgver=3.19.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+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/kdave/$pkgname.git#tag=v$pkgver"
+ 'initcpio-install-btrfs'
+ 'initcpio-hook-btrfs')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')
+
+build() {
+ cd $pkgname
+ ./autogen.sh
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd $pkgname
+ ./btrfs filesystem show
+}
+
+package() {
+ cd $pkgname
+ make prefix="$pkgdir"/usr install
+
+ # install mkinitcpio hooks
+ cd "$srcdir"
+ install -Dm644 initcpio-install-btrfs "$pkgdir/usr/lib/initcpio/install/btrfs"
+ install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:
Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 235357, btrfs-progs/trunk/btrfs-progs.install)
===================================================================
--- testing-i686/btrfs-progs.install (rev 0)
+++ testing-i686/btrfs-progs.install 2015-04-03 01:21:25 UTC (rev 235358)
@@ -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 235357, btrfs-progs/trunk/initcpio-hook-btrfs)
===================================================================
--- testing-i686/initcpio-hook-btrfs (rev 0)
+++ testing-i686/initcpio-hook-btrfs 2015-04-03 01:21:25 UTC (rev 235358)
@@ -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 235357, btrfs-progs/trunk/initcpio-install-btrfs)
===================================================================
--- testing-i686/initcpio-install-btrfs (rev 0)
+++ testing-i686/initcpio-install-btrfs 2015-04-03 01:21:25 UTC (rev 235358)
@@ -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 235357, btrfs-progs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-03 01:21:25 UTC (rev 235358)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+# Contributor: Tom Gundersen <teg at jklm.no>
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=btrfs-progs
+pkgver=3.19.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto')
+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/kdave/$pkgname.git#tag=v$pkgver"
+ 'initcpio-install-btrfs'
+ 'initcpio-hook-btrfs')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad')
+
+build() {
+ cd $pkgname
+ ./autogen.sh
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd $pkgname
+ ./btrfs filesystem show
+}
+
+package() {
+ cd $pkgname
+ make prefix="$pkgdir"/usr install
+
+ # install mkinitcpio hooks
+ cd "$srcdir"
+ install -Dm644 initcpio-install-btrfs "$pkgdir/usr/lib/initcpio/install/btrfs"
+ install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:
Copied: btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 235357, btrfs-progs/trunk/btrfs-progs.install)
===================================================================
--- testing-x86_64/btrfs-progs.install (rev 0)
+++ testing-x86_64/btrfs-progs.install 2015-04-03 01:21:25 UTC (rev 235358)
@@ -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 235357, btrfs-progs/trunk/initcpio-hook-btrfs)
===================================================================
--- testing-x86_64/initcpio-hook-btrfs (rev 0)
+++ testing-x86_64/initcpio-hook-btrfs 2015-04-03 01:21:25 UTC (rev 235358)
@@ -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 235357, btrfs-progs/trunk/initcpio-install-btrfs)
===================================================================
--- testing-x86_64/initcpio-install-btrfs (rev 0)
+++ testing-x86_64/initcpio-install-btrfs 2015-04-03 01:21:25 UTC (rev 235358)
@@ -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