@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
@@ -0,0 +1,68 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gnome-chess</Name>
|
||||
<Homepage>https://wiki.gnome.org/Apps/Chess</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv3</License>
|
||||
<IsA>app</IsA>
|
||||
<Summary>Play the classic two-player boardgame of chess</Summary>
|
||||
<Description>Klasik iki kişilik satranç tahtası oyununu oynayın</Description>
|
||||
<Archive sha1sum="083d5cc062dd407b18f2bc928079c3f3526c1850" type="tarxz">https://download.gnome.org/sources/gnome-chess/41/gnome-chess-41.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk4-devel</Dependency>
|
||||
<Dependency>yelp-tools</Dependency>
|
||||
<Dependency>cairo-devel</Dependency>
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>librsvg-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>gnome-chess.patch</Patch>
|
||||
<Patch level="1">gnome-chess.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gnome-chess</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk4</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>librsvg</Dependency>
|
||||
<Dependency>gnuchess</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="info">/usr/share/metainfo</Path>
|
||||
<Path fileType="icon">/usr/share/icons</Path>
|
||||
<Path fileType="data">/usr/share/help</Path>
|
||||
<Path fileType="data">/usr/share/glib-2.0/</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1/services</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/applications/org.gnome.Chess.desktop</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-10-29</Date>
|
||||
<Version>41.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gnome-chess</Name>
|
||||
<Summary xml:lang="tr">Play the classic two-player boardgame of chess</Summary>
|
||||
<Description xml:lang="tr">Klasik iki kişilik satranç tahtası oyununu oynayın</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+729
-66
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
8cd62828d0dbdda7c799815b856dfbceff5b25fe
|
||||
f482cd60e3f9882398146b0f3f89219542f15166
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
94dc93b9f56d1f446f10fd3db169ba302e616b4b
|
||||
8beb945cfe516560e951eaf430b547d4d6163c60
|
||||
Reference in New Issue
Block a user