1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>gnome-screenshot</Name>
- <Homepage>https://gitlab.gnome.org/GNOME/gnome-screenshot</Homepage>
- <Packager>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Packager>
- <License>GPLv2</License>
- <Icon>gnome-screenshot</Icon>
- <IsA>app:gui</IsA>
- <Summary>A screenshot utility for GNOME</Summary>
- <Description>A screenshot utility for GNOME</Description>
- <Archive sha1sum="6b4646d6ed0bb4c9c4ab11ffa5e9a1acbbe85373" type="tarxz">mirrors://gnome/gnome-screenshot/41/gnome-screenshot-41.0.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>gettext-devel</Dependency>
- <Dependency>appstream-glib-devel</Dependency>
- <Dependency>meson</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gtk3-devel</Dependency>
- <Dependency>libcanberra-gtk3-devel</Dependency>
- <Dependency>libhandy-devel</Dependency>
- <Dependency>libX11-devel</Dependency>
- <Dependency>libXext</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>gnome-screenshot</Name>
- <RuntimeDependencies>
- <Dependency>gtk3</Dependency>
- <Dependency>cairo</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>libX11</Dependency>
- <Dependency>libXext</Dependency>
- <Dependency>libhandy</Dependency>
- <Dependency>gdk-pixbuf</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="data">/usr/share/applications</Path>
- <Path fileType="data">/usr/share/dbus-1</Path>
- <Path fileType="data">/usr/share/doc</Path>
- <Path fileType="data">/usr/share/glib-2.0</Path>
- <Path fileType="data">/usr/share/icons</Path>
- <Path fileType="localdata">/usr/share/locale</Path>
- <Path fileType="data">/usr/share/man</Path>
- <Path fileType="data">/usr/share/metainfo</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2021-11-14</Date>
- <Version>41.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2021-06-14</Date>
- <Version>40.0</Version>
- <Comment>First release.</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|