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
+18
View File
@@ -0,0 +1,18 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure("--enable-xhost-root --enable-libparted-dmraid --disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+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>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>gparted</Name>
<Summary xml:lang="tr">GNU Parted tabanlı Gnome disk bölümleme aracı</Summary>
<Description xml:lang="tr">GParted Gnome masaüstü ortamının disk bölümleme uygulamasıdır. Bu program, disk bölümleme, dosya sistemleri oluşturma, silme, boyutlandırma, taşıma, kontrol ve kopyalama işlemlerini yapabilir. Yeni bir işletim sistemi için yer açmak, disk kullanımını yeniden düzenlemek, verileri diskin bir başka bölümüne aynalamak ve yerleştirmek için faydalıdır.</Description>
</Source>
</PISI>