gtk3 ver. bump
This commit is contained in:
@@ -7,15 +7,16 @@
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
|
||||
def setup():
|
||||
options = "--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--enable-x11-backend \
|
||||
--enable-broadway-backend \
|
||||
--disable-wayland-backend \
|
||||
options = "--prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
-Dcolord=no \
|
||||
-Dgtk_doc=true \
|
||||
-Dbroadway_backend=true \
|
||||
"
|
||||
|
||||
shelltools.export("CFLAGS", get.CFLAGS().replace("-fomit-frame-pointer",""))
|
||||
@@ -24,7 +25,9 @@ def setup():
|
||||
options += " --libdir=/usr/lib32 \
|
||||
--bindir=/usr/bin32 \
|
||||
--sbindir=/usr/sbin32 \
|
||||
--enable-colord=no \
|
||||
-Dman=false \
|
||||
-Dgtk_doc=false \
|
||||
-Dcolord=no \
|
||||
"
|
||||
|
||||
shelltools.export("CC", "%s -m32" % get.CC())
|
||||
@@ -36,19 +39,21 @@ def setup():
|
||||
|
||||
pisitools.dosed("configure.ac", "cups-config", "cups-config-32bit")
|
||||
|
||||
autotools.autoreconf("-fiv")
|
||||
autotools.configure(options)
|
||||
#autotools.autoreconf("-fiv")
|
||||
mesontools.configure(options)
|
||||
|
||||
pisitools.dosed("libtool", "( -shared )", r" -Wl,-O1,--as-needed\1")
|
||||
#pisitools.dosed("libtool", "( -shared )", r" -Wl,-O1,--as-needed\1")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
#autotools.make()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
#autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
# remove empty dir
|
||||
pisitools.removeDir("/usr/share/man")
|
||||
#pisitools.removeDir("/usr/share/man")
|
||||
pisitools.dodoc("AUTHORS", "README*", "HACKING", "ChangeLog*", "NEWS*")
|
||||
|
||||
if get.buildTYPE() == "emul32":
|
||||
|
||||
@@ -11,8 +11,9 @@
|
||||
<License>LGPLv2.1</License>
|
||||
<Summary>The GIMP Toolkit version 3</Summary>
|
||||
<Description>GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites.</Description>
|
||||
<Archive sha1sum="5f014189e117207580bf7bc16aea4e09e009c75a" type="tarxz">mirrors://gnome/gtk+/3.24/gtk+-3.24.13.tar.xz</Archive>
|
||||
<Archive sha1sum="f718433c09f77227fd3a10cbf31249f2ceea5a22" type="tarxz">mirrors://gnome/gtk+/3.24/gtk+-3.24.18.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>atk-devel</Dependency>
|
||||
<Dependency>cups-devel</Dependency> <!--It was disabled to avoid circle-->
|
||||
<Dependency>at-spi2-atk-devel</Dependency>
|
||||
@@ -39,6 +40,8 @@
|
||||
<!--Dependency>librest-devel</Dependency>-->
|
||||
<Dependency>fribidi-devel</Dependency>
|
||||
<Dependency>harfbuzz-devel</Dependency>
|
||||
|
||||
<Dependency>docbook-xsl</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">071_fix-installation-of-HTML-images.patch</Patch> -->
|
||||
@@ -216,6 +219,13 @@
|
||||
</Package>-->
|
||||
|
||||
<History>
|
||||
<Update release="133">
|
||||
<Date>2020-04-12</Date>
|
||||
<Version>3.24.18</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Date>2020-01-10</Date>
|
||||
<Version>3.24.13</Version>
|
||||
|
||||
Reference in New Issue
Block a user