1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>eboard</Name>
- <Homepage>https://www.bergo.eng.br/eboard/</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admins@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <Icon>eboard</Icon>
- <IsA>app:gui</IsA>
- <Summary>A GTK+ chess board</Summary>
- <Description>eboard is a chess interface for Unix-like systems based on the GTK+ GUI toolkit.</Description>
- <Archive sha1sum="eab20a134f842cde4f79f5397e266ad3e5023fa4" type="targz">https://github.com/fbergo/eboard/archive/refs/tags/v1.1.3.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>atk-devel</Dependency>
- <Dependency>zlib-devel</Dependency>
- <Dependency>gtk2-devel</Dependency>
- <Dependency>pango-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>cairo-devel</Dependency>
- <Dependency>libpng-devel</Dependency>
- <Dependency>freetype-devel</Dependency>
- <Dependency>harfbuzz-devel</Dependency>
- <Dependency>gstreamer-devel</Dependency>
- <Dependency>fontconfig-devel</Dependency>
- <Dependency>gdk-pixbuf-devel</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch>eboard-1.1.1-gcc44.patch</Patch>
- <Patch>eboard-1.1.1-ovflfix.patch</Patch>
- </Patches>
- </Source>
- <Package>
- <Name>eboard</Name>
- <RuntimeDependencies>
- <Dependency>atk</Dependency>
- <Dependency>gtk2</Dependency>
- <Dependency>zlib</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>pango</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>libgcc</Dependency>
- <Dependency>libpng</Dependency>
- <Dependency>freetype</Dependency>
- <Dependency>harfbuzz</Dependency>
- <Dependency>gstreamer</Dependency>
- <Dependency>fontconfig</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/eboard</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/pixmaps</Path>
- </Files>
- <AdditionalFiles>
- <AdditionalFile owner="root" permission="0644" target="/usr/share/applications/eboard.desktop">eboard.desktop</AdditionalFile>
- </AdditionalFiles>
- </Package>
- <History>
- <Update release="4">
- <Date>2022-11-05</Date>
- <Version>1.1.3</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Ümit Solmaz</Name>
- <Email>us@mynetiz.com</Email>
- </Update>
- <Update release="3">
- <Date>2018-09-14</Date>
- <Version>1.1.1</Version>
- <Comment>Rebuild New T.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="2">
- <Date>2017-05-05</Date>
- <Version>1.1.1</Version>
- <Comment>Rebuild with new toolchain</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2016-12-04</Date>
- <Version>1.1.1</Version>
- <Comment>First release</Comment>
- <Name>Stefan Gronewold</Name>
- <Email>groni@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|