gnome ver. bump

This commit is contained in:
Rmys
2022-11-02 19:49:09 +03:00
parent 1c6fecff39
commit 8366bd193c
45 changed files with 521 additions and 74 deletions
+11 -17
View File
@@ -1,28 +1,22 @@
#!/usr/bin/env python
#!/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
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
from pisi.actionsapi import mesontools, pisitools, shelltools, get
def setup():
shelltools.export("PYTHON","/usr/bin/python3")
autotools.configure("PYTHON=python3 \
--enable-gtk-doc")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
mesontools.configure()
def build():
autotools.make()
mesontools.build()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README*")
shelltools.copytree("%s/usr/share/pkgconfig" % get.installDIR(), "%s/usr/lib/pkgconfig" % get.installDIR())
pisitools.removeDir("/usr/share/pkgconfig")
pisitools.dodoc("AUTHORS", "COPYING", "README*")
+11 -2
View File
@@ -12,8 +12,10 @@
<IsA>app</IsA>
<Summary>Python bindings for the Nautilus Extension API</Summary>
<Description>Python bindings for the Nautilus Extension API</Description>
<Archive sha1sum="6b11ff66603053c8355328969dffbeaab0aaa2ff" type="tarxz">https://download.gnome.org/sources/nautilus-python/1.2/nautilus-python-1.2.3.tar.xz</Archive>
<!-- <Archive sha1sum="6b11ff66603053c8355328969dffbeaab0aaa2ff" type="tarxz">https://download.gnome.org/sources/nautilus-python/1.2/nautilus-python-1.2.3.tar.xz</Archive> -->
<Archive sha1sum="a247c141ba7b0f72d42d5a1291942cf7c34b4901" type="tarxz">https://download.gnome.org/sources/nautilus-python/4.0/nautilus-python-4.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency versionFrom="41.0">yelp-tools</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -23,7 +25,7 @@
<Dependency>python3-pygobject3-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">gcc10.patch</Patch>
<!-- <Patch level="1">gcc10.patch</Patch> -->
</Patches>
</Source>
@@ -54,6 +56,13 @@
</Package>
<History>
<Update release="3">
<Date>2022-09-18</Date>
<Version>4.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-09-17</Date>
<Version>1.2.3</Version>