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,31 @@
#!/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():
pisitools.dosed("data/org.mate.peripherals-touchpad.gschema.xml.in", "<default>false</default>", "<default>true</default>")
autotools.configure("--enable-pulse \
--disable-static \
--disable-schemas-compile \
--enable-polkit \
--with-x \
--with-nssdb")
# for fix unused dependency
pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README", "COPYING", "NEWS", "ChangeLog", "AUTHORS")
@@ -0,0 +1,97 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mate-settings-daemon</Name>
<Homepage>http://www.mate-desktop.org</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2+</License>
<IsA>service</IsA>
<Summary>System settings daemon for MATE desktop</Summary>
<Description>gnome-settings-daemon shares MATE specific settings with other applications via DBus connection.</Description>
<Archive sha1sum="c6b7a731f67bbe5189e6e38018d9cbd5bfb20efc" type="tarxz">http://pub.mate-desktop.org/releases/1.22/mate-settings-daemon-1.22.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>dconf-devel</Dependency>
<Dependency>mate-common</Dependency>
<Dependency>libmatemixer-devel</Dependency>
<Dependency>libcanberra-devel</Dependency>
<!--Dependency>libcanberra-gtk3-devel</Dependency-->
<Dependency>libcanberra-gtk-devel</Dependency>
<Dependency>libmatekbd-devel</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>libSM-devel</Dependency>
<Dependency>mate-desktop-devel</Dependency>
<Dependency>polkit-devel</Dependency>
<Dependency>nss-devel</Dependency>
<Dependency>pulseaudio-libs-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>mate-settings-daemon</Name>
<RuntimeDependencies>
<Dependency>nss</Dependency>
<Dependency>dbus</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>nspr</Dependency>
<Dependency>cairo</Dependency>
<Dependency>dconf</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libXi</Dependency>
<Dependency>libX11</Dependency>
<Dependency>polkit</Dependency>
<Dependency>dbus-glib</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>fontconfig</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libmatekbd</Dependency>
<Dependency>libxklavier</Dependency>
<Dependency>libmatemixer</Dependency>
<Dependency>mate-desktop</Dependency>
<Dependency>pulseaudio-libs</Dependency>
<Dependency>libcanberra-gtk3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man/</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="data">/usr/share/glib-2.0</Path>
<Path fileType="data">/usr/share/polkit-1</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/mate-settings-daemon</Path>
<Path fileType="data">/usr/share/mate-control-center</Path>
</Files>
</Package>
<Package>
<Name>mate-settings-daemon-devel</Name>
<Summary>mate-settings-daemon için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="current">mate-settings-daemon</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2013-10-18</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,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mate-settins-daemon</Name>
<Summary xml:lang="tr">Mate masaüstü için sistem ayar yöneticisi</Summary>
<Description xml:lang="tr">mate-settings-daemon Mate'e özgü ayarları diğer programlara DBus bağlantısı aracılığıyla paylaştırır.</Description>
</Source>
<Package>
<Name>mate-settings-daemon-devel</Name>
<Summary xml:lang="tr">mate-settings-daemon için geliştirme dosyaları</Summary>
</Package>
</PISI>