From 1d5a982c3bd3aab68d8052f79607b955dd64ded6 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 26 Jan 2021 06:51:44 +0000 Subject: [PATCH 1/2] exfat-utils, fuse-exfat rebuild. --- hardware/disk/exfat-utils/actions.py | 15 ++++----------- hardware/disk/exfat-utils/pspec.xml | 2 +- hardware/disk/fuse-exfat/actions.py | 2 +- hardware/disk/fuse-exfat/pspec.xml | 6 ++++-- 4 files changed, 10 insertions(+), 15 deletions(-) diff --git a/hardware/disk/exfat-utils/actions.py b/hardware/disk/exfat-utils/actions.py index 62a347c3de..4c927f5df9 100644 --- a/hardware/disk/exfat-utils/actions.py +++ b/hardware/disk/exfat-utils/actions.py @@ -16,14 +16,7 @@ def build(): def install(): autotools.install() - #pisitools.dobin("mkfs/mkexfatfs") - #pisitools.dobin("dump/dumpexfat") - #pisitools.dobin("fsck/exfatfsck") - #pisitools.dobin("label/exfatlabel") - - #pisitools.doman("mkfs/mkexfatfs.8") - #pisitools.doman("dump/dumpexfat.8") - #pisitools.doman("fsck/exfatfsck.8") - #pisitools.doman("label/exfatlabel.8") - - pisitools.dodoc("ChangeLog", "COPYING", "README") \ No newline at end of file + pisitools.remove("/usr/sbin/fsck.exfat") + pisitools.remove("/usr/sbin/mkfs.exfat") + + pisitools.dodoc("ChangeLog", "COPYING", "README") diff --git a/hardware/disk/exfat-utils/pspec.xml b/hardware/disk/exfat-utils/pspec.xml index 301ef81d83..51134700d8 100644 --- a/hardware/disk/exfat-utils/pspec.xml +++ b/hardware/disk/exfat-utils/pspec.xml @@ -27,7 +27,7 @@ - 2020-02-01 + 2021-01-26 1.3.0 Version bump. Mustafa Cinasal diff --git a/hardware/disk/fuse-exfat/actions.py b/hardware/disk/fuse-exfat/actions.py index e97264bcbe..5b565b8348 100644 --- a/hardware/disk/fuse-exfat/actions.py +++ b/hardware/disk/fuse-exfat/actions.py @@ -17,6 +17,6 @@ def build(): def install(): autotools.install() #pisitools.dobin("fuse/mount.exfat-fuse") - # pisitools.doman("fuse/mount.exfat-fuse.8") + #pisitools.doman("fuse/mount.exfat-fuse.8") pisitools.dodoc("ChangeLog", "COPYING") diff --git a/hardware/disk/fuse-exfat/pspec.xml b/hardware/disk/fuse-exfat/pspec.xml index 023e3f5876..9489475ff4 100644 --- a/hardware/disk/fuse-exfat/pspec.xml +++ b/hardware/disk/fuse-exfat/pspec.xml @@ -14,8 +14,9 @@ exFAT filesystem fuse module https://github.com/relan/exfat/releases/download/v1.3.0/fuse-exfat-1.3.0.tar.gz - exfat-utils fuse-devel + + @@ -23,6 +24,7 @@ fuse-exfat fuse + exfatprogs exfat-utils @@ -35,7 +37,7 @@ - 2020-02-01 + 2021-01-26 1.3.0 Version bump. Mustafa Cinasal From 5095755d1d64d0f0f211011d778ecbf208e41b2d Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Tue, 26 Jan 2021 06:54:12 +0000 Subject: [PATCH 2/2] gparted. --- hardware/disk/exfatprogs/actions.py | 19 +++++++++++ hardware/disk/exfatprogs/pspec.xml | 49 +++++++++++++++++++++++++++++ hardware/disk/gparted/pspec.xml | 14 +++++++-- 3 files changed, 79 insertions(+), 3 deletions(-) create mode 100644 hardware/disk/exfatprogs/actions.py create mode 100644 hardware/disk/exfatprogs/pspec.xml 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