Merge pull request #5785 from suvari/master

testdisk, photorec, qphotorec new packages..
This commit is contained in:
Kamil ATLI
2018-10-03 19:16:00 +03:00
committed by GitHub
11 changed files with 170809 additions and 170427 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def setup():
autotools.autoreconf("-vif")
autotools.configure("--prefix=/usr \
--without-ewf \
--enable-sudo")
def build():
autotools.make()
def install():
autotools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING")
@@ -0,0 +1,11 @@
[Desktop Entry]
Name=PhotoRec
Name[zh_CN]=PhotoRec数据恢复软件
GenericName=Photo recovery software
GenericName[tr]=Resim kurtarma programı
Comment[zh_CN]=用于恢复磁盘里损坏或丢失的数据文件
Exec=lxterminal --title="PhotoRec" --geometry=80x26 -e photorec
Icon=photorec_logo
Type=Application
Categories=System;
StartupNotify=true
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -0,0 +1,11 @@
[Desktop Entry]
Name=TestDisk
Name[zh_CN]=TestDisk磁盘修复工具
GenericName=Data recovery software
GenericName[tr]=Veri kurtarma programı
Exec=lxterminal --title="TestDisk" --geometry=80x26 -e testdisk
Comment[zh_CN]=可以修复由于软件缺陷或某些病毒导致的分区丢失或分区表丢失导致磁盘无法启动的问题。
Icon=testdisk_logo
Type=Application
Categories=System;
StartupNotify=true
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

+92
View File
@@ -0,0 +1,92 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>testdisk</Name>
<Homepage>http://www.cgsecurity.org/index.html?testdisk.html</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Powerful free data recovery software</Summary>
<Description>TestDisk is a multi-platform tool to check and undelete partitions; supports reiserfs, ntfs, fat32, ext2/3 and many others. Also includes PhotoRec to recover pictures from digital camera memory.</Description>
<Archive sha1sum="6f1c97aef11dd855bf9985bf5bcfd54c1bb39e95" type="tarbz2">https://www.cgsecurity.org/testdisk-7.1-WIP.tar.bz2</Archive>
<BuildDependencies>
<Dependency>sudo</Dependency>
<Dependency>ntfsprogs</Dependency>
<Dependency>python-qt5</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>ncurses-devel</Dependency>
<Dependency>reiserfsprogs</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>testdisk</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>ntfs-3g</Dependency>
<Dependency>ncurses</Dependency>
<Dependency>ntfsprogs</Dependency>
<Dependency>libjpeg-turbo</Dependency>
<Dependency>libutil-linux</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin/testdisk</Path>
<Path fileType="executable">/usr/bin/fidentify</Path>
<Path fileType="man">/usr/share/man/man8/testdisk.8</Path>
<Path fileType="man">/usr/share/man/man8/fidentify.8</Path>
<Path fileType="data">/usr/share/pixmaps/testdisk_logo.png</Path>
<Path fileType="data">/usr/share/applications/testdisk.desktop</Path>
<Path fileType="data">/usr/share/icons/hicolor/icon-theme.cache</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/photorec.desktop">photorec.desktop</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/testdisk.desktop">testdisk.desktop</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/photorec_logo.png">photorec_logo.png</AdditionalFile>
<AdditionalFile owner="root" permission="0644" target="/usr/share/pixmaps/testdisk_logo.png">testdisk_logo.png</AdditionalFile>
</AdditionalFiles>
</Package>
<Package>
<Name>qphotorec</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>ncurses</Dependency>
<Dependency>ntfs-3g</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>testdisk</Dependency>
<Dependency>python-qt5</Dependency>
<Dependency>libjpeg-turbo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/photorec</Path>
<Path fileType="executable">/usr/bin/qphotorec</Path>
<Path fileType="man">/usr/share/man/man8/photorec.8</Path>
<Path fileType="man">/usr/share/man/man8/qphotorec.8</Path>
<Path fileType="data">/usr/share/pixmaps/photorec_logo.png</Path>
<Path fileType="data">/usr/share/applications/photorec.desktop</Path>
<Path fileType="data">/usr/share/applications/qphotorec.desktop</Path>
<Path fileType="data">/usr/share/icons/hicolor/48x48/apps/qphotorec.png</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/qphotorec.svg</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-10-03</Date>
<Version>7.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>testdisk</Name>
<Summary xml:lang="tr">Güçlü ve açık kaynak bir veri kurtarma programı</Summary>
<Description xml:lang="tr">Çok platformlu reiserfs,ntfs, fat32, ext2/3 ve daha bir çok farklı dosya sistemini destekleyen disk kontrol ve veri kurtarma programı. Ayrıca içerdiği PhotoRec ile de dijital kamera hafızasından veri kurtarabilmekte</Description>
</Source>
</PISI>
+170663 -170425
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
8a8f9c64b1e6f5a1384b53111689610757c7e2f1
399cc78b3dc623557ff14bf057bf1923bc987ab8
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
020ea5fb4d95716ab7913b0097e2638ad0535988
f4c0227fc7e40f4266dc00f67454d6601bb55397