gfxboot ver. bump

This commit is contained in:
Rmys
2020-01-25 22:16:22 +03:00
parent 4b7b937b8a
commit b0115337d0
2 changed files with 10 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ from pisi.actionsapi import get
def setup():
pisitools.dosed("bin/help2txt", "openSUSE", "PisiLinux")
pisitools.dosed("Makefile", "^CC.*", "CC = %s" % get.CC())
#pisitools.dosed("doc/Makefile", "xmlto", "xmlto --skip-validation")
pisitools.dosed("gfxboot-font.c", "#include <freetype/ftsynth.h>", "#include <freetype2/ftsynth.h>")
+9 -2
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>Tools to create graphical boot logos</Summary>
<Description>Set of tools to create graphical boot logos, for grub, lilo and syslinux. It supports arch-specific boot menus, advanced help menus, multiple keymaps, animated images, and more graphical pretty things.</Description>
<Archive sha1sum="def011533b57b19a10c28c617bf7ef30077fbc80" type="targz">https://github.com/openSUSE/gfxboot/archive/4.5.36.tar.gz</Archive>
<Archive sha1sum="083ab6963627215dca72939d0847c6e89afd89a1" type="targz">https://github.com/openSUSE/gfxboot/archive/4.5.64.tar.gz</Archive>
<BuildDependencies>
<Dependency>xmlto</Dependency>
<Dependency>freetype-devel</Dependency>
@@ -22,7 +22,7 @@
<Dependency>lynx</Dependency>
</BuildDependencies>
<Patches>
<Patch level="0">productname.patch</Patch>
<!-- <Patch level="0">productname.patch</Patch> -->
<Patch>no-theme-no-git.patch</Patch>
</Patches>
</Source>
@@ -42,6 +42,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-25</Date>
<Version>4.5.64</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-08-13</Date>
<Version>4.5.36</Version>