okteta:add main

This commit is contained in:
alihanozturk
2016-02-17 21:59:30 +02:00
parent 7519cc02bb
commit 4e0d6b8f10
3 changed files with 252 additions and 0 deletions
+21
View File
@@ -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/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import cmaketools
def setup():
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=/usr/lib \
-DBUILD_TESTING=OFF")
def build():
cmaketools.make()
def install():
cmaketools.install()
pisitools.dodoc("COPYING*", "ChangeLog", "README*", "TODO")
+223
View File
@@ -0,0 +1,223 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>okteta</Name>
<Homepage>http://www.kde.org/</Homepage>
<Packager>
<Name>Mathias Freire</Name>
<Email>mathiasfreire45@gmail.com</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Summary>Hexadecimal editor for binary files</Summary>
<Description>Okteta is a simple editor for the raw data of files. This type of program is also called hexadecimal editor or binary editor.</Description>
<Archive sha1sum="40a1ee3554b97993a2081d37060de11beb9f2b45" type="tarxz">http://download.kde.org/stable/applications/15.12.2/src/okteta-15.12.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-designer-devel</Dependency>
<Dependency>qt5-script-devel</Dependency>
<Dependency>kbookmarks-devel</Dependency>
<Dependency>kcodecs-devel</Dependency>
<Dependency>kcompletion-devel</Dependency>
<Dependency>kconfigwidgets-devel</Dependency>
<Dependency>kdbusaddons-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>kiconthemes-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kcmutils-devel</Dependency>
<Dependency>kio-devel</Dependency>
<Dependency>knewstuff-devel</Dependency>
<Dependency>kparts-devel</Dependency>
<Dependency>kservice-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency>qca2-qt5-devel</Dependency>
<Dependency>attica-devel</Dependency>
<Dependency>qt5-xmlpatterns-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>okteta</Name>
<RuntimeDependencies>
<Dependency>kio</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>kparts</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kcodecs</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>kcmutils</Dependency>
<Dependency>kservice</Dependency>
<Dependency>qca2-qt5</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>knewstuff</Dependency>
<Dependency>qt5-script</Dependency>
<Dependency>kcompletion</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>kjobwidgets</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/xdg</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/plugins</Path>
<Path fileType="library">/usr/lib/*.so</Path>
<Path fileType="library">/usr/lib/*.so.*</Path>
<Path fileType="data">/usr/share/appdata</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/config.kcfg</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/kxmlgui5</Path>
<Path fileType="data">/usr/share/mime</Path>
<Path fileType="data">/usr/share/okteta</Path>
</Files>
</Package>
<Package>
<Name>okteta-devel</Name>
<Summary>Development files for okteta</Summary>
<RuntimeDependencies>
<Dependency release="current">okteta</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="18">
<Date>2016-02-17</Date>
<Version>15.12.2</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="17">
<Date>2016-01-13</Date>
<Version>15.12.1</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="16">
<Date>2015-12-20</Date>
<Version>15.12.0</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="15">
<Date>2014-11-13</Date>
<Version>4.14.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="14">
<Date>2014-10-15</Date>
<Version>4.14.2</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="13">
<Date>2014-09-20</Date>
<Version>4.14.1</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="12">
<Date>2014-08-21</Date>
<Version>4.14.0</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="11">
<Date>2014-06-13</Date>
<Version>4.13.2</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="10">
<Date>2014-05-14</Date>
<Version>4.13.1</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2014-05-03</Date>
<Version>4.13.0</Version>
<Comment>Version bump.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2014-04-05</Date>
<Version>4.12.4</Version>
<Comment>Version bump.</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2014-03-04</Date>
<Version>4.12.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="6">
<Date>2014-02-06</Date>
<Version>4.12.2</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-01-13</Date>
<Version>4.11.5</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2013-12-03</Date>
<Version>4.11.4</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2013-11-05</Date>
<Version>4.11.3</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-10-02</Date>
<Version>4.11.2</Version>
<Comment>Version bump.</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2013-09-03</Date>
<Version>4.11.1</Version>
<Comment>First release</Comment>
<Name>Mathias Freire</Name>
<Email>mathiasfreire45@gmail.com</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>okteta</Name>
<Summary xml:lang="tr">Onaltılık dosya editörü.</Summary>
<Description xml:lang="tr">Çalıştırılabilir dosyaları düzenlemeye yarayan editör.</Description>
</Source>
</PISI>