This commit is contained in:
Rmys
2021-11-30 15:22:34 +03:00
committed by GitHub
parent 80fa9e64b6
commit 83b2eefe1e
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ def install():
for libdel in ["libbfd.a", "libopcodes.a", "libctf.a", "libctf-nobfd.a"]:
pisitools.remove("/usr/lib/%s" % libdel)
for hea in ["ansidecl", "bfd", "bfdlink", "bfd_stdint", "diagnostics", "dis-asm", "plugin-api", "symcat", "ctf", "ctf-api"]:
for hea in ["ansidecl", "bfd", "bfdlink", "diagnostics", "dis-asm", "plugin-api", "symcat", "ctf", "ctf-api"]:
pisitools.remove("/usr/include/%s.h" % hea)
pisitools.remove("/usr/share/info/bfd.info")
+8 -1
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="1056e2743a825ecce46ec9eec37f0b357831012b" type="tarxz">https://ftp.gnu.org/gnu/gdb/gdb-10.2.tar.xz</Archive>
<Archive sha1sum="6cb3361c7f2b22d6d2c25ab4992264aa41bc2471" type="tarxz">https://ftp.gnu.org/gnu/gdb/gdb-11.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>texinfo</Dependency>
<Dependency>xz-devel</Dependency>
@@ -65,6 +65,13 @@
</Package>
<History>
<Update release="10">
<Date>2021-11-30</Date>
<Version>11.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="9">
<Date>2021-09-15</Date>
<Version>10.2</Version>