Merge pull request #9274 from 4fury-c3440d8/np

bump.
This commit is contained in:
Kamil ATLI
2021-04-26 11:30:59 +03:00
committed by GitHub
5 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
<History>
<Update release="1">
<Date>2020-01-01</Date>
<Date>2021-04-26</Date>
<Version>5.5.1</Version>
<Comment>First release.</Comment>
<Name>PisiLinux Community</Name>
+2 -2
View File
@@ -1,8 +1,8 @@
#!/usr/bin/env python
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
+9 -2
View File
@@ -1,5 +1,5 @@
<?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>
<Source>
<Name>uchardet</Name>
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Encoding detector library ported from Mozilla</Summary>
<Description>Encoding detector library ported from Mozilla</Description>
<Archive sha1sum="c04257ee7fb5ebbae144311d70b42c1d7efe41b9" type="tarxz">https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.6.tar.xz</Archive>
<Archive sha1sum="de19b7e614f11572582a0d47f7d5d6f8ec649199" type="tarxz">https://www.freedesktop.org/software/uchardet/releases/uchardet-0.0.7.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
@@ -46,6 +46,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-04-26</Date>
<Version>0.0.7</Version>
<Comment>Version bump.</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2020-01-01</Date>
<Version>0.0.6</Version>
+1 -1
View File
@@ -12,7 +12,7 @@ from pisi.actionsapi import get
WorkDir = "p7zip-%s" % get.srcVERSION()
makefiles = {
'x86_64' : "makefile.linux_amd64"
'x86_64' : "makefile.linux_amd64_asm"
}
def setup():
+9 -2
View File
@@ -14,8 +14,8 @@
<Description>
p7zip is a port of 7-Zip archiver for Unix. Supports packing-unpacking 7z, ZIP, GZIP, BZIP2 and TAR archives and unpacking RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS arhives.
</Description>
<Archive sha1sum="cc4961dbaf7b2abcd589a95e4f8e4b82e8f66268" type="targz">
https://github.com/jinfeihan57/p7zip/archive/v17.03.tar.gz
<Archive sha1sum="e4cd1283aff2fbb36b8736090c26a9fc5eec842d" type="targz">
https://github.com/jinfeihan57/p7zip/archive/v17.04.tar.gz
</Archive>
<BuildDependencies>
<Dependency>yasm-devel</Dependency>
@@ -37,6 +37,13 @@
</Package>
<History>
<Update release="8">
<Date>2021-04-26</Date>
<Version>17.04</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="7">
<Date>2021-03-13</Date>
<Version>17.03</Version>