Merge pull request #12114 from suvari/master

exfatprogs: version bump to 1.2.1, kpmcore and partitionmanager: rebu…
This commit is contained in:
Kamil ATLI
2023-07-02 17:57:08 +03:00
committed by GitHub
4 changed files with 32 additions and 9 deletions
+12 -5
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kpmcore</Name>
@@ -18,7 +18,7 @@
<Dependency>udftools</Dependency>
<Dependency>ntfsprogs</Dependency>
<Dependency>fatresize</Dependency>
<Dependency>exfat-utils</Dependency>
<!-- <Dependency>exfat-utils</Dependency> -->
<Dependency>dosfstools</Dependency>
<Dependency>reiserfsprogs</Dependency>
<Dependency>smartmontools</Dependency>
@@ -45,7 +45,7 @@
<Dependency>elogind-devel</Dependency>
<Dependency>polkit-qt-devel</Dependency>
<Dependency>jfsutils</Dependency>
<!--Dependency>exfatprogs</Dependency-->
<Dependency>exfatprogs</Dependency>
<Dependency>f2fs-tools</Dependency>
<Dependency>nilfs-utils-devel</Dependency>
<Dependency>e2fsprogs-devel</Dependency>
@@ -64,7 +64,7 @@
<Dependency>udftools</Dependency>
<Dependency>fatresize</Dependency>
<Dependency>ntfsprogs</Dependency>
<Dependency>exfat-utils</Dependency>
<!-- <Dependency>exfat-utils</Dependency> -->
<Dependency>dosfstools</Dependency>
<Dependency>reiserfsprogs</Dependency>
<Dependency>smartmontools</Dependency>
@@ -80,7 +80,7 @@
<Dependency>libutil-linux</Dependency>
<Dependency>polkit-qt</Dependency>
<Dependency>jfsutils</Dependency>
<!--Dependency>exfatprogs</Dependency-->
<Dependency>exfatprogs</Dependency>
<Dependency>f2fs-tools</Dependency>
<Dependency>nilfs-utils</Dependency>
<Dependency>e2fsprogs</Dependency>
@@ -108,6 +108,13 @@
</Package>
<History>
<Update release="44">
<Date>2023-07-02</Date>
<Version>23.04.2</Version>
<Comment>rebuild for exfatprogs</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="43">
<Date>2023-06-08</Date>
<Version>23.04.2</Version>
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>partitionmanager</Name>
@@ -59,6 +59,7 @@
<Dependency>e2fsprogs</Dependency>
<Dependency>kdbusaddons</Dependency>
<Dependency>polkit-qt</Dependency>
<Dependency>kwindowsystem</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -70,6 +71,13 @@
</Package>
<History>
<Update release="45">
<Date>2023-07-02</Date>
<Version>23.04.2</Version>
<Comment>Rebuild for kpmcore</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="44">
<Date>2023-06-08</Date>
<Version>23.04.2</Version>
+2 -1
View File
@@ -7,7 +7,8 @@
from pisi.actionsapi import autotools, pisitools, get
def setup():
autotools.configure("--disable-static")
autotools.configure("--sbindir=/usr/bin \
--disable-static")
def build():
autotools.make()
+9 -2
View File
@@ -13,7 +13,7 @@
<PartOf>hardware.disk</PartOf>
<Summary>exFAT filesystem userspace utilities.</Summary>
<Description>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.</Description>
<Archive sha1sum="75f25a4a0dce021019cd11e1aac59676118e82d4" type="tarxz">https://github.com/exfatprogs/exfatprogs/releases/download/1.2.0/exfatprogs-1.2.0.tar.xz</Archive>
<Archive sha1sum="1f9d1a5f6382675d11fa5caae33dc77efbaf89a6" type="tarxz">https://github.com/exfatprogs/exfatprogs/releases/download/1.2.1/exfatprogs-1.2.1.tar.xz</Archive>
<BuildDependencies>
<!-- <Dependency></Dependency> -->
</BuildDependencies>
@@ -28,13 +28,20 @@
<!-- <Dependency></Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man/man8</Path>
<Path fileType="doc">/usr/share/doc/exfatprogs/NEWS</Path>
</Files>
</Package>
<History>
<Update release="7">
<Date>2023-07-02</Date>
<Version>1.2.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2022-10-28</Date>
<Version>1.2.0</Version>