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