Merge pull request #4775 from ayhanyalcinsoy/master

lximage-qt
This commit is contained in:
2018-04-26 01:33:12 +03:00
committed by GitHub
5 changed files with 115 additions and 0 deletions
+27
View File
@@ -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())
+17
View File
@@ -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;
Binary file not shown.
+64
View File
@@ -0,0 +1,64 @@
<PISI>
<Source>
<Name>lximage-qt</Name>
<Homepage>http://www.lxde.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPL2</License>
<IsA>app:gui</IsA>
<Icon>lxqt</Icon>
<Summary>Image viewer and screenshot tool.</Summary>
<Description>Image viewer and screenshot tool.</Description>
<Archive sha1sum="106823cd702359995ed3a21d662a07fe131b3947" type="tarxz">https://github.com/lxde/lximage-qt/releases/download/0.6.0/lximage-qt-0.6.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-svg-devel</Dependency>
<Dependency>binutils</Dependency>
<Dependency>qt5-x11extras-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>libexif-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency versionFrom="0.12.0">libfm-qt-devel</Dependency>
<Dependency>qt5-qdbusviewer</Dependency>
<Dependency>menu-cache-devel</Dependency>
<Dependency versionFrom="0.12.0">lxqt-config</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency versionFrom="0.4.0">lxqt-build-tools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>lximage-qt</Name>
<Files>
<Path fileType="data">/usr/share/</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libfm</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libexif</Dependency>
<Dependency>qt5-svg</Dependency>
<Dependency>libfm-qt</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>libXfixes</Dependency>
<Dependency>qt5-x11extras</Dependency>
</RuntimeDependencies>
</Package>
<History>
<Update release="1">
<Date>2018-04-23</Date>
<Version>0.6.0</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
+7
View File
@@ -0,0 +1,7 @@
<PISI>
<Source>
<Name>lximage-qt</Name>
<Summary xml:lang="tr">Resim görüntüleyici ve ekran görüntüsü aracı.</Summary>
<Description xml:lang="tr">lximage-qt, Resim görüntüleyici ve ekran görüntüsü aracıdır.</Description>
</Source>
</PISI>