diff --git a/desktop/lxqt/lximage-qt/actions.py b/desktop/lxqt/lximage-qt/actions.py new file mode 100644 index 0000000000..b5d66eb23f --- /dev/null +++ b/desktop/lxqt/lximage-qt/actions.py @@ -0,0 +1,27 @@ +#!/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 cmaketools +from pisi.actionsapi import get +from pisi.actionsapi import shelltools + + + +def setup(): + shelltools.makedirs("build") + shelltools.cd("build") + cmaketools.configure("-DCMAKE_BUILD_TYPE=release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib \ + -DPULL_TRANSLATIONS=no", sourceDir="..") + +def build(): + shelltools.cd("build") + cmaketools.make() + +def install(): + shelltools.cd("build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + diff --git a/desktop/lxqt/lximage-qt/files/desktop.patch b/desktop/lxqt/lximage-qt/files/desktop.patch new file mode 100755 index 0000000000..efb79ff8b8 --- /dev/null +++ b/desktop/lxqt/lximage-qt/files/desktop.patch @@ -0,0 +1,17 @@ +--- lximage-qt.desktope.in 2015-02-18 02:27:45.000000000 +0200 ++++ data/lximage-qt.desktop.in 2015-04-14 00:23:04.235455873 +0300 +@@ -1,11 +1,13 @@ + [Desktop Entry] + Type=Application + Name=LXImage ++Name[tr]=LXImage Resim Görüntüleyici + GenericName=Image Viewer + Comment=The LXQt image viewer ++Comment[tr]=LXQt resim görüntüleyici + Icon=lximage-qt + Exec=lximage-qt + StartupNotify=true + Terminal=false +-Categories=Graphics;Utility;Core;Qt;Viewer;RasterGraphics;2DGraphics;Photography; ++Categories=Graphics;Qt; + MimeType=image/bmp;image/gif;image/jpeg;image/jpg;image/png;image/tiff;image/x-bmp;image/x-pcx;image/x-tga;image/x-portable-pixmap;image/x-portable-bitmap;image/x-targa;image/x-portable-greymap;application/pcx;image/svg+xml;image/svg-xml; diff --git a/desktop/lxqt/lximage-qt/files/lximage-qt_tr.qm b/desktop/lxqt/lximage-qt/files/lximage-qt_tr.qm new file mode 100755 index 0000000000..6fbc666cfa Binary files /dev/null and b/desktop/lxqt/lximage-qt/files/lximage-qt_tr.qm differ diff --git a/desktop/lxqt/lximage-qt/pspec.xml b/desktop/lxqt/lximage-qt/pspec.xml new file mode 100644 index 0000000000..5fe7329b25 --- /dev/null +++ b/desktop/lxqt/lximage-qt/pspec.xml @@ -0,0 +1,64 @@ + + + + lximage-qt + http://www.lxde.org + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPL2 + app:gui + lxqt + Image viewer and screenshot tool. + Image viewer and screenshot tool. + https://github.com/lxde/lximage-qt/releases/download/0.6.0/lximage-qt-0.6.0.tar.xz + + glib2-devel + cmake + qt5-base-devel + qt5-svg-devel + binutils + qt5-x11extras-devel + qt5-linguist + libexif-devel + libX11-devel + libfm-qt-devel + qt5-qdbusviewer + menu-cache-devel + lxqt-config + kwindowsystem-devel + lxqt-build-tools + + + + + lximage-qt + + /usr/share/ + /usr/bin + + + glib2 + libfm + libX11 + libgcc + libexif + qt5-svg + libfm-qt + qt5-base + libXfixes + qt5-x11extras + + + + + + 2018-04-23 + 0.6.0 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/lxqt/lximage-qt/translations.xml b/desktop/lxqt/lximage-qt/translations.xml new file mode 100644 index 0000000000..a96c70fe4b --- /dev/null +++ b/desktop/lxqt/lximage-qt/translations.xml @@ -0,0 +1,7 @@ + + + lximage-qt + Resim görüntüleyici ve ekran görüntüsü aracı. + lximage-qt, Resim görüntüleyici ve ekran görüntüsü aracıdır. + + \ No newline at end of file