[arch-commits] Commit in extundelete/repos (4 files)

Felix Yan felixonmars at archlinux.org
Tue Jul 7 15:18:19 UTC 2020


    Date: Tuesday, July 7, 2020 @ 15:18:19
  Author: felixonmars
Revision: 658889

archrelease: copy trunk to community-staging-x86_64

Added:
  extundelete/repos/community-staging-x86_64/
  extundelete/repos/community-staging-x86_64/PKGBUILD
    (from rev 658888, extundelete/trunk/PKGBUILD)
  extundelete/repos/community-staging-x86_64/extundelete-e2fsprogs-1.44.1.patch
    (from rev 658888, extundelete/trunk/extundelete-e2fsprogs-1.44.1.patch)
  extundelete/repos/community-staging-x86_64/extundelete.changelog
    (from rev 658888, extundelete/trunk/extundelete.changelog)

------------------------------------+
 PKGBUILD                           |   34 ++++++++++++++++++++++++++++++++++
 extundelete-e2fsprogs-1.44.1.patch |   12 ++++++++++++
 extundelete.changelog              |   12 ++++++++++++
 3 files changed, 58 insertions(+)

Copied: extundelete/repos/community-staging-x86_64/PKGBUILD (from rev 658888, extundelete/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-07-07 15:18:19 UTC (rev 658889)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: snuo
+
+pkgname=extundelete
+pkgver=0.2.4
+pkgrel=5
+pkgdesc="Utility for recovering deleted files from ext2, ext3 or ext4 partitions by parsing the journal"
+arch=('x86_64')
+url="http://extundelete.sourceforge.net"
+license=('GPL')
+depends=('e2fsprogs')
+changelog=$pkgname.changelog
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
+        extundelete-e2fsprogs-1.44.1.patch)
+sha256sums=('a1f9dd61247056d36401ce5d6785e74d08a184340eebd3865c345ddaa93f19f4'
+            '944a1dc5a0697334fa27eabc198a6b230740199a01d3a942c01570edb996426f')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../extundelete-e2fsprogs-1.44.1.patch # Fix build with e2fsprogs 1.44.1
+}
+
+build() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  make DESTDIR=${pkgdir} install
+}

Copied: extundelete/repos/community-staging-x86_64/extundelete-e2fsprogs-1.44.1.patch (from rev 658888, extundelete/trunk/extundelete-e2fsprogs-1.44.1.patch)
===================================================================
--- community-staging-x86_64/extundelete-e2fsprogs-1.44.1.patch	                        (rev 0)
+++ community-staging-x86_64/extundelete-e2fsprogs-1.44.1.patch	2020-07-07 15:18:19 UTC (rev 658889)
@@ -0,0 +1,12 @@
+diff -ru extundelete-0.2.4.orig/src/insertionops.cc extundelete-0.2.4/src/insertionops.cc
+--- extundelete-0.2.4.orig/src/insertionops.cc	2018-06-04 22:19:22.460051515 +0000
++++ extundelete-0.2.4/src/insertionops.cc	2018-06-04 22:19:49.256717673 +0000
+@@ -33,7 +33,7 @@
+   os << "File flags: " << inode.i_flags << std::endl;
+   os << "File version (for NFS): " << inode.i_generation << std::endl;
+   os << "File ACL: " << inode.i_file_acl << std::endl;
+-  os << "Directory ACL: " << inode.i_dir_acl << std::endl;
++  os << "Directory ACL: " << inode.i_size_high << std::endl;
+   os << "Fragment address: " << inode.i_faddr << std::endl;
+   os << "Direct blocks: ";
+   for (int n = 0; n < EXT2_NDIR_BLOCKS; n++)

Copied: extundelete/repos/community-staging-x86_64/extundelete.changelog (from rev 658888, extundelete/trunk/extundelete.changelog)
===================================================================
--- community-staging-x86_64/extundelete.changelog	                        (rev 0)
+++ community-staging-x86_64/extundelete.changelog	2020-07-07 15:18:19 UTC (rev 658889)
@@ -0,0 +1,12 @@
+2013-01-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* extundelete 0.2.4-1
+
+2013-01-05 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* extundelete 0.2.1-1
+
+2012-02-26 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* extundelete 0.2.0-2 package signed
+
+2010-07-04 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Package moved to [community] from AUR - 83 votes
+	* Version 0.2.0-1



More information about the arch-commits mailing list