grim: fix build

This commit is contained in:
suvari
2022-02-22 16:49:13 +03:00
parent 516ee6408a
commit ae8ba03f7e
3 changed files with 10 additions and 13 deletions
-2
View File
@@ -4,9 +4,7 @@
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools from pisi.actionsapi import mesontools
from pisi.actionsapi import get from pisi.actionsapi import get
+8 -9
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?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> <PISI>
<Source> <Source>
<Name>grim</Name> <Name>grim</Name>
@@ -10,41 +10,40 @@
</Packager> </Packager>
<License>MIT</License> <License>MIT</License>
<IsA>app:console</IsA> <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> <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> <Archive sha1sum="8e5b223e8e81155d03cebb9c356daa63614be2d1" type="targz">https://github.com/emersion/grim/releases/download/v1.4.0/grim-1.4.0.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>meson</Dependency> <Dependency>meson</Dependency>
<Dependency>ninja</Dependency> <Dependency>ninja</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>libpng-devel</Dependency> <Dependency>libpng-devel</Dependency>
<Dependency>pixman-devel</Dependency> <Dependency>pixman-devel</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency>bash-completion</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency> <Dependency>libjpeg-turbo-devel</Dependency>
<Dependency>wayland-protocols-devel</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
<Package> <Package>
<Name>grim</Name> <Name>grim</Name>
<RuntimeDependencies> <RuntimeDependencies>
<Dependency>wayland-client</Dependency>
<Dependency>libpng</Dependency> <Dependency>libpng</Dependency>
<Dependency>pixman</Dependency> <Dependency>pixman</Dependency>
<Dependency>libjpeg-turbo</Dependency> <Dependency>libjpeg-turbo</Dependency>
<Dependency>wayland-client</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path> <Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path> <Path fileType="doc">/usr/share/doc</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="1"> <Update release="1">
<Date>2022-02-21</Date> <Date>2022-02-22</Date>
<Version>1.4.0</Version> <Version>1.4.0</Version>
<Comment>First release</Comment> <Comment>First release</Comment>
<Name>Idris Kalp</Name> <Name>Idris Kalp</Name>
+2 -2
View File
@@ -2,7 +2,7 @@
<PISI> <PISI>
<Source> <Source>
<Name>grim</Name> <Name>grim</Name>
<Summary xml:lang="tr">Screenshot utility for Wayland. </Summary> <Summary xml:lang="tr">Wayland için ekran görüntüsü yardımcı programı.</Summary>
<Description xml:lang="tr">grim is a tool to take screenshots on Wayland sessions.</Description> <Description xml:lang="tr">grim, Wayland oturumlarında ekran görüntüsü almak için bir araçtır.</Description>
</Source> </Source>
</PISI> </PISI>