libgudev-236 ver. bump
This commit is contained in:
@@ -1,35 +1,31 @@
|
|||||||
#!/usr/bin/python
|
#!/usr/bin/env python
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
#
|
||||||
# Licensed under the GNU General Public License, version 3.
|
# Licensed under the GNU General Public License, version 3.
|
||||||
# See the file http://www.gnu.org/copyleft/gpl.txt
|
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||||
|
|
||||||
|
|
||||||
from pisi.actionsapi import get
|
|
||||||
from pisi.actionsapi import autotools
|
|
||||||
from pisi.actionsapi import pisitools
|
|
||||||
from pisi.actionsapi import shelltools
|
from pisi.actionsapi import shelltools
|
||||||
|
from pisi.actionsapi import mesontools
|
||||||
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
options = "--prefix=/usr \
|
||||||
options = "--disable-umockdev \
|
"
|
||||||
"
|
|
||||||
|
|
||||||
if get.buildTYPE() == "emul32":
|
|
||||||
options += "--disable-introspection \
|
|
||||||
--disable-gtk-doc \
|
|
||||||
"
|
|
||||||
else:
|
|
||||||
options += "--enable-introspection \
|
|
||||||
--enable-gtk-doc \
|
|
||||||
"
|
|
||||||
|
|
||||||
autotools.configure(options)
|
|
||||||
# fix unused direct dependency analysis
|
|
||||||
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
|
|
||||||
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
options += " --libdir=lib32 \
|
||||||
|
-Dvapi=disabled \
|
||||||
|
-Dintrospection=disabled"
|
||||||
|
|
||||||
|
mesontools.configure(options)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
mesontools.build()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
mesontools.install()
|
||||||
pisitools.dodoc("README*", "COPYING*")
|
|
||||||
|
if get.buildTYPE() == "emul32":
|
||||||
|
#pisitools.removeDir("/usr/emul32")
|
||||||
|
return
|
||||||
|
|||||||
@@ -14,10 +14,12 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>GObject bindings for Udev (Eudev)</Summary>
|
<Summary>GObject bindings for Udev (Eudev)</Summary>
|
||||||
<Description>GObject bindings for Udev (Eudev)</Description>
|
<Description>GObject bindings for Udev (Eudev)</Description>
|
||||||
<Archive sha1sum="003253c2e75f4602193432c45f234c54694e0057" type="tarxz">https://download.gnome.org/sources/libgudev/234/libgudev-234.tar.xz</Archive>
|
<Archive sha1sum="24a73f68868c0e42940663a64bea952d29a71d17" type="tarxz">https://download.gnome.org/sources/libgudev/236/libgudev-236.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
|
<Dependency>meson</Dependency>
|
||||||
<Dependency>gtk-doc</Dependency>
|
<Dependency>gtk-doc</Dependency>
|
||||||
<Dependency>libxslt</Dependency>
|
<Dependency>libxslt</Dependency>
|
||||||
|
<Dependency>vala-devel</Dependency>
|
||||||
<Dependency>python-six</Dependency>
|
<Dependency>python-six</Dependency>
|
||||||
<Dependency>docbook-xsl</Dependency>
|
<Dependency>docbook-xsl</Dependency>
|
||||||
<Dependency>eudev-devel</Dependency>
|
<Dependency>eudev-devel</Dependency>
|
||||||
@@ -37,6 +39,7 @@
|
|||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
<Path fileType="data">/usr/share/gir-1.0</Path>
|
<Path fileType="data">/usr/share/gir-1.0</Path>
|
||||||
|
<Path fileType="data">/usr/share/vala/vapi</Path>
|
||||||
<Path fileType="data">/usr/share/gtk-doc</Path>
|
<Path fileType="data">/usr/share/gtk-doc</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
@@ -76,6 +79,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2021-04-03</Date>
|
||||||
|
<Version>236</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2020-09-23</Date>
|
<Date>2020-09-23</Date>
|
||||||
<Version>234</Version>
|
<Version>234</Version>
|
||||||
@@ -126,4 +136,4 @@
|
|||||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
</History>
|
</History>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user