mc version bump
This commit is contained in:
+23
-8
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>mc</Name>
|
<Name>mc</Name>
|
||||||
@@ -12,29 +12,37 @@
|
|||||||
<IsA>app:console</IsA>
|
<IsA>app:console</IsA>
|
||||||
<Summary>GNU Midnight Commander cli-based file manager</Summary>
|
<Summary>GNU Midnight Commander cli-based file manager</Summary>
|
||||||
<Description>Contains GNU Midnight Commander cli-based file manager. You can do lots of file management and editing tasks, both in normal terminals and in terminal emulators of X. Also has file transfer capabilities over FTP, SSH, and Samba.</Description>
|
<Description>Contains GNU Midnight Commander cli-based file manager. You can do lots of file management and editing tasks, both in normal terminals and in terminal emulators of X. Also has file transfer capabilities over FTP, SSH, and Samba.</Description>
|
||||||
<Archive sha1sum="1e8b9840e65f276e6e67be7430750fde3b5909e4" type="tarxz">http://ftp.midnight-commander.org/mc-4.8.20.tar.xz</Archive>
|
<Archive sha1sum="68118a78ef1c49d3d583df2a056e2d6523a9000b" type="tarxz">http://ftp.midnight-commander.org/mc-4.8.26.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>gpm</Dependency>
|
<Dependency>libX11-devel</Dependency>
|
||||||
<Dependency>check-devel</Dependency>
|
<Dependency>libXt-devel</Dependency>
|
||||||
|
<Dependency>unzip</Dependency>
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>doxygen</Dependency>
|
|
||||||
<Dependency>slang-devel</Dependency>
|
<Dependency>slang-devel</Dependency>
|
||||||
|
<Dependency>gpm</Dependency>
|
||||||
|
<!--
|
||||||
|
<Dependency>check-devel</Dependency>
|
||||||
|
<Dependency>doxygen</Dependency>
|
||||||
<Dependency>libpcre-devel</Dependency>
|
<Dependency>libpcre-devel</Dependency>
|
||||||
<Dependency>samba-devel</Dependency>
|
<Dependency>samba-devel</Dependency>
|
||||||
<Dependency>libICE-devel</Dependency>
|
<Dependency>libICE-devel</Dependency>
|
||||||
<Dependency>libX11-devel</Dependency>
|
|
||||||
<Dependency>libutil-linux-devel</Dependency>
|
<Dependency>libutil-linux-devel</Dependency>
|
||||||
|
-->
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>mc</Name>
|
<Name>mc</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency>gpm</Dependency>
|
<Dependency>e2fsprogs</Dependency>
|
||||||
<Dependency>glib2</Dependency>
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>gpm</Dependency>
|
||||||
|
<Dependency>libssh2</Dependency>
|
||||||
<Dependency>slang</Dependency>
|
<Dependency>slang</Dependency>
|
||||||
|
<Dependency>which</Dependency>
|
||||||
|
<!--
|
||||||
<Dependency>samba</Dependency>
|
<Dependency>samba</Dependency>
|
||||||
<Dependency>libutil-linux</Dependency>
|
<Dependency>libutil-linux</Dependency> -->
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="data">/etc/profile.d</Path>
|
<Path fileType="data">/etc/profile.d</Path>
|
||||||
@@ -55,6 +63,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="6">
|
||||||
|
<Date>2021-05-29</Date>
|
||||||
|
<Version>4.8.26</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Erkan IŞIK</Name>
|
||||||
|
<Email>erkanisik@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
<Update release="5">
|
<Update release="5">
|
||||||
<Date>2018-08-10</Date>
|
<Date>2018-08-10</Date>
|
||||||
<Version>4.8.20</Version>
|
<Version>4.8.20</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user