diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2016-10-07 11:07:07 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2016-10-07 11:07:31 +1100 |
commit | 06ee060badedd5d4e9737a6bc1b54f38db36a95c (patch) | |
tree | 9fd264b135bb8144dac1e895b7f4d05385248526 /testdisk | |
parent | e0c20a10c743a27dd802ec1e63fe5b22af3eeed9 (diff) | |
download | contrib-06ee060badedd5d4e9737a6bc1b54f38db36a95c.tar.gz contrib-06ee060badedd5d4e9737a6bc1b54f38db36a95c.tar.xz |
testdisk: 6.14 -> 7.0
Diffstat (limited to 'testdisk')
-rw-r--r-- | testdisk/.footprint | 20 | ||||
-rw-r--r-- | testdisk/.md5sum | 2 | ||||
-rw-r--r-- | testdisk/Pkgfile | 10 |
3 files changed, 21 insertions, 11 deletions
diff --git a/testdisk/.footprint b/testdisk/.footprint index e43fe17f1..f3977f4b4 100644 --- a/testdisk/.footprint +++ b/testdisk/.footprint @@ -3,8 +3,18 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/fidentify -rwxr-xr-x root/root usr/bin/photorec -rwxr-xr-x root/root usr/bin/testdisk -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/fidentify.8.gz --rw-r--r-- root/root usr/man/man8/photorec.8.gz --rw-r--r-- root/root usr/man/man8/testdisk.8.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/qphotorec.png +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/qphotorec.svg +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/fidentify.8.gz +-rw-r--r-- root/root usr/share/man/man8/photorec.8.gz +-rw-r--r-- root/root usr/share/man/man8/qphotorec.8.gz +-rw-r--r-- root/root usr/share/man/man8/testdisk.8.gz diff --git a/testdisk/.md5sum b/testdisk/.md5sum index c42513cbd..f70dba888 100644 --- a/testdisk/.md5sum +++ b/testdisk/.md5sum @@ -1 +1 @@ -b1f0edabc9035e9ec9c8e0a95059ff3f testdisk-6.14.tar.bz2 +f0cfe4ca9dd35f2878b2704251665e9f testdisk-7.0.tar.bz2 diff --git a/testdisk/Pkgfile b/testdisk/Pkgfile index 39c23cc57..955e2754c 100644 --- a/testdisk/Pkgfile +++ b/testdisk/Pkgfile @@ -5,18 +5,18 @@ # Depends on: ntfs-3g libjpeg-turbo name=testdisk -version=6.14 +version=7.0 release=1 source=(http://www.cgsecurity.org/$name-$version.tar.bz2) build() { cd $name-$version - ./configure \ - --prefix=/usr \ - --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install - rm -r $PKG/usr/share + + rm -r $PKG/usr/share/doc + rm -r $PKG/usr/share/man/zh_CN } |