screengrab:new package
This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Licensed under the GNU General Public License, version 3.
|
||||||
|
# See the file https://www.gnu.org/copyleft/gpl.txt
|
||||||
|
|
||||||
|
from pisi.actionsapi import cmaketools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import shelltools
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
shelltools.makedirs("build")
|
||||||
|
shelltools.cd("build")
|
||||||
|
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr", sourceDir="..")
|
||||||
|
|
||||||
|
def build():
|
||||||
|
shelltools.cd("build")
|
||||||
|
cmaketools.make()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
shelltools.cd("build")
|
||||||
|
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||||
|
shelltools.cd("..")
|
||||||
|
pisitools.dodoc("AUTHORS", "COPYING")
|
||||||
@@ -0,0 +1,57 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>screengrab</Name>
|
||||||
|
<Homepage>https://github.com/lxqt/screengrab</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPL2</License>
|
||||||
|
<Icon>lxqt</Icon>
|
||||||
|
<IsA>app:gui</IsA>
|
||||||
|
<Summary>Crossplatform tool for fast making screenshots.</Summary>
|
||||||
|
<Description>An application for creating screenshots. ScreenGrab uses the Qt framework and thus, it is independent from any desktop environment.</Description>
|
||||||
|
<Archive sha1sum="bb47e5e402f6c92d9a30345a683d937d1e6fe1d1" type="tarxz">https://github.com/lxqt/screengrab/releases/download/2.4.0/screengrab-2.4.0.tar.xz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>cmake</Dependency>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
|
<Dependency>kwindowsystem-devel</Dependency>
|
||||||
|
<Dependency versionFrom="1.1.0">liblxqt-devel</Dependency>
|
||||||
|
<Dependency>qt5-linguist</Dependency>
|
||||||
|
<Dependency versionFrom="3.9.0">libqtxdg-devel</Dependency>
|
||||||
|
<Dependency versionFrom="0.11.0">lxqt-build-tools</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
<Package>
|
||||||
|
<Name>screengrab</Name>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share/applications</Path>
|
||||||
|
<Path fileType="icon">/usr/share/icons</Path>
|
||||||
|
<Path fileType="data">/usr/share/metainfo</Path>
|
||||||
|
<Path fileType="localdata">/usr/share/screengrab</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
</Files>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>libX11</Dependency>
|
||||||
|
<Dependency>libgcc</Dependency>
|
||||||
|
<Dependency>libxcb</Dependency>
|
||||||
|
<Dependency>libqtxdg</Dependency>
|
||||||
|
<Dependency>qt5-base</Dependency>
|
||||||
|
<Dependency>kwindowsystem</Dependency>
|
||||||
|
<Dependency>qt5-x11extras</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
</Package>
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2022-05-05</Date>
|
||||||
|
<Version>2.4.0</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>lxqt-about</Name>
|
||||||
|
<Summary xml:lang="tr">LXQt hakkında bilgi.</Summary>
|
||||||
|
<Description xml:lang="tr">LXDE-Qt hakkında bilgi içerir.</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
+299622
-299533
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
fd5d2d3c1dd4651e1c3ff1cddeab85d4875ea014
|
6a1ca16b4bd48ca94d8265275ef9415d04399f20
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
de09d82f35df1fd89a9a2405369ef199e0d6c881
|
3a5c69764c4551a065ba87c94e29cff18ea14b3c
|
||||||
Reference in New Issue
Block a user