Merge pull request #15769 from 4fury-c3440d8/icoutils

icoutils.
This commit is contained in:
Rmys
2024-12-22 11:14:17 +03:00
committed by GitHub
2 changed files with 15 additions and 9 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
# -*- 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 autotools
from pisi.actionsapi import pisitools
@@ -17,4 +17,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ABOUT-NLS", "AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*", "TODO")
pisitools.dodoc("AUTHORS", "COPYING", "README")
+13 -7
View File
@@ -1,18 +1,18 @@
<?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>icoutils</Name>
<Homepage>http://www.nongnu.org/icoutils/</Homepage>
<Homepage>https://www.nongnu.org/icoutils/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv3+</License>
<License>GPLv3</License>
<IsA>app:gui</IsA>
<Summary>Utility for extracting and converting Microsoft icon and cursor files</Summary>
<Description>A set of programs for extracting and converting images in icon and cursor files (.ico, .cur)</Description>
<Archive sha1sum="6fe61b85b2a44bd1a8a7d8e03eeb0efa45f2a7fd" type="tarbz2">http://download.savannah.gnu.org/releases/icoutils/icoutils-0.32.3.tar.bz2</Archive>
<Archive sha1sum="6fe61b85b2a44bd1a8a7d8e03eeb0efa45f2a7fd" type="tarbz2">https://download-mirror.savannah.gnu.org/releases/icoutils/icoutils-0.32.3.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libpng-devel</Dependency>
</BuildDependencies>
@@ -20,10 +20,9 @@
<Package>
<Name>icoutils</Name>
<Dependency>links</Dependency>
<RuntimeDependencies>
<Dependency>libpng</Dependency>
<Dependency>perl-libwww</Dependency>
<Dependency>xterm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
@@ -33,6 +32,13 @@
</Package>
<History>
<Update release="6">
<Date>2024-12-22</Date>
<Version>0.32.3</Version>
<Comment>Rebuild.</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2020-03-06</Date>
<Version>0.32.3</Version>