This commit is contained in:
Rmys
2023-01-28 12:55:07 +03:00
committed by GitHub
parent d09179ac1b
commit 76b4539fb0
2 changed files with 10 additions and 2 deletions
+1
View File
@@ -45,6 +45,7 @@ def install():
pisitools.remove("/usr/include/%s.h" % hea)
pisitools.remove("/usr/share/info/bfd.info")
pisitools.remove("/usr/share/info/ctf-spec.info")
shelltools.cd("..")
pisitools.dodoc("README*", "COPYING*", "ChangeLog*")
+9 -2
View File
@@ -13,7 +13,7 @@
<IsA>app:console</IsA>
<Summary>GNU debugger</Summary>
<Description>GDB, the GNU Project debugger, allows you to see what is going on 'inside' another program while it executes -- or what another program was doing at the moment it crashed.</Description>
<Archive sha1sum="6cb3361c7f2b22d6d2c25ab4992264aa41bc2471" type="tarxz">https://ftp.gnu.org/gnu/gdb/gdb-11.1.tar.xz</Archive>
<Archive sha1sum="2edabd9f5766b84889b07b366b4438e93e994005" type="tarxz">https://ftp.gnu.org/gnu/gdb/gdb-12.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>texinfo</Dependency>
<Dependency>xz-devel</Dependency>
@@ -27,7 +27,7 @@
<Dependency>source-highlight-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">0001-AArch64-Make-gdbserver-register-set-selection-dynami.patch</Patch>
<!-- <Patch level="1">0001-AArch64-Make-gdbserver-register-set-selection-dynami.patch</Patch> -->
</Patches>
</Source>
@@ -68,6 +68,13 @@
</Package>
<History>
<Update release="11">
<Date>2023-01-28</Date>
<Version>12.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2021-11-30</Date>
<Version>11.1</Version>