cinnamon ver. bump
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
# 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
|
||||
from pisi.actionsapi import pythonmodules, mesontools
|
||||
|
||||
def setup():
|
||||
pass
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
pass
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer = '3')
|
||||
mesontools.install()
|
||||
|
||||
|
||||
@@ -14,8 +14,9 @@
|
||||
<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>
|
||||
<Archive sha1sum="5c00cdc4f16c6fe8f26a0d7f2903c7a9012f8c72" type="targz">https://github.com/linuxmint/python3-xapp/archive/refs/tags/2.4.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
</BuildDependencies>
|
||||
@@ -34,6 +35,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2022-11-17</Date>
|
||||
<Version>2.4.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2022-05-15</Date>
|
||||
<Version>2.2.1</Version>
|
||||
@@ -43,4 +51,3 @@
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user