gparted with additional dependencies.

This commit is contained in:
4fury-c3440d8
2021-01-11 18:08:41 +00:00
parent 02d680adb6
commit d876e877a0
24 changed files with 699 additions and 0 deletions
+80
View File
@@ -0,0 +1,80 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gparted</Name>
<Homepage>https://gparted.org/</Homepage>
<Packager>
<Name>AYDIN ATMACA</Name>
<Email>aydinatmaca@gmail</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<PartOf>hardware.disk</PartOf>
<Summary>Gnome Partition tool based on GNU-Parted.</Summary>
<Description>GParted is the Gnome Partition Editor application. GParted is an industrial-strength package for creating, destroying, resizing, moving, checking and copying partitions, and the filesystems on them. This is useful for creating space for new operating systems, reorganizing disk usage, copying data residing on hard disks and mirroring one partition with another (disk imaging).</Description>
<Archive sha1sum="af44456f16bfc53f4f72ddc9b15e097bdfdaeab7" type="targz">
mirrors://sourceforge/project/gparted/gparted/gparted-1.1.0/gparted-1.1.0.tar.gz
</Archive>
<BuildDependencies>
<Dependency>itstool</Dependency>
<Dependency>atkmm-devel</Dependency>
<Dependency>polkit-devel</Dependency>
<Dependency>parted-devel</Dependency>
<Dependency>gtkmm3-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gparted</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>xterm</Dependency>
<Dependency>gpart</Dependency>
<Dependency>atkmm</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>gtkmm3</Dependency>
<Dependency>parted</Dependency>
<Dependency>glibmm</Dependency>
<Dependency>mtools</Dependency>
<Dependency>ntfs-3g</Dependency>
<Dependency>cairomm</Dependency>
<Dependency>pangomm</Dependency>
<Dependency>xfsdump</Dependency>
<Dependency>xfsprogs</Dependency>
<Dependency>jfsutils</Dependency>
<Dependency>xdg-utils</Dependency>
<Dependency>libsigc++</Dependency>
<Dependency>f2fs-tools</Dependency>
<Dependency>dosfstools</Dependency>
<Dependency>nilfs-utils</Dependency>
<Dependency>exfat-utils</Dependency>
<Dependency>btrfs-progs</Dependency>
<Dependency>reiserfsprogs</Dependency>
<Dependency>libutil-linux</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="data">/usr/share/appdata/</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/polkit-1</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/help</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-01-12</Date>
<Version>1.1.0</Version>
<Comment>First Beta release.</Comment>
<Name>AYDIN ATMACA</Name>
<Email>aydinatmaca@gmail.com</Email>
</Update>
</History>
</PISI>