gtk2-2.24.33

This commit is contained in:
Rmys
2021-05-04 18:00:33 +03:00
committed by GitHub
parent 254520ce69
commit 9962925ddd
2 changed files with 12 additions and 4 deletions
+1
View File
@@ -25,6 +25,7 @@ def setup():
--sbindir=/usr/sbin32 \
--disable-cups"
shelltools.export("GLIB_MKENUMS", "/usr/bin/glib-mkenums")
shelltools.export("CC", "%s -m32" % get.CC())
shelltools.export("CXX", "%s -m32" % get.CC())
shelltools.export("CXXFLAGS", "%s -m32" % get.CFLAGS())
+11 -4
View File
@@ -11,7 +11,7 @@
<License>LGPLv2.1</License>
<Summary>The GIMP Toolkit version 2</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="c885ade62b06854590822c8eb906daf7dd15d90a" type="tarxz">mirrors://gnome/gtk+/2.24/gtk+-2.24.32.tar.xz</Archive>
<Archive sha1sum="6fb0199cbb858456ba5d6fc9d7e4641f73476e76" type="tarxz">mirrors://gnome/gtk+/2.24/gtk+-2.24.33.tar.xz</Archive>
<BuildDependencies>
<Dependency>cups-devel</Dependency> <!--It was disabled to avoid circle-->
<Dependency>libXi-devel</Dependency>
@@ -48,9 +48,9 @@
<Patch level="1">fedora/icon-padding.patch</Patch>
<Patch level="1">fedora/tooltip-positioning.patch</Patch>
<Patch level="1">fedora/window-dragging.patch</Patch>
<Patch level="1">fedora/python3.patch</Patch>
<Patch level="1">fedora/0001-Fix-compiler-warnings-with-GCC-8.1.patch</Patch>
<Patch level="1">fedora/0001-calendar-Use-the-new-OB-format-if-supported.patch</Patch>
<!-- <Patch level="1">fedora/python3.patch</Patch> -->
<!-- <Patch level="1">fedora/0001-Fix-compiler-warnings-with-GCC-8.1.patch</Patch> -->
<!-- <Patch level="1">fedora/0001-calendar-Use-the-new-OB-format-if-supported.patch</Patch> -->
</Patches>
</Source>
@@ -193,6 +193,13 @@
</Package>
<History>
<Update release="12">
<Date>2021-05-03</Date>
<Version>2.24.33</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="11">
<Date>2020-05-01</Date>
<Version>2.24.32</Version>