polari: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("AUTHORS", "COPYING", "README*", "NEWS")
|
||||
@@ -0,0 +1,65 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>polari</Name>
|
||||
<Homepage></Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<Icon>polari</Icon>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Internet Relay Chat client for GNOME</Summary>
|
||||
<Description>Internet Relay Chat client for GNOME</Description>
|
||||
<Archive sha1sum="6e2a85251ff3edebb33116c8984f24bebda9a0c5" type="tarxz">mirrors://gnome/polari/3.38/polari-3.38.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>appstream-glib-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gjs-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>telepathy-glib-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<Dependency>itstool</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>polari</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gjs</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>telepathy-glib</Dependency>
|
||||
<Dependency>gobject-introspection</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/polari</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/help</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="localdata">/usr/share/locale</Path>
|
||||
<Path fileType="data">/usr/share/metainfo</Path>
|
||||
<Path fileType="data">/usr/share/polari</Path>
|
||||
<Path fileType="data">/usr/share/telepathy</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-14</Date>
|
||||
<Version>3.38.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>polari</Name>
|
||||
<Summary xml:lang="tr">GNOME için İnternet Aktarmalı Sohbet istemcisi</Summary>
|
||||
<Description xml:lang="tr">GNOME için İnternet Aktarmalı Sohbet istemcisi</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>polari-devel</Name>
|
||||
<Summary xml:lang="tr">polari için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
+97
-5
@@ -10581,6 +10581,70 @@ components such as the Settings and gnome-shell.</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>polari</Name>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<PartOf>desktop.gnome.apps</PartOf>
|
||||
<Summary xml:lang="en">Internet Relay Chat client for GNOME</Summary>
|
||||
<Summary xml:lang="tr">GNOME için İnternet Aktarmalı Sohbet istemcisi</Summary>
|
||||
<Description xml:lang="en">Internet Relay Chat client for GNOME</Description>
|
||||
<Description xml:lang="tr">GNOME için İnternet Aktarmalı Sohbet istemcisi</Description>
|
||||
<Icon>polari</Icon>
|
||||
<Archive type="tarxz" sha1sum="6e2a85251ff3edebb33116c8984f24bebda9a0c5" name="polari-3.38.0.tar.xz">mirrors://gnome/polari/3.38/polari-3.38.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>appstream-glib-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gjs-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
<Dependency>telepathy-glib-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
<Dependency>itstool</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>desktop/gnome/apps/polari/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>polari</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gjs</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>telepathy-glib</Dependency>
|
||||
<Dependency>gobject-introspection</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/polari</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/help</Path>
|
||||
<Path fileType="data">/usr/share/icons</Path>
|
||||
<Path fileType="localdata">/usr/share/locale</Path>
|
||||
<Path fileType="data">/usr/share/metainfo</Path>
|
||||
<Path fileType="data">/usr/share/polari</Path>
|
||||
<Path fileType="data">/usr/share/telepathy</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-06-14</Date>
|
||||
<Version>3.38.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>gnome-music</Name>
|
||||
@@ -10596,7 +10660,7 @@ components such as the Settings and gnome-shell.</Description>
|
||||
<Description xml:lang="en">Music player and management application for GNOME</Description>
|
||||
<Description xml:lang="tr">Gnome için müzik çalar uygulaması</Description>
|
||||
<Icon>gnome-music</Icon>
|
||||
<Archive type="tarxz" sha1sum="d1f5f1ca2e9b369b51e8ea5b927db65817342f83" name="gnome-music-40.0.tar.xz">mirrors://gnome/gnome-music/40/gnome-music-40.0.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="d2a2aaa09210e2150989399dda8834ca544ed50d" name="gnome-music-40.1.1.tar.xz">mirrors://gnome/gnome-music/40/gnome-music-40.1.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>appstream-glib-devel</Dependency>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
@@ -10656,6 +10720,13 @@ components such as the Settings and gnome-shell.</Description>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2021-06-14</Date>
|
||||
<Version>40.1.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-06-10</Date>
|
||||
<Version>40.0</Version>
|
||||
@@ -11307,7 +11378,7 @@ components such as the Settings and gnome-shell.</Description>
|
||||
<Summary xml:lang="tr">The GNOME Terminal Emulator</Summary>
|
||||
<Description xml:lang="en">GNOME Terminal Emülatörü</Description>
|
||||
<Description xml:lang="tr">GNOME Terminal Emülatörü</Description>
|
||||
<Archive type="tarxz" sha1sum="0f64a1abe39b5dd42cdefe3e19b6afd818988600" name="gnome-terminal-3.40.1.tar.xz">https://download.gnome.org/sources/gnome-terminal/3.40/gnome-terminal-3.40.1.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="1dfa62af5e24fed65124c88338a12067208183ad" name="gnome-terminal-3.40.2.tar.xz">https://download.gnome.org/sources/gnome-terminal/3.40/gnome-terminal-3.40.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>itstool</Dependency>
|
||||
<Dependency>atk-devel</Dependency>
|
||||
@@ -11362,6 +11433,13 @@ components such as the Settings and gnome-shell.</Description>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2021-06-14</Date>
|
||||
<Version>3.40.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-06-02</Date>
|
||||
<Version>3.40.1</Version>
|
||||
@@ -11795,7 +11873,7 @@ components such as the Settings and gnome-shell.</Description>
|
||||
<PartOf>desktop.gnome.apps</PartOf>
|
||||
<Summary xml:lang="en">Integrated mail, addressbook and calendaring for GNOME.</Summary>
|
||||
<Description xml:lang="en">The Evolution package contains an integrated mail, calendar and address book suite designed for the GNOME environment.</Description>
|
||||
<Archive type="tarxz" sha1sum="d9298995a45a8ead5353ab520a5e5e1ac9afafff" name="evolution-3.40.1.tar.xz">https://download.gnome.org/sources/evolution/3.40/evolution-3.40.1.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="5c7b11d5508945baa5ebff559a4cdfaa20b609a9" name="evolution-3.40.2.tar.xz">https://download.gnome.org/sources/evolution/3.40/evolution-3.40.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gnome-desktop-devel</Dependency>
|
||||
<Dependency>libcanberra-gtk3-devel</Dependency>
|
||||
@@ -11870,7 +11948,7 @@ components such as the Settings and gnome-shell.</Description>
|
||||
<Package>
|
||||
<Name>evolution-devel</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">evolution</Dependency>
|
||||
<Dependency release="2">evolution</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gnome-desktop-devel</Dependency>
|
||||
@@ -11883,6 +11961,13 @@ components such as the Settings and gnome-shell.</Description>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2021-06-14</Date>
|
||||
<Version>3.40.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-06-05</Date>
|
||||
<Version>3.40.1</Version>
|
||||
@@ -12217,7 +12302,7 @@ components such as the Settings and gnome-shell.</Description>
|
||||
<Description xml:lang="en">Simple and beautiful calendar application designed to fit GNOME 3</Description>
|
||||
<Description xml:lang="tr">GNOME 3 için tasarlanmış basit ve güzel bir takvim uygulaması</Description>
|
||||
<Icon>gnome-calendar</Icon>
|
||||
<Archive type="tarxz" sha1sum="92d0a3f9bdfeaff265cb805b75b8601ae7b4dd5f" name="gnome-calendar-40.1.tar.xz">mirrors://gnome/gnome-calendar/40/gnome-calendar-40.1.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="1f7c954c193b4b23dac07afb5ccd8022da605702" name="gnome-calendar-40.2.tar.xz">mirrors://gnome/gnome-calendar/40/gnome-calendar-40.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>appstream-devel</Dependency>
|
||||
<Dependency>desktop-file-utils</Dependency>
|
||||
@@ -12272,6 +12357,13 @@ components such as the Settings and gnome-shell.</Description>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2021-06-14</Date>
|
||||
<Version>40.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-06-08</Date>
|
||||
<Version>40.1</Version>
|
||||
|
||||
@@ -1 +1 @@
|
||||
b1fa62303014784d93b096ea9fea1c4cf9558beb
|
||||
42aa4960f6199b4911546290d5ca1f565eccadbc
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
cc577c18ff0452a6a636789cf5bf70d0a41d08e7
|
||||
2ad945c012b84c74d482d67515f2321348334b63
|
||||
Reference in New Issue
Block a user