grim: fix build
This commit is contained in:
@@ -4,9 +4,7 @@
|
||||
# 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
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>grim</Name>
|
||||
@@ -10,41 +10,40 @@
|
||||
</Packager>
|
||||
<License>MIT</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>Screenshot utility for Wayland. </Summary>
|
||||
<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>wayland-devel</Dependency>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>bash-completion</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency>wayland-protocols-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>grim</Name>
|
||||
|
||||
<RuntimeDependencies>
|
||||
<Dependency>wayland-client</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>pixman</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>wayland-client</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>
|
||||
<Date>2022-02-22</Date>
|
||||
<Version>1.4.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Idris Kalp</Name>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<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>
|
||||
<Summary xml:lang="tr">Wayland için ekran görüntüsü yardımcı programı.</Summary>
|
||||
<Description xml:lang="tr">grim, Wayland oturumlarında ekran görüntüsü almak için bir araçtır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user