blinken Memory Enhancement Game
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
||||
|
||||
from pisi.actionsapi import kde5
|
||||
from pisi.actionsapi import pisitools
|
||||
|
||||
|
||||
def setup():
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
kde5.make()
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING-sjfonts", "COPYING.DOC", "COPYING", "README.packagers")
|
||||
|
||||
@@ -0,0 +1,58 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>blinken</Name>
|
||||
<Homepage>https://www.kde.org/applications/education/blinken/</Homepage>
|
||||
<Packager>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>FDL</License>
|
||||
<License>GPL</License>
|
||||
<License>LGPL</License>
|
||||
<PartOf>desktop.kde.education</PartOf>
|
||||
<IsA>gui</IsA>
|
||||
<Summary>Blinken - Memory Enhancement Game</Summary>
|
||||
<Description>Blinken is based on an electronic game released in 1978, which challenges players to remember sequences of increasing length. On the face of the device, there are 4 different color buttons, each one with their own distinctive sound.</Description>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>kdbusaddons-devel</Dependency>
|
||||
<Dependency>kdoctools-devel</Dependency>
|
||||
<Dependency>kguiaddons-devel</Dependency>
|
||||
<Dependency>ki18n-devel</Dependency>
|
||||
<Dependency>kxmlgui-devel</Dependency>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Archive sha1sum="f27cc4017809b0247001158040a59ced5daa1037" type="tarxz">http://download.kde.org/stable/applications/15.08.2/src/blinken-15.08.2.tar.xz</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>blinken</Name>
|
||||
<Summary>Blinken - Memory Enhancement Game</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kconfig</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>kdbusaddons</Dependency>
|
||||
<Dependency>kguiaddons</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kxmlgui</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
<Dependency>qt5-phonon</Dependency>
|
||||
<Dependency>qt5-svg</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-11-06</Date>
|
||||
<Version>15.08.2</Version>
|
||||
<Comment>First Release</Comment>
|
||||
<Name>Stefan Gronewold (groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
+83000
-82941
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
32bac8f2edc180859e1c305cef80766ea2c8d014
|
||||
d43e5a74248d486126cafc276771ccdc63364633
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
bf024be0d150669469b6aa9dc4a65d2fe5436c7f
|
||||
320f4eb78eee442f262e7287d21453072eb46a3a
|
||||
Reference in New Issue
Block a user