mate ver. bump

This commit is contained in:
Rmys
2020-03-19 18:48:41 +03:00
parent bad48ea295
commit e6ac4afa0a
16 changed files with 144 additions and 49 deletions
+2 -1
View File
@@ -10,8 +10,9 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.export("PYTHON","/usr/bin/python3")
#shelltools.export("PYTHON","python3")
autotools.configure("--prefix=/usr \
pythondir=/usr/bin/python3 \
--disable-scrollkeeper \
--disable-schemas-install")
+10 -3
View File
@@ -12,12 +12,12 @@
<IsA>library</IsA>
<Summary>Python binding for Mate CAJA</Summary>
<Description>These are unstable bindings for the caja extension library.</Description>
<Archive sha1sum="bf8ad4f1e50e02b336646d220f2d4c37605307d8" type="tarxz">http://pub.mate-desktop.org/releases/1.22/python-caja-1.22.1.tar.xz</Archive>
<Archive sha1sum="609f7c49f8f724795ab005e95d3d8e50afa139a5" type="tarxz">http://pub.mate-desktop.org/releases/1.24/python-caja-1.24.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>mate-common</Dependency>
<Dependency versionFrom="1.24.0">mate-common</Dependency>
<Dependency>python-pygobject3-devel</Dependency>
<Dependency>caja-devel</Dependency>
<Dependency versionFrom="1.24.0">caja-devel</Dependency>
<Dependency>intltool</Dependency>
</BuildDependencies>
</Source>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="2">
<Date>2020-03-01</Date>
<Version>1.24.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-02-13</Date>
<Version>1.22.1</Version>