Files
main/desktop/gnome/apps/gpaint/pspec.xml
T
Ali Cengiz Kurt 99c46ebc39 New Package gpaint
2024-11-12 13:02:57 +03:00

65 lines
2.5 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gpaint</Name>
<Homepage>https://savannah.gnu.org/projects/gpain/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPL</License>
<IsA>app:gui</IsA>
<Icon>gnome-logo-icon-transparent</Icon>
<Summary>A small easy-to-use paint program for the GNOME Desktop</Summary>
<Description>Gnome desktop için kullanımı kolay bir boyama arayüzüdür</Description>
<Archive sha1sum="9dbdcc42b4146aab92ce38965afa9d6f33cfa816" type="targz">ftp://alpha.gnu.org/gnu/gpaint/gpaint-2-0.3.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>libglade-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>pango-devel</Dependency>
</BuildDependencies>
<Patches>
<patch level="1">21_fix_crash_on_fill_button_click.dpatch</patch>
</Patches>
</Source>
<Package>
<Name>gpaint</Name>
<RuntimeDependencies>
<Dependency>libglade</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>atk</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/gpaint</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/applications/gpaint.desktop">gpaint.desktop</AdditionalFile>
</AdditionalFiles>
</Package>
<History>
<Update release="1">
<Date>2024-11-11</Date>
<Version>0.3.4</Version>
<Comment>First Release.</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>