cinnamon-desktop

This commit is contained in:
2022-07-25 11:21:29 +03:00
parent 5e21d7cead
commit 1330f54c9a
25 changed files with 294060 additions and 292824 deletions
@@ -0,0 +1,17 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
def setup():
pass
def build():
pass
def install():
pythonmodules.install(pyVer = '3')
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-xapp</Name>
<Homepage>https://github.com/linuxmint/python3-xapp</Homepage>
<Packager>
<Name>PisiLinux Developers</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPL</License>
<IsA>library</IsA>
<Icon>python</Icon>
<PartOf>programming.language.python3</PartOf>
<Summary>Python Xapp Library</Summary>
<Description>Python Xapp Library</Description>
<Archive sha1sum="c874c940ae277ae1975b478979a37a18ef89c6c3" type="targz">https://github.com/linuxmint/python3-xapp/archive/refs/tags/2.2.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-xapp</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-05-15</Date>
<Version>2.2.1</Version>
<Comment>First Release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>