@@ -0,0 +1,25 @@
|
||||
#!/usr/bin/env 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 autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
mesontools.configure("-Djpeg=enabled \
|
||||
-Dbash-completions=true \
|
||||
")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
#shelltools.cd("..")
|
||||
pisitools.dodoc("LICENSE", "README.md")
|
||||
@@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>grim</Name>
|
||||
<Homepage>https://github.com/emersion/grim</Homepage>
|
||||
<Packager>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Screenshot utility for Wayland. </Summary>
|
||||
<Description>grim is a tool to take screenshots on Wayland sessions.</Description>
|
||||
<Archive sha1sum="8e5b223e8e81155d03cebb9c356daa63614be2d1" type="targz">https://github.com/emersion/grim/releases/download/v1.4.0/grim-1.4.0.tar.gz</Archive>
|
||||
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>ninja</Dependency>
|
||||
<Dependency>wayland-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>pixman-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>grim</Name>
|
||||
|
||||
<RuntimeDependencies>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>pixman</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2022-02-21</Date>
|
||||
<Version>1.4.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
<Email>idriskalp@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>grim</Name>
|
||||
<Summary xml:lang="tr">Screenshot utility for Wayland. </Summary>
|
||||
<Description xml:lang="tr">grim is a tool to take screenshots on Wayland sessions.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+26852
-26648
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
96bbf16f260cad26ba80b6b2b8d603983f9d095e
|
||||
ea2e28f7b8cc52aa937d6d1a26a00333daed0573
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
ebfd2aa01e08040c9d99a0607f65fd8eaebdf570
|
||||
4a77a8c03b7a508ec02e6f0e467d21cc7ccd4ce8
|
||||
Reference in New Issue
Block a user