testdisk, photorec, qphotorec new packages..

This commit is contained in:
suvari
2018-10-03 19:14:45 +03:00
parent c08fe33a0c
commit 38085e40e8
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>