phosh-mobile-settings new package
This commit is contained in:
@@ -0,0 +1,22 @@
|
|||||||
|
#!/usr/bin/env 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 mesontools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
|
def setup():
|
||||||
|
mesontools.configure()
|
||||||
|
|
||||||
|
def build():
|
||||||
|
mesontools.build()
|
||||||
|
|
||||||
|
def install():
|
||||||
|
mesontools.install()
|
||||||
|
|
||||||
|
pisitools.dodoc("COPYING", "NEWS", "README*")
|
||||||
@@ -0,0 +1,73 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>phosh-mobile-settings</Name>
|
||||||
|
<Homepage>https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings/</Homepage>
|
||||||
|
<Packager>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Packager>
|
||||||
|
<License>GPLv3</License>
|
||||||
|
<IsA>app</IsA>
|
||||||
|
<Summary>A settings app for mobile specific things</Summary>
|
||||||
|
<Description>Mobil cihazlara özel ayarlar uygulaması</Description>
|
||||||
|
<Archive sha1sum="0c0d936965700e16e0657a87321eacf0ece332bb" type="tarbz2">https://gitlab.gnome.org/World/Phosh/phosh-mobile-settings/-/archive/v0.42.0/phosh-mobile-settings-v0.42.0.tar.bz2</Archive>
|
||||||
|
<BuildDependencies>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
|
<Dependency>gtk4-devel</Dependency>
|
||||||
|
<Dependency>glib2-devel</Dependency>
|
||||||
|
<Dependency>gsound-devel</Dependency>
|
||||||
|
<Dependency>json-glib-devel</Dependency>
|
||||||
|
<Dependency>libadwaita-devel</Dependency>
|
||||||
|
<Dependency>libgmobile-devel</Dependency>
|
||||||
|
<Dependency>lm_sensors-devel</Dependency>
|
||||||
|
<Dependency>gnome-desktop-devel</Dependency>
|
||||||
|
<Dependency>wayland-client</Dependency>
|
||||||
|
<Dependency>wayland-devel</Dependency>
|
||||||
|
<Dependency>feedbackd-devel</Dependency>
|
||||||
|
<Dependency>phosh</Dependency>
|
||||||
|
<Dependency>python3-packaging</Dependency>
|
||||||
|
</BuildDependencies>
|
||||||
|
<!--
|
||||||
|
<Patches>
|
||||||
|
<Patch>phosh-mobile-settings.patch</Patch>
|
||||||
|
<Patch level="1">phosh-mobile-settings.patch</Patch>
|
||||||
|
</Patches>
|
||||||
|
-->
|
||||||
|
</Source>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>phosh-mobile-settings</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency>gtk4</Dependency>
|
||||||
|
<Dependency>phosh</Dependency>
|
||||||
|
<Dependency>glib2</Dependency>
|
||||||
|
<Dependency>gsound</Dependency>
|
||||||
|
<Dependency>json-glib</Dependency>
|
||||||
|
<Dependency>libadwaita</Dependency>
|
||||||
|
<Dependency>libgmobile</Dependency>
|
||||||
|
<Dependency>lm_sensors</Dependency>
|
||||||
|
<Dependency>gnome-desktop</Dependency>
|
||||||
|
<Dependency>wayland-client</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
|
<Path fileType="library">/usr/lib</Path>
|
||||||
|
<Path fileType="data">/usr/share</Path>
|
||||||
|
<Path fileType="localedata">/usr/share/locale</Path>
|
||||||
|
<Path fileType="info">/usr/share/metainfo</Path>
|
||||||
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
|
-->
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
<History>
|
||||||
|
<Update release="1">
|
||||||
|
<Date>2024-09-30</Date>
|
||||||
|
<Version>0.42.0</Version>
|
||||||
|
<Comment>First release</Comment>
|
||||||
|
<Name>PisiLinux Community</Name>
|
||||||
|
<Email>admins@pisilinux.org</Email>
|
||||||
|
</Update>
|
||||||
|
</History>
|
||||||
|
</PISI>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" ?>
|
||||||
|
<PISI>
|
||||||
|
<Source>
|
||||||
|
<Name>phosh-mobile-settings</Name>
|
||||||
|
<Summary xml:lang="tr">A settings app for mobile specific things</Summary>
|
||||||
|
<Description xml:lang="tr">Mobil cihazlara özel ayarlar uygulaması</Description>
|
||||||
|
</Source>
|
||||||
|
</PISI>
|
||||||
Reference in New Issue
Block a user