gnome-dictionary: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,62 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>gnome-dictionary</Name>
|
||||||
|
<Homepage>https://wiki.gnome.org/Apps/Dictionary</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv2+</License>
|
||||||
|
<Icon>gnome-dictionary</Icon>
|
||||||
|
<IsA>app:gui</IsA>
|
||||||
|
<Summary>A dictionary application for GNOME</Summary>
|
||||||
|
<Description>A dictionary application for GNOME</Description>
|
||||||
|
<Archive sha1sum="0c0843ae08da8a9f9a71c230d6358b7a4649de7c" type="tarxz">mirrors://gnome/gnome-dictionary/40/gnome-dictionary-40.0.tar.xz</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>appstream-glib-devel</Dependency>
|
||||||
|
<Dependency>desktop-file-utils</Dependency>
|
||||||
|
<Dependency>docbook-xsl</Dependency>
|
||||||
|
<Dependency>gettext-devel</Dependency>
|
||||||
|
<Dependency>gobject-introspection-devel</Dependency>
|
||||||
|
<Dependency>gtk3-devel</Dependency>
|
||||||
|
<Dependency>itstool</Dependency>
|
||||||
|
<Dependency>libxslt-devel</Dependency>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>gnome-dictionary</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>gtk3</Dependency>
|
||||||
|
<Dependency>cairo</Dependency>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>pango</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="doc">/usr/share/doc</Path>
|
||||||
|
<Path fileType="data">/usr/share/gdict-1.0</Path>
|
||||||
|
<Path fileType="data">/usr/share/glib-2.0</Path>
|
||||||
|
<Path fileType="data">/usr/share/help</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-10</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-dictionary</Name>
|
||||||
|
<Summary xml:lang="tr">Gnome için bir sözlük uygulaması</Summary>
|
||||||
|
<Description xml:lang="tr">Gnome için bir sözlük uygulaması</Description>
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>gnome-dictionary-devel</Name>
|
||||||
|
<Summary xml:lang="tr">gnome-dictionary için geliştirme dosyaları</Summary>
|
||||||
|
</Package>
|
||||||
|
</PISI>
|
||||||
+268510
-268295
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
|||||||
c28af5bc8d26bbde71d444d54e9aa15b441643b2
|
89e1d2e35a2bfd696c190cf3d7e33423633e78b2
|
||||||
Binary file not shown.
@@ -1 +1 @@
|
|||||||
f02df35d3d12a2c27e7efc1f8da4d59081e51b27
|
93ac0ef0ae34e9dab217f2225a720a1ee0392f72
|
||||||
Reference in New Issue
Block a user