Merge pull request #647 from alihanozturk/master

blinken:first release
This commit is contained in:
Ertuğrul Erata
2015-10-19 16:54:35 +03:00
7 changed files with 188 additions and 5 deletions
+1 -3
View File
@@ -19,6 +19,4 @@ def build():
def install():
kde5.install()
pisitools.dodoc("COPYING*", "TODO")
pisitools.dopixmaps("icons/hi32-app-kalgebra.png")
pisitools.dodoc("COPYING*", "TODO")
+8 -2
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>A KDE library for mathematical features</Summary>
<Description>analitza is a library to add mathematical features to programs.</Description>
<Archive sha1sum="9746965399818ad78c39ec3afe6abaed5c717e60" type="tarxz">mirrors://kde/stable/applications/15.04.3/src/analitza-15.04.3.tar.xz</Archive>
<Archive sha1sum="d777170bf3eef8c620928e7d651a25620bcdc594" type="tarxz">http://download.kde.org/stable/applications/15.08.2/src/analitza-15.08.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>eigen3</Dependency>
@@ -37,7 +37,6 @@
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/libanalitza/</Path>
<Path fileType="data">/usr/share/pixmaps/hi32-app-kalgebra.png</Path>
</Files>
</Package>
@@ -54,6 +53,13 @@
</Package>
<History>
<Update release="25">
<Date>2015-10-19</Date>
<Version>15.08.0</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="24">
<Date>2015-08-18</Date>
<Version>15.04.3</Version>
@@ -0,0 +1,19 @@
#!/usr/bin/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 pisitools
from pisi.actionsapi import kde5
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("AUTHORS", "COPYING")
+63
View File
@@ -0,0 +1,63 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>blinken</Name>
<Homepage>http://kde.org/applications/education/blinken/</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<Icon>blinken</Icon>
<IsA>app:gui</IsA>
<Summary>Memory Enhancement Game</Summary>
<Description>Memory Enhancement Game</Description>
<Archive sha1sum="f27cc4017809b0247001158040a59ced5daa1037" type="tarxz">http://download.kde.org/stable/applications/15.08.2/src/blinken-15.08.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency>qt5-phonon-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>blinken</Name>
<RuntimeDependencies>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>qt5-svg</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>kguiaddons</Dependency>
<Dependency>qt5-phonon</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/blinken</Path>
<Path fileType="data">/usr/share/config.kcfg</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-10-19</Date>
<Version>15.08.2</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>blinken</Name>
<Summary xml:lang="tr">Hafıza geliştirme oyunu.</Summary>
<Description xml:lang="tr">Hafıza geliştirme oyunu.</Description>
</Source>
</PISI>
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/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 pisitools
from pisi.actionsapi import kde5
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("TODO", "COPYING", "README.themes")
+70
View File
@@ -0,0 +1,70 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>bomber</Name>
<Homepage>https://www.kde.org/applications/games/bomber/</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>app:gui</IsA>
<Summary>A single player arcade game</Summary>
<Description>Bomber is a single player arcade game. The player is invading various cities in a plane that is decreasing in height.</Description>
<Archive sha1sum="ebc1790ebf537c9c5e53be7ac7baf271ace8ea7c" type="tarxz">http://download.kde.org/stable/applications/15.08.2/src/bomber-15.08.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>mesa-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency>libkdegames-devel</Dependency>
<Dependency>qt5-declarative-devel</Dependency>
<Dependency>kdelibs4-support-devel</Dependency>
<Dependency>kdesignerplugin</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>kemoticons-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency>kinit-devel</Dependency>
<Dependency>kunitconversion-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>bomber</Name>
<RuntimeDependencies>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-phonon</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
<Dependency>libkdegames</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/bomber</Path>
<Path fileType="data">/usr/share/config.kcfg</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/kxmlgui5</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-10-19</Date>
<Version>15.08.2</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>