fox toolkit.

This commit is contained in:
4fury-c3440d8
2023-04-25 06:23:40 +03:00
parent a03059220f
commit b83afd5f39
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ j = ''.join([
def setup():
pisitools.dosed("configure.ac", "-fno-stack-protector", "-fstack-protector-strong")
pisitools.dosed("lib/FXRex.cpp", "#define\ TOPIC_REXDUMP", "// #define TOPIC_REXDUMP")
autotools.autoreconf()
autotools.autoreconf("-fiv")
autotools.configure(j)
def build():
+10 -3
View File
@@ -13,8 +13,8 @@
<PartOf>desktop.toolkit.fox</PartOf>
<Summary>The FOX GUI Library.</Summary>
<Description>FOX is a C++ based Toolkit for developing Graphical User Interfaces easily and effectively. It offers a wide, and growing, collection of Controls, and provides state of the art facilities such as drag and drop, selection, as well as OpenGL widgets for 3D graphical manipulation. FOX also implements icons, images, and user-convenience features such as status line help, and tooltips. Tooltips may even be used for 3D objects!</Description>
<Archive sha1sum="b77ed4cca60c0ddee9fa02f039e350c7d236c945" type="targz">
http://fox-toolkit.org/ftp/fox-1.7.81.tar.gz
<Archive sha1sum="c6f2f0e28ca87c54fe55aee2ea2ded4dc9fdf687" type="targz">
http://fox-toolkit.org/ftp/fox-1.7.82.tar.gz
</Archive>
<BuildDependencies>
<Dependency>gcc</Dependency>
@@ -30,7 +30,7 @@
<Dependency>libICE-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>mesa-glu-devel</Dependency>
<Dependency>openjpeg2-devel</Dependency>
<!-- <Dependency>openjpeg2-devel</Dependency> -->
<Dependency>libXfixes-devel</Dependency>
<Dependency>libXrandr-devel</Dependency>
<Dependency>libXrender-devel</Dependency>
@@ -213,6 +213,13 @@
</Package>
<History>
<Update release="4">
<Date>2023-04-25</Date>
<Version>1.7.82</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2022-12-29</Date>
<Version>1.7.81</Version>