gnome-screenshot:new package
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 2.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
|
||||
from pisi.actionsapi import mesontools, pisitools
|
||||
|
||||
def setup():
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("COPYING", "README*", "NEWS")
|
||||
@@ -0,0 +1,13 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Encoding=UTF-8
|
||||
Name=Gnome-screenshot
|
||||
Name[tr]=Gnome-screenshot
|
||||
GenericName=Gnome-screenshot
|
||||
GenericName[tr]=Gnome-screenshot
|
||||
Icon=gnome-screenshot
|
||||
Exec=gnome-screenshot
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Application;Game;ArcadeGame;
|
||||
@@ -0,0 +1,63 @@
|
||||
<?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="b71f77c1a10eac54d2e111d87c64ab523b21ffe4" type="tarxz">mirrors://gnome/gnome-screenshot/40/gnome-screenshot-40.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="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>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gnome-screenshot</Name>
|
||||
<Summary xml:lang="tr">Gnome için ekran görüntüsü yakalma uygulaması</Summary>
|
||||
<Description xml:lang="tr">Gnome için ekran görüntüsü yakalma uygulaması</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gnome-screenshot-devel</Name>
|
||||
<Summary xml:lang="tr">gnome-screenshot için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
+269240
-269022
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
1e3522d11e6f9fc0b9c0e02d208b2d76302e8874
|
||||
7a96c4c6030cce36896a79fa14642f390f823382
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
d9a1f856d3f176ec3408491280e9cdf1d196cd27
|
||||
ae769224f7611470abd7dc2784061e97a0228de5
|
||||
Reference in New Issue
Block a user