diff --git a/desktop/pisilinux/history-manager/actions.py b/desktop/pisilinux/history-manager/actions.py new file mode 100644 index 0000000000..9caaaaf89f --- /dev/null +++ b/desktop/pisilinux/history-manager/actions.py @@ -0,0 +1,15 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 2. +# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt + +from pisi.actionsapi import pythonmodules +from pisi.actionsapi import pisitools + +def install(): + pythonmodules.compile() + pythonmodules.install() + + #Remove history-manager from systemsettings, we have a painful crash because of the thread problem of pykde/python + #pisitools.remove("/usr/kde/4/share/kde4/services/kcm_historymanager.desktop") diff --git a/desktop/pisilinux/history-manager/pspec.xml b/desktop/pisilinux/history-manager/pspec.xml new file mode 100644 index 0000000000..a01a06725d --- /dev/null +++ b/desktop/pisilinux/history-manager/pspec.xml @@ -0,0 +1,48 @@ + + + + + history-manager + http://ish.kodzilla.org/pardus/history-manager/ + + Metehan Özbek + admin@pisilinux.org + + GPLv2 + app:gui + KDE5 port of History Manager Tool + History manager is a graphical interface to pisi snapshot facilities. + https://github.com/PisiLinuxNew/history-manager/archive/0.2.8.0-Beta.tar.gz + + python-qt5-devel + pypolkit + qt5-base-devel + python-setuptools + qt5-linguist + + + + + history-manager + + python-qt5 + pypolkit + + + /usr/bin + /usr/share/locale + /usr/lib/python* + /usr/share + + + + + + 2016-06-18 + 0.2.8.0b + First release + Metehan Özbek + admin@pisilinux.org + + + diff --git a/desktop/pisilinux/history-manager/translations.xml b/desktop/pisilinux/history-manager/translations.xml new file mode 100644 index 0000000000..4b55c577cc --- /dev/null +++ b/desktop/pisilinux/history-manager/translations.xml @@ -0,0 +1,8 @@ + + + + history-manager + Pisi Geçmiş Yöneticisi uygulaması + Pisi ile yapılan işlem geçmişini gösterme, sistemi belirli noktaya döndürme, yeni görüntü alma gibi geçmiş yönetimi işlemleri yapmayı sağlayan araç. + +