Skip to content

Commit

Permalink
gengetopt: include homepage
Browse files Browse the repository at this point in the history
**Summary**
- Add homepage to package.yml
  • Loading branch information
androidnisse committed Apr 7, 2024
1 parent b476dbf commit 01c663e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 2 additions & 4 deletions packages/g/gengetopt/abi_used_symbols
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
libc.so.6:__cxa_atexit
libc.so.6:__errno_location
libc.so.6:__fprintf_chk
libc.so.6:__isoc23_strtol
libc.so.6:__libc_start_main
libc.so.6:__printf_chk
libc.so.6:__sprintf_chk
Expand Down Expand Up @@ -40,15 +41,13 @@ libc.so.6:strncpy
libc.so.6:strspn
libc.so.6:strstr
libc.so.6:strtod
libc.so.6:strtol
libc.so.6:toupper
libgcc_s.so.1:_Unwind_Resume
libstdc++.so.6:_ZNKSt5ctypeIcE13_M_widen_initEv
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE17find_first_not_ofEPKcmm
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE17find_first_not_ofEcm
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4findEcm
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5rfindEPKcmm
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareEPKc
libstdc++.so.6:_ZNKSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEE3strEv
libstdc++.so.6:_ZNSo3putEc
libstdc++.so.6:_ZNSo5flushEv
Expand All @@ -74,8 +73,6 @@ libstdc++.so.6:_ZNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEE7_M_syncE
libstdc++.so.6:_ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev
libstdc++.so.6:_ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev
libstdc++.so.6:_ZNSt8__detail15_List_node_base7_M_hookEPS0_
libstdc++.so.6:_ZNSt8ios_base4InitC1Ev
libstdc++.so.6:_ZNSt8ios_base4InitD1Ev
libstdc++.so.6:_ZNSt8ios_baseC2Ev
libstdc++.so.6:_ZNSt8ios_baseD2Ev
libstdc++.so.6:_ZNSt9basic_iosIcSt11char_traitsIcEE4initEPSt15basic_streambufIcS1_E
Expand All @@ -87,6 +84,7 @@ libstdc++.so.6:_ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base
libstdc++.so.6:_ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base
libstdc++.so.6:_ZSt19__throw_logic_errorPKc
libstdc++.so.6:_ZSt20__throw_length_errorPKc
libstdc++.so.6:_ZSt21ios_base_library_initv
libstdc++.so.6:_ZSt24__throw_out_of_range_fmtPKcz
libstdc++.so.6:_ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_
libstdc++.so.6:_ZSt4cerr
Expand Down
5 changes: 3 additions & 2 deletions packages/g/gengetopt/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name : gengetopt
version : '2.23'
release : 5
release : 6
source :
- https://ftp.gnu.org/gnu/gengetopt/gengetopt-2.23.tar.xz : b941aec9011864978dd7fdeb052b1943535824169d2aa2b0e7eae9ab807584ac
license : GPL-3.0
homepage : https://www.gnu.org/software/gengetopt/gengetopt.html
license : GPL-3.0-or-later
component : programming.tools
summary : Gengetopt is a tool to generate C code to parse the command line arguments argc and argv that are part of every C or C++ program.
description: |
Expand Down
17 changes: 9 additions & 8 deletions packages/g/gengetopt/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>gengetopt</Name>
<Homepage>https://www.gnu.org/software/gengetopt/gengetopt.html</Homepage>
<Packager>
<Name>Silke Hofstra</Name>
<Email>silke@slxh.eu</Email>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
</Packager>
<License>GPL-3.0</License>
<License>GPL-3.0-or-later</License>
<PartOf>programming.tools</PartOf>
<Summary xml:lang="en">Gengetopt is a tool to generate C code to parse the command line arguments argc and argv that are part of every C or C++ program.</Summary>
<Description xml:lang="en">Gengetopt is a tool to generate C code to parse the command line arguments argc and argv that are part of every C or C++ program.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>gengetopt</Name>
Expand Down Expand Up @@ -51,12 +52,12 @@
</Files>
</Package>
<History>
<Update release="5">
<Date>2023-09-16</Date>
<Update release="6">
<Date>2024-04-07</Date>
<Version>2.23</Version>
<Comment>Packaging update</Comment>
<Name>Silke Hofstra</Name>
<Email>silke@slxh.eu</Email>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
</Update>
</History>
</PISI>

0 comments on commit 01c663e

Please sign in to comment.