pisi rebuild with translation patch.

This commit is contained in:
4fury-c3440d8
2021-11-27 12:58:26 +03:00
parent b9ecbbc07e
commit 31d42d35f7
3 changed files with 4658 additions and 3 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
#!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Licensed under the GNU General Public License, version 3. # 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 get from pisi.actionsapi import get
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
File diff suppressed because it is too large Load Diff
+3 -2
View File
@@ -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>pisi</Name> <Name>pisi</Name>
@@ -24,6 +24,7 @@
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch level="1">0001-PackageKit-Search-Bug-Fix.patch</Patch> <Patch level="1">0001-PackageKit-Search-Bug-Fix.patch</Patch>
<Patch level="1">pot_file_and_ru_translation.patch</Patch>
</Patches> </Patches>
</Source> </Source>
@@ -75,7 +76,7 @@
<History> <History>
<Update release="19"> <Update release="19">
<Date>2021-10-30</Date> <Date>2021-11-27</Date>
<Version>2.7.2</Version> <Version>2.7.2</Version>
<Comment>Rebuild.</Comment> <Comment>Rebuild.</Comment>
<Name>Berk Çakar</Name> <Name>Berk Çakar</Name>