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
+28
View File
@@ -0,0 +1,28 @@
#!/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 get
def setup():
#pisitools.ldflags.add("-lcpupower")
#autotools.autoreconf("-fi")
autotools.configure("--prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib \
--enable-polkit \
--with-cpufreq-lib=cpupower \
--disable-static")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README", "NEWS", "ChangeLog", "AUTHORS", "COPYING")
+94
View File
@@ -0,0 +1,94 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mate-applets</Name>
<Homepage>http://www.mate-desktop.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Applets for MATE panel</Summary>
<Description>Applets for the MATE Desktop and Panel</Description>
<Archive sha1sum="f81b79654b7c8c5340bf2a4e2e7625cee79af6a1" type="tarxz">http://pub.mate-desktop.org/releases/1.22/mate-applets-1.22.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>libgtop-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libICE-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>upower-devel</Dependency>
<Dependency>libwnck3-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>mate-common</Dependency>
<Dependency>mate-settings-daemon-devel</Dependency>
<Dependency>mate-notification-daemon</Dependency>
<Dependency>mate-panel-devel</Dependency>
<Dependency>libmateweather-devel</Dependency>
<Dependency>polkit-devel</Dependency>
<Dependency>gtksourceview3-devel</Dependency>
<Dependency>wireless-tools-devel</Dependency>
<Dependency>NetworkManager-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>itstool</Dependency>
<Dependency>cpupowertools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>mate-applets</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>polkit</Dependency>
<Dependency>upower</Dependency>
<Dependency>libgtop</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libwnck3</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>mate-panel</Dependency>
<Dependency>cpupowertools</Dependency>
<Dependency>gtksourceview3</Dependency>
<Dependency>libmateweather</Dependency>
<Dependency>wireless-tools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="config">/etc/sound</Path>
<Path fileType="config">/etc/dbus-1</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/omf</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/help</Path>
<Path fileType="data">/usr/share/mate</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/MateConf</Path>
<Path fileType="data">/usr/share/polkit-1</Path>
<Path fileType="data">/usr/share/glib-2.0</Path>
<Path fileType="data">/usr/share/mate-2.0</Path>
<Path fileType="man">/usr/share/man/</Path>
<Path fileType="data">/usr/share/mate-panel</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/mate-applets</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-13</Date>
<Version>1.22.2</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-applets</Name>
<Summary xml:lang="en">Applets for MATE panel.</Summary>
<Description xml:lang="en">Applets for the MATE Desktop and Panel</Description>
</Source>
</PISI>