dbus-glib rebuild
This commit is contained in:
@@ -10,13 +10,15 @@ from pisi.actionsapi import libtools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
libtools.libtoolize("--force --copy")
|
||||
autotools.autoreconf("-fi")
|
||||
#libtools.libtoolize("--force --copy")
|
||||
autotools.autoreconf("-f")
|
||||
|
||||
autotools.configure("--localstatedir=/var \
|
||||
--enable-bash-completion \
|
||||
--disable-doxygen-docs \
|
||||
--disable-gtk-doc \
|
||||
--enable-gtk-doc=no \
|
||||
--without-gtk-doc \
|
||||
--enable-gtk-doc-html=no \
|
||||
--disable-static")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<!-- New dbus uses GVariant data structure. We need glib2 >= 2.24 -->
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>libpcre-devel</Dependency>
|
||||
<Dependency>expat-devel</Dependency>
|
||||
<Dependency versionFrom="2.4.8">expat-devel</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
@@ -66,6 +66,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="15">
|
||||
<Date>2022-07-18</Date>
|
||||
<Version>0.112</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2022-06-30</Date>
|
||||
<Version>0.112</Version>
|
||||
|
||||
Reference in New Issue
Block a user