mate:mate-desktop is ready for Pisi Linux

This commit is contained in:
2020-02-28 09:53:26 +03:00
parent 5724dca45e
commit dc46cd4761
162 changed files with 225598 additions and 213916 deletions
@@ -0,0 +1,23 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.configure("--libexecdir=/usr/lib")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README", "NEWS", "ChangeLog", "AUTHORS", "COPYING")
@@ -0,0 +1,55 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mate-indicator-applet</Name>
<Homepage>http://www.mate-desktop.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<License>LGPLv2+</License>
<IsA>library</IsA>
<Summary>Mate Configuration System</Summary>
<Description>A small applet to display information from various applications consistently in the panel. The indicator applet exposes Ayatana Indicators in the MATE Panel..</Description>
<Archive sha1sum="513f1b8dd3599de82adcd3ab15299f92720810b1" type="tarxz">http://pub.mate-desktop.org/releases/1.22/mate-indicator-applet-1.22.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>mate-common</Dependency>
<Dependency>mate-panel-devel</Dependency>
<Dependency>libindicator-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>mate-indicator-applet</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>mate-panel</Dependency>
<Dependency>libindicator</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="executable">/usr/lib</Path>
<Path fileType="data">/usr/share/mate-panel</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-13</Date>
<Version>1.22.1</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mate-indicator-applet</Name>
<Summary xml:lang="en">A small applet to display information from various applications consistently in the panel.</Summary>
<Description xml:lang="en">A small applet to display information from various applications consistently in the panel. The indicator applet exposes Ayatana Indicators in the MATE Panel.</Description>
</Source>
</PISI>