diff --git a/hardware/disk/exfatprogs/actions.py b/hardware/disk/exfatprogs/actions.py
new file mode 100644
index 0000000000..a25cddb985
--- /dev/null
+++ b/hardware/disk/exfatprogs/actions.py
@@ -0,0 +1,19 @@
+#!/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, pisitools, get
+
+def setup():
+ autotools.configure("--disable-static")
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("NEWS")
+
diff --git a/hardware/disk/exfatprogs/pspec.xml b/hardware/disk/exfatprogs/pspec.xml
new file mode 100644
index 0000000000..7ca5d29d44
--- /dev/null
+++ b/hardware/disk/exfatprogs/pspec.xml
@@ -0,0 +1,49 @@
+
+
+
+
+ exfatprogs
+ https://github.com/exfatprogs/exfatprogs
+
+ fury
+ uglyside@yandex.ru
+
+ GPL-2
+ app:console
+ hardware.disk
+ exFAT filesystem userspace utilities.
+ As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is created as an official userspace utilities that contain all of the standard utilities for creating and fixing and debugging exfat filesystem in linux system.
+
+ https://github.com/exfatprogs/exfatprogs/releases/download/1.0.4/exfatprogs-1.0.4.tar.xz
+
+
+
+
+
+
+
+ exfatprogs
+
+
+
+
+
+
+
+ /usr/sbin
+ /usr/share/man/man8
+ /usr/share/doc/exfatprogs/NEWS
+
+
+
+
+
+ 2021-01-26
+ 1.0.4
+ First Beta build.
+ fury
+ uglyside@yandex.ru
+
+
+
+
diff --git a/hardware/disk/gparted/pspec.xml b/hardware/disk/gparted/pspec.xml
index d77b871c98..e9b42eb806 100644
--- a/hardware/disk/gparted/pspec.xml
+++ b/hardware/disk/gparted/pspec.xml
@@ -13,8 +13,8 @@
hardware.disk
Gnome Partition tool based on GNU-Parted.
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).
-
- mirrors://sourceforge/project/gparted/gparted/gparted-1.1.0/gparted-1.1.0.tar.gz
+
+ mirrors://sourceforge/project/gparted/gparted/gparted-1.2.0/gparted-1.2.0.tar.gz
itstool
@@ -49,9 +49,10 @@
xdg-utils
libsigc++
f2fs-tools
+ exfatprogs
dosfstools
nilfs-utils
- exfat-utils
+
btrfs-progs
reiserfsprogs
libutil-linux
@@ -70,6 +71,13 @@
+
+ 2021-01-26
+ 1.2.0
+ Version bump.
+ AYDIN ATMACA
+ aydinatmaca@gmail.com
+
2021-01-12
1.1.0