diff --git a/desktop/kde/application/okteta/actions.py b/desktop/kde/application/okteta/actions.py new file mode 100644 index 0000000000..8da822ba99 --- /dev/null +++ b/desktop/kde/application/okteta/actions.py @@ -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") diff --git a/desktop/kde/application/okteta/pspec.xml b/desktop/kde/application/okteta/pspec.xml new file mode 100755 index 0000000000..ce1bd18163 --- /dev/null +++ b/desktop/kde/application/okteta/pspec.xml @@ -0,0 +1,223 @@ + + + + + okteta + http://www.kde.org/ + + Mathias Freire + mathiasfreire45@gmail.com + + GPLv2 + app:gui + Hexadecimal editor for binary files + Okteta is a simple editor for the raw data of files. This type of program is also called hexadecimal editor or binary editor. + http://download.kde.org/stable/applications/15.12.2/src/okteta-15.12.2.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-designer-devel + qt5-script-devel + kbookmarks-devel + kcodecs-devel + kcompletion-devel + kconfigwidgets-devel + kdbusaddons-devel + kdoctools-devel + kiconthemes-devel + ki18n-devel + kcmutils-devel + kio-devel + knewstuff-devel + kparts-devel + kservice-devel + kwidgetsaddons-devel + kxmlgui-devel + qca2-qt5-devel + attica-devel + qt5-xmlpatterns-devel + + + + + okteta + + kio + ki18n + kparts + libgcc + kcodecs + kconfig + kxmlgui + kcmutils + kservice + qca2-qt5 + qt5-base + knewstuff + qt5-script + kcompletion + kcoreaddons + kdbusaddons + kiconthemes + kjobwidgets + kconfigwidgets + kwidgetsaddons + + + /etc/xdg + /usr/bin + /usr/lib/plugins + /usr/lib/*.so + /usr/lib/*.so.* + /usr/share/appdata + /usr/share/applications + /usr/share/config.kcfg + /usr/share/doc + /usr/share/icons + /usr/share/kxmlgui5 + /usr/share/mime + /usr/share/okteta + + + + + okteta-devel + Development files for okteta + + okteta + + + /usr/include + /usr/lib/cmake + + + + + + 2016-02-17 + 15.12.2 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2016-01-13 + 15.12.1 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2015-12-20 + 15.12.0 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + + + 2014-11-13 + 4.14.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-10-15 + 4.14.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-09-20 + 4.14.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-08-21 + 4.14.0 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-06-13 + 4.13.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-14 + 4.13.1 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-05-03 + 4.13.0 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-04-05 + 4.12.4 + Version bump. + Osman Erkan + osman.erkan@pisilinux.org + + + 2014-03-04 + 4.12.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-02-06 + 4.12.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2014-01-13 + 4.11.5 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-12-03 + 4.11.4 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-11-05 + 4.11.3 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-10-02 + 4.11.2 + Version bump. + Yusuf Aydemir + yusuf.aydemir@pisilinux.org + + + 2013-09-03 + 4.11.1 + First release + Mathias Freire + mathiasfreire45@gmail.com + + + diff --git a/desktop/kde/application/okteta/translations.xml b/desktop/kde/application/okteta/translations.xml new file mode 100755 index 0000000000..1ea92ad85f --- /dev/null +++ b/desktop/kde/application/okteta/translations.xml @@ -0,0 +1,8 @@ + + + + okteta + Onaltılık dosya editörü. + Çalıştırılabilir dosyaları düzenlemeye yarayan editör. + +